| Age | Commit message (Expand) | Author |
| 2002-04-06 | Implement partial-key searching of syscaches, per recent suggestion | Tom Lane |
| 2002-04-05 | This patch adds a missing heap_freetuple() to renamerel(), documents | Bruce Momjian |
| 2002-04-05 | Add INSERT(..., DEFAULT, ). | Bruce Momjian |
| 2002-04-05 | Looks like a small patch is needed as well to do the right thing on Linux. | Bruce Momjian |
| 2002-04-05 | Undo not-so-hot decision to postpone insertion of default values into | Tom Lane |
| 2002-04-05 | Divide functions into three volatility classes (immutable, stable, and | Tom Lane |
| 2002-04-04 | Cleanup of level ordering and add missing LOG entry. | Bruce Momjian |
| 2002-04-04 | Add missing mention of 'log' option for client_min_messages. | Bruce Momjian |
| 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-03 | Replace perror() calls by elog()s, so that messages can be routed to | Tom Lane |
| 2002-04-03 | Allow postmaster to start up anyway when PGSTAT code fails to initialize, | Tom Lane |
| 2002-04-02 | Removed obsolete DROP_COLUMN_HACK stuff. | Hiroshi Inoue |
| 2002-04-02 | Tweak SERIAL column creation to emit a fully qualified sequence name | Tom Lane |
| 2002-04-02 | Fix CLOG truncation code to not do the Wrong Thing when there are already | Tom Lane |
| 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 | Attached is a patch which adds 2 missing semi-colons to | Bruce Momjian |
| 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-04-01 | Temporary kluge to let RI triggers work on tables outside the system | 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-26 | pg_class has a relnamespace column. You can create and access tables | Tom Lane |
| 2002-03-24 | Tweak labeling of plan qual conditions for more consistency. | 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 | Improve catalog commentary. | 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-21 | Remove long-dead 'fix for SELECT NULL' to stop current coredump. | Tom Lane |
| 2002-03-20 | Code review for DOMAIN patch. | Tom Lane |
| 2002-03-20 | Tweak behavior of array slicing operations: seems like it ought to be | Tom Lane |
| 2002-03-19 | Make CREATE DOMAIN emit CREATE DOMAIN on completion, per Peter E. | Bruce Momjian |
| 2002-03-19 | Fix DOMAIN breakage. | Bruce Momjian |
| 2002-03-19 | The attached patch cleans up the implementation of the TRUNCATE command; | Bruce Momjian |
| 2002-03-19 | Fix for trigger handling: | Bruce Momjian |
| 2002-03-19 | Add DOMAIN support. Includes manual pages and regression tests, from | Bruce Momjian |
| 2002-03-19 | Comment patch: | Bruce Momjian |
| 2002-03-16 | Try to make array_in's behavior a tad less bizarre. Leading whitespace | Tom Lane |
| 2002-03-15 | Repair two problems with WAL logging of sequence nextvalI() ops, as | Tom Lane |
| 2002-03-14 | The attached patch changes ALTER TABLE OWNER to also change the | Bruce Momjian |
| 2002-03-13 | Move | Peter Eisentraut |
| 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-10 | Disable brackets in multi-statement rules, as discussed. | Bruce Momjian |