| Age | Commit message (Expand) | Author |
| 2002-10-12 | psql thought that backslash is an escape character inside double quotes. | Tom Lane |
| 2002-10-12 | Fix for bug #795: two clauses that seem redundant are not really, if | Tom Lane |
| 2002-10-12 | Compute version number for docs on the fly. | Peter Eisentraut |
| 2002-10-11 | Add tv_sec change for connection timeout suggested by author. | Bruce Momjian |
| 2002-10-11 | Oops, back out newNode changes. We are not ready for that yet. | Bruce Momjian |
| 2002-10-11 | Prevent tv_sec from becoming negative in connection timeout code. | Bruce Momjian |
| 2002-10-09 | Lock on the rule relation wasn't removed after adding the comment. | Bruce Momjian |
| 2002-10-09 | > > > > and mb conversions (pg_ascii2mic and pg_mic2ascii not | Bruce Momjian |
| 2002-10-09 | > Alvaro Herrera <[email protected]> writes: | Bruce Momjian |
| 2002-10-09 | Have SET not start transaction when autocommit off, with doc updates. | Bruce Momjian |
| 2002-10-08 | Again improve MemSet comments. | Bruce Momjian |
| 2002-10-08 | Update MemSet comments. | Bruce Momjian |
| 2002-10-08 | Move responsibility for setting QuerySnapshot for utility statements | Tom Lane |
| 2002-10-08 | fixed missing apostrophe | Dave Cramer |
| 2002-10-07 | Change order of operations during XLogFlush so that we try to include | Tom Lane |
| 2002-10-06 | Clarify comment. | Bruce Momjian |
| 2002-10-04 | Restrict CREATE OPERATOR CLASS to superusers, per discussion some weeks | Tom Lane |
| 2002-10-04 | Require superuser privilege to create a binary-compatible cast, per | Tom Lane |
| 2002-10-04 | Fix a couple of grammatical errors in error messages. | Tom Lane |
| 2002-10-04 | Tweak a few of the most heavily used function call points to zero out | Tom Lane |
| 2002-10-03 | Hack to make it possible to load CREATE CONSTRAINT TRIGGER commands that | Tom Lane |
| 2002-10-03 | In a bootstrap process or standalone backend, set MaxBackends = 1 | Tom Lane |
| 2002-10-03 | Avoid palloc(0) when MaxBackends = 1. | Tom Lane |
| 2002-10-03 | Restore NOTICEs that were mistakenly removed from triggers regression | Tom Lane |
| 2002-10-03 | Add SSL documentation info to README.SSL | Bruce Momjian |
| 2002-10-03 | The attached patch fixes a number of issues related to compiling the | Bruce Momjian |
| 2002-10-03 | This patch removes two unused global variables from globals.c | Bruce Momjian |
| 2002-10-02 | Re-enable pg_resetxlog to accept -l values in hexadecimal (it used to | Tom Lane |
| 2002-10-02 | pg_resetxlog was missing support for the pg_control fields added in 7.3. | Tom Lane |
| 2002-10-02 | Alter scale selection for NUMERIC division and transcendental functions | Tom Lane |
| 2002-10-02 | Turn GUC log_min_error_statement off by default by setting it to PANIC. | Bruce Momjian |
| 2002-10-01 | test files added by Kris Jurka | Dave Cramer |
| 2002-10-01 | Pass less-unsafe parameters to Darwin's NSLinkModule. While this change prev... | Tom Lane |
| 2002-10-01 | Fixed test suite to call PoolingDataSourceTest which was missed | Barry Lind |
| 2002-10-01 | schema awareness patch provided by Kris Jurka | Dave Cramer |
| 2002-09-29 | Add Bear's SSL comments. | Bruce Momjian |
| 2002-09-28 | Make the world at least somewhat safe for zero-column tables, and | Tom Lane |
| 2002-09-27 | ARGH! | Tom Lane |
| 2002-09-27 | > Fix clusterdb to be schema-aware | Bruce Momjian |
| 2002-09-27 | Use heap_formtuple not heap_addheader to construct pg_index tuples. | Tom Lane |
| 2002-09-27 | Don't mess with HEAP_XMAX_INVALID in heaptuple.c routines; there is | Tom Lane |
| 2002-09-27 | Have -d5 -d0 not affect the extra variables set with -d5. | Bruce Momjian |
| 2002-09-27 | Make postgres -d0 set server_min_messages to notice. Reset doesn't work | Bruce Momjian |
| 2002-09-26 | Ensure that before truncating CLOG, we force a checkpoint even if no | Tom Lane |
| 2002-09-26 | Fix problems with loss of tuple commit status bits during WAL redo of | Tom Lane |
| 2002-09-26 | Back out /pl memory leak patch. Wait for new version. | Bruce Momjian |
| 2002-09-26 | Clean up SSL compiler warnings. | Bruce Momjian |
| 2002-09-26 | I have attached the pltcl patch again, just in case. For the sake of clarity | Bruce Momjian |
| 2002-09-26 | This patch removes a use of uninitialized memory in lmgr/lock.c, by | Bruce Momjian |
| 2002-09-26 | Pass postmaster -d down to the postgres backend to trigger special -d | Bruce Momjian |