| Age | Commit message (Expand) | Author |
| 2002-05-03 | Retire xlateSqlType/xlateSqlFunc; all type name translations are now | Tom Lane |
| 2002-05-02 | Tweak scanner/grammar interface so that the keyword-as-identifier rules | Tom Lane |
| 2002-05-01 | Give left_oper() and right_oper() noError parameters like oper() (the | 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-25 | Implement types regprocedure, regoper, regoperator, regclass, regtype | Tom Lane |
| 2002-04-24 | Attached is a patch for ALTER TRIGGER RENAME per the above thread. I | Bruce Momjian |
| 2002-04-24 | Reports missing values as bad. | Bruce Momjian |
| 2002-04-21 | Oops. Remove declaration for set_name_needs_quotes(), since it is now gone. | Thomas G. Lockhart |
| 2002-04-21 | Remove the definition for set_name_needs_quotes() on the assumption that | Thomas G. Lockhart |
| 2002-04-21 | Make WITHOUT TIME ZONE the default for TIMESTAMP and TIME data types. | Thomas G. Lockhart |
| 2002-04-21 | Restructure AclItem representation so that we can have more than eight | Tom Lane |
| 2002-04-20 | Scanner performance improvements | Peter Eisentraut |
| 2002-04-18 | Make PUBLIC an unreserved word (in fact, not a keyword at all), | Tom Lane |
| 2002-04-18 | Rule names are now unique per-relation, rather than unique globally. | Tom Lane |
| 2002-04-17 | Opclasses live in namespaces. I also took the opportunity to create | Tom Lane |
| 2002-04-16 | Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take | Tom Lane |
| 2002-04-15 | Fix oversight in recent change of representation for JOIN alias | Tom Lane |
| 2002-04-12 | Tweak error message wording. | 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-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-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-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 | 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-22 | A little further progress on schemas: push down RangeVars into | 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 | Fix DOMAIN breakage. | 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-10 | Add DEFAULT_INDEX_TYPE == "btree", for clarity. | Bruce Momjian |
| 2002-03-10 | Disable brackets in multi-statement rules, as discussed. | Bruce Momjian |
| 2002-03-09 | Guard against NULL strings in SET key=val constructs. | Thomas G. Lockhart |
| 2002-03-08 | analyze.o need not depend on parser.h. | Tom Lane |
| 2002-03-08 | Remove unnecessary inclusion. | 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 | Ok. Updated patch attached. | Bruce Momjian |
| 2002-03-06 | Change made to elog: | Bruce Momjian |
| 2002-03-05 | I attach a version of my toast-slicing patch, against current CVS | Bruce Momjian |