| Age | Commit message (Expand) | Author |
| 2002-10-15 | Fix unintentional breakage of COPY TO/FROM stdin. Mea culpa. | Tom Lane |
| 2002-10-15 | Fix Linux dynloader code for pre-HAVE_DLOPEN systems, which evidently | Tom Lane |
| 2002-10-15 | Fix psql to cope with autocommit off, at least during startup. | Tom Lane |
| 2002-10-15 | Fix libpq startup code to work correctly in autocommit off mode. | Tom Lane |
| 2002-10-14 | Make SPI's execution of querystrings follow the rules agreed to for | Tom Lane |
| 2002-10-14 | Adjust handling of command status strings in the presence of rules, | Tom Lane |
| 2002-10-14 | Add missing entries for bit<->int4 and bit<->int8 conversions. | Tom Lane |
| 2002-10-14 | Translation updates | Peter Eisentraut |
| 2002-10-14 | Mention that resetting the timeout may be wrong on select retry. | Bruce Momjian |
| 2002-10-14 | Restore ptmp_timeout for cases where no timeout is passed. | Bruce Momjian |
| 2002-10-14 | libpq connection_timeout doesn't do subsecond timing, so make the code | Bruce Momjian |
| 2002-10-14 | Arrange to copy relcache's trigdesc structure at the start of any | Tom Lane |
| 2002-10-14 | As Niel so nicely pointed out this morning, the output of EXPLAIN | Bruce Momjian |
| 2002-10-14 | I have attached two patches as per: | Bruce Momjian |
| 2002-10-13 | Make SET really not start a transaction. | Tom Lane |
| 2002-10-13 | Make macaddr_in reject trailing garbage (except whitespace). | Tom Lane |
| 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 <alvherre@atentus.com> 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 |