| Age | Commit message (Expand) | Author |
| 2002-07-18 | pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus | Peter Eisentraut |
| 2002-07-18 | Back out BETWEEN node patch, was causing initdb failure. | Bruce Momjian |
| 2002-07-18 | Implement DROP SCHEMA. It lacks support for dropping conversions and | Tom Lane |
| 2002-07-18 | The attached patch (against HEAD) implements | Bruce Momjian |
| 2002-07-18 | Finished the Between patch Christopher started. | Bruce Momjian |
| 2002-07-18 | I have committed many support files for CREATE CONVERSION. Default | Tatsuo Ishii |
| 2002-07-16 | Add more dependency insertions --- this completes the basic pg_depend | Tom Lane |
| 2002-07-14 | Add COMMENT ON CONSTRAINT facility (from Rod Taylor's pg_constraint patch). | Tom Lane |
| 2002-07-12 | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane |
| 2002-07-11 | Add new CREATE CONVERSION/DROP CONVERSION command. | Tatsuo Ishii |
| 2002-07-09 | Oops, proper initialization for domainTypMod was none at all, not 0. | Bruce Momjian |
| 2002-07-09 | Fix compiler warning: | Bruce Momjian |
| 2002-07-06 | I've fixed up the way domain constraints (not null and type length) | Bruce Momjian |
| 2002-07-04 | Implement the IS DISTINCT FROM operator per SQL99. | Thomas G. Lockhart |
| 2002-07-01 | First phase of applying Rod Taylor's pg_depend patch. This just adds | Tom Lane |
| 2002-06-22 | Implement SQL99 CREATE CAST and DROP CAST statements. | Thomas G. Lockhart |
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian |
| 2002-06-20 | Improve COPY syntax to use WITH clause, keep backward compatibility. | Bruce Momjian |
| 2002-06-19 | Properly mark rules that return no value. | Bruce Momjian |
| 2002-06-18 | Wrap long gram.y lines. | Bruce Momjian |
| 2002-06-18 | Change CREATE DATABASE to use DefElem instead of constructing structure | Bruce Momjian |
| 2002-06-18 | Improve rule action ordering in gram.y, more cleanups. | Bruce Momjian |
| 2002-06-17 | Mark noise keyword actions with {} rather than returning TRUE, like | Bruce Momjian |
| 2002-06-17 | Manually indent gram.y to be consistent. | Bruce Momjian |
| 2002-06-17 | Merge ALTER GROUP ADD/DROP rules by creating add_drop action. | Bruce Momjian |
| 2002-06-17 | Simplify optional WITH handling in CREATE USER, ALTER USER, CREATE | Bruce Momjian |
| 2002-06-15 | Add LOCALTIME and LOCALTIMESTAMP functions per SQL99 standard. | Thomas G. Lockhart |
| 2002-06-13 | Add PLACING to the list of reserved keywords. Added as a token in the last | Thomas G. Lockhart |
| 2002-06-13 | Repair for bug #691 --- CREATE TABLE AS column aliases fail to be | Tom Lane |
| 2002-06-11 | Implement SQL99 OVERLAY(). Allows substitution of a substring in a string. | Thomas G. Lockhart |
| 2002-06-11 | Katherine Ward wrote: | Jan Wieck |
| 2002-05-28 | In default nextval('foo') expression for a SERIAL column, use double | Tom Lane |
| 2002-05-22 | Add optional "validator" function to languages that can validate the | Peter Eisentraut |
| 2002-05-20 | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane |
| 2002-05-19 | Reorder keyword token declarations alphabetically. Status of the keywords | Peter Eisentraut |
| 2002-05-18 | Teach query_tree_walker, query_tree_mutator, and SS_finalize_plan to | Tom Lane |
| 2002-05-17 | Get rid of the last few uses of typeidTypeName() rather than | Tom Lane |
| 2002-05-17 | Extend syntax of CREATE FUNCTION to resemble SQL99. | Peter Eisentraut |
| 2002-05-17 | Merge the last few variable.c configuration variables into the generic | Tom Lane |
| 2002-05-13 | Make operators have their own comments separate from those of the | Tom Lane |
| 2002-05-12 | Get rid of long-since-vestigial Iter node type, in favor of adding a | Tom Lane |
| 2002-05-12 | First pass at set-returning-functions in FROM, by Joe Conway with | Tom Lane |
| 2002-05-06 | Accept SET SESSION AUTHORIZATION DEFAULT and RESET SESSION AUTHORIZATION | Tom Lane |
| 2002-05-03 | Make ruleutils.c schema-aware. Displayed names are schema-qualified | Tom Lane |
| 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 |