| Age | Commit message (Expand) | Author |
| 2002-03-22 | A little further progress on schemas: push down RangeVars into | Tom Lane |
| 2002-03-21 | Change the aclchk.c routines to uniformly use OIDs to identify the | Tom Lane |
| 2002-03-21 | First phase of SCHEMA changes, concentrating on fixing the grammar and | Tom Lane |
| 2002-03-20 | Code review for DOMAIN patch. | Tom Lane |
| 2002-03-19 | The attached patch cleans up the implementation of the TRUNCATE command; | Bruce Momjian |
| 2002-03-19 | Add DOMAIN support. Includes manual pages and regression tests, from | Bruce Momjian |
| 2002-03-15 | Repair two problems with WAL logging of sequence nextvalI() ops, as | Tom Lane |
| 2002-03-12 | Restructure representation of join alias variables. An explicit JOIN | Tom Lane |
| 2002-03-10 | Add DEFAULT_INDEX_TYPE == "btree", for clarity. | Bruce Momjian |
| 2002-03-09 | Code review for improved-hashing patch. Fix some portability issues | Tom Lane |
| 2002-03-08 | Fix copying/equality-check bugs in GrantStmt and ConstraintsSetStmt, | Tom Lane |
| 2002-03-07 | Back out domain patch until it works properly. | Bruce Momjian |
| 2002-03-06 | I've attached a patch which implements Bob Jenkin's hash function for | Bruce Momjian |
| 2002-03-06 | Ok. Updated patch attached. | Bruce Momjian |
| 2002-03-06 | Improve elog descriptions. | Bruce Momjian |
| 2002-03-06 | Change made to elog: | Bruce Momjian |
| 2002-03-05 | > Tatsuo Ishii wrote: | Bruce Momjian |
| 2002-03-05 | I attach a version of my toast-slicing patch, against current CVS | Bruce Momjian |
| 2002-03-04 | Add PQunescapeBytea libpq function. | Bruce Momjian |
| 2002-03-04 | Further work on elog cleanup: fix some bogosities in elog's logic about | Tom Lane |
| 2002-03-03 | Catcaches can now store negative entries as well as positive ones, to | Tom Lane |
| 2002-03-02 | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian |
| 2002-03-01 | User and database-specific session defaults for run-time configuration | Peter Eisentraut |
| 2002-03-01 | Second thoughts dept: arrange to cache mergejoin scan selectivity | Tom Lane |
| 2002-03-01 | Teach planner about the idea that a mergejoin won't necessarily read | Tom Lane |
| 2002-02-27 | Clean up BeginCommand and related routines. BeginCommand and EndCommand | Tom Lane |
| 2002-02-26 | Restructure command-completion-report code so that there is just one | Tom Lane |
| 2002-02-25 | Add note that BLCKSZ must be a power of 2. | Tom Lane |
| 2002-02-25 | I've attached a simple patch which should improve the performance of | Bruce Momjian |
| 2002-02-24 | Add OWNER option to CREATE DATABASE, so superusers can create databases | Tom Lane |
| 2002-02-23 | Heimdal support (Kerberos V implementation from KTH) | Peter Eisentraut |
| 2002-02-23 | Save source of GUC settings, allowing different sources to be processed in | Peter Eisentraut |
| 2002-02-22 | We had a problem with to compile pgsql-7.2 under SW-8.0. | Bruce Momjian |
| 2002-02-19 | A bunch of changes aimed at reducing backend startup time... | Tom Lane |
| 2002-02-18 | Privileges on functions and procedural languages | Peter Eisentraut |
| 2002-02-14 | Ensure that a cursor is scanned under the same scanCommandId it was | Tom Lane |
| 2002-01-29 | Make S/390 TAS spell __inline__ the same way as the other eight GCC | Tom Lane |
| 2002-01-22 | libpq++/pgconnection.h must not include postgres_fe.h, else it fails to | Tom Lane |
| 2002-01-16 | TOAST needs to do at least minimal time-qual checking in order not to | Tom Lane |
| 2002-01-15 | Add more sanity-checking to PageAddItem and PageIndexTupleDelete, | Tom Lane |
| 2002-01-12 | Bump catversion to ensure people apply recent timestamp and sequence | Tom Lane |
| 2002-01-12 | Repair bugs in declarations of routines to add timestamptz and interval. | Thomas G. Lockhart |
| 2002-01-01 | Do not accept interrupts in RESUME_INTERRUPTS() and END_CRIT_SECTION() | Tom Lane |
| 2002-01-01 | Rename TIME token to ISOTIME to eliminate conflict with gram.y parser | Thomas G. Lockhart |
| 2001-12-29 | Rework the date/time parsing to tighten up some cases and to enable other | Thomas G. Lockhart |
| 2001-12-11 | Make sure that inlined S_UNLOCK is marked as an update of a 'volatile' | Tom Lane |
| 2001-12-10 | Suppress subquery pullup and pushdown when the subquery has any | Tom Lane |
| 2001-12-04 | Replace pq_getbytes(&ch, 1) calls with pq_getbyte(), which is easier | Tom Lane |
| 2001-12-03 | Add configure-time check whether sig_atomic_t is defined; if not, | Tom Lane |
| 2001-12-02 | More correct way to check for existence of types, which allows to specify | Peter Eisentraut |