| Age | Commit message (Expand) | Author |
| 2002-04-10 | Readline and Zlib now required by default. Add options --without-readline | Peter Eisentraut |
| 2002-04-09 | Functions live in namespaces. Qualified function names work, eg | Tom Lane |
| 2002-04-06 | Implement partial-key searching of syscaches, per recent suggestion | Tom Lane |
| 2002-04-05 | Add INSERT(..., DEFAULT, ). | Bruce Momjian |
| 2002-04-05 | Divide functions into three volatility classes (immutable, stable, and | Tom Lane |
| 2002-04-04 | Authentication improvements: | Bruce Momjian |
| 2002-04-03 | Locale support is on by default. The choice of locale is done in initdb | Peter Eisentraut |
| 2002-04-02 | Removed obsolete DROP_COLUMN_HACK stuff. | Hiroshi Inoue |
| 2002-04-02 | Make VACUUM handle schema-qualified relation names properly. | Tom Lane |
| 2002-04-01 | Add tgconstrrelid to stored Trigger structures, make RI trigger functions | Tom Lane |
| 2002-04-01 | ALTER TABLE SET/DROP NOT NULL, from Christopher Kings-Lynne. | Tom Lane |
| 2002-04-01 | Create a new GUC variable search_path to control the namespace search | Tom Lane |
| 2002-03-31 | Make renamerel take an OID, not a RangeVar, to identify the relation | Tom Lane |
| 2002-03-31 | Reimplement temp tables using schemas. The temp table map is history; | Tom Lane |
| 2002-03-30 | Further cleanups for relations in schemas: teach nextval and other | Tom Lane |
| 2002-03-29 | Mop-up some infelicities in new relation lookup handling. | Tom Lane |
| 2002-03-29 | pg_type has a typnamespace column; system now supports creating types | Tom Lane |
| 2002-03-29 | Upgrade to Autoconf version 2.53. Replaced many custom macro | Peter Eisentraut |
| 2002-03-26 | pg_class has a relnamespace column. You can create and access tables | Tom Lane |
| 2002-03-24 | EXPLAIN output now comes out as a query result, not a NOTICE message. | Tom Lane |
| 2002-03-22 | Create the pg_namespace system catalog. Doesn't do much yet, but it's | Tom Lane |
| 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 |