| Age | Commit message (Expand) | Author |
| 2002-05-17 | Get rid of the last few uses of typeidTypeName() rather than | Tom Lane |
| 2002-05-14 | Make regression tests locale-proof by setting some locale categories | Peter Eisentraut |
| 2002-05-03 | Retire xlateSqlType/xlateSqlFunc; all type name translations are now | Tom Lane |
| 2002-05-01 | Improve lexer's error reporting. You get the whole token mentioned now | Tom Lane |
| 2002-04-28 | Second try at fixing join alias variables. Instead of attaching miscellaneous | Tom Lane |
| 2002-04-28 | Make ruleutils.c use format_type for printing typenames. Minor tweaks | Tom Lane |
| 2002-04-27 | Restructure aclcheck error reporting to make permission-failure | Tom Lane |
| 2002-04-26 | Add current_schema() and current_schemas() inquiry functions. | Tom Lane |
| 2002-04-25 | Implement types regprocedure, regoper, regoperator, regclass, regtype | Tom Lane |
| 2002-04-24 | Fix regression for new DROP RULE syntax. | Bruce Momjian |
| 2002-04-24 | The attached patch adds regression tests for setting and removing | Bruce Momjian |
| 2002-04-24 | Reports missing values as bad. | Bruce Momjian |
| 2002-04-24 | Sorry for the package, but the following patch need to be applied to get | Bruce Momjian |
| 2002-04-21 | Update horology-no-DST-before-1970.out (tested on HPUX), plus an extrapolated... | Tom Lane |
| 2002-04-21 | Support alternate storage scheme of 64-bit integer for date/time types. | Thomas G. Lockhart |
| 2002-04-19 | Change naming rule for ON SELECT rules of views: they're all just | Tom Lane |
| 2002-04-19 | pg_trigger's index on tgrelid is replaced by a unique index on | Tom Lane |
| 2002-04-18 | Rule names are now unique per-relation, rather than unique globally. | Tom Lane |
| 2002-04-16 | Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take | Tom Lane |
| 2002-04-12 | Checking to decide whether relations are system relations now depends | Tom Lane |
| 2002-04-11 | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane |
| 2002-04-09 | Functions live in namespaces. Qualified function names work, eg | 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 | Divide functions into three volatility classes (immutable, stable, and | Tom Lane |
| 2002-04-04 | Authentication improvements: | Bruce Momjian |
| 2002-04-01 | ALTER TABLE SET/DROP NOT NULL, from Christopher Kings-Lynne. | 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-22 | Create the pg_namespace system catalog. Doesn't do much yet, but it's | 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 | Just adds a regressions test suite for the ALTER TABLE/ADD PRIMARY KEY | Bruce Momjian |
| 2002-03-19 | Add DOMAIN support. Includes manual pages and regression tests, from | Bruce Momjian |
| 2002-03-12 | Restructure representation of join alias variables. An explicit JOIN | Tom Lane |
| 2002-03-07 | Adjust elog() tags so source and regression tests match. | Bruce Momjian |
| 2002-03-06 | Change made to elog: | Bruce Momjian |
| 2002-03-04 | Fix very ancient breakage in alter-table tests: apparently, there was a | Tom Lane |
| 2002-03-04 | Fix bug in extract/date_part for milliseconds/miscroseconds and | Tatsuo Ishii |
| 2002-03-03 | Cause regression tests to pass again after elog changes. | 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-02-18 | Privileges on functions and procedural languages | Peter Eisentraut |
| 2002-01-12 | Update horology expected results (this variant extrapolated by yours | Tom Lane |
| 2002-01-12 | Update horology expected results (this variant verified on HPUX). | Tom Lane |
| 2002-01-12 | Repair bugs in declarations of routines to add timestamptz and interval. | Thomas G. Lockhart |
| 2002-01-08 | In a VPATH build, resultmap must be one of the symlinked files, else | Tom Lane |
| 2002-01-03 | Instead of waiting a fixed amount of time for the test postmaster to | Tom Lane |
| 2001-12-21 | Select proper geometry comparison file for freebsd/alpha. | Tom Lane |