| Age | Commit message (Expand) | Author |
| 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 | 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 | 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 | 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 | 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-20 | Tweak behavior of array slicing operations: seems like it ought to be | Tom Lane |
| 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-16 | Try to make array_in's behavior a tad less bizarre. Leading whitespace | Tom Lane |
| 2002-03-12 | Restructure representation of join alias variables. An explicit JOIN | Tom Lane |
| 2002-03-09 | Code review for improved-hashing patch. Fix some portability issues | Tom Lane |
| 2002-03-09 | Wording improvements to runtime.sgml. Add mention in postgresql.conf | Bruce Momjian |
| 2002-03-08 | TODO item done: | Bruce Momjian |
| 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 | Modify ALTER TABLE OWNER to change index ownership; code cleanup. | Bruce Momjian |
| 2002-03-06 | Add missing Unicode multibyte files. | 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 | If presented db path has a trailing slash, remove it to avoid generating | Tom Lane |
| 2002-03-04 | Fix bug in extract/date_part for milliseconds/miscroseconds and | Tatsuo Ishii |
| 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-03 | Default server_min_messages is NOTICE. | Bruce Momjian |
| 2002-03-02 | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian |
| 2002-03-02 | Array slice extraction should produce a result array with index lower | Tom Lane |
| 2002-03-01 | User and database-specific session defaults for run-time configuration | Peter Eisentraut |
| 2002-03-01 | array_ref() should set isNull to false explicitly if it's not going to | Peter Eisentraut |
| 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-25 | Add a large number of time zones to the lookup table. | Thomas G. Lockhart |
| 2002-02-25 | I've attached a simple patch which should improve the performance of | Bruce Momjian |
| 2002-02-23 | Save source of GUC settings, allowing different sources to be processed in | Peter Eisentraut |
| 2002-02-23 | Make factorial(0) return 1, as per spec. | Bruce Momjian |
| 2002-02-19 | Avoid failures in cash_out and cash_words for INT_MIN. | Tom Lane |
| 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-18 | Remove MAX/MIN() macros, use c.h Max/Min() instead. | Bruce Momjian |
| 2002-02-18 | Reorder postgresql.conf WAL section to be clearer. | Bruce Momjian |