| Age | Commit message (Expand) | Author |
| 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 |
| 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-26 | Restructure command-completion-report code so that there is just one | Tom Lane |
| 2002-02-25 | This patch will allow arbitrary levels of analyze / rewriting | Bruce Momjian |
| 2002-02-25 | Re-add equals documentation with CREATE DATABASE. | Bruce Momjian |
| 2002-02-25 | Remove documentation of equals in CREATE DATABASE. Mention removal of | Bruce Momjian |
| 2002-02-24 | Add OWNER option to CREATE DATABASE, so superusers can create databases | 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 | Disable LIMIT #,# syntax, as agreed to months ago. Print message saying | Bruce Momjian |
| 2002-01-03 | Require ownership permission for CREATE INDEX, per bug report. | Tom Lane |
| 2001-12-12 | Don't accept names of complex types (ie, relation types) as being | Tom Lane |
| 2001-12-09 | Allow variable (unrestricted) precision for TIME and TIMESTAMP types in parser. | Thomas G. Lockhart |
| 2001-11-16 | Make the yacc rules safe for parallel make. See discussion on pgsql-patches | Peter Eisentraut |
| 2001-11-16 | Update keyword lists per suggestions by Peter. There are now four | Tom Lane |
| 2001-11-12 | Tweak parser so that there is a defined representation for datatypes | Tom Lane |
| 2001-11-12 | If the alternatives for a CASE construct all have the same typmod, | Tom Lane |
| 2001-11-12 | Clean up a bunch of ScanKeyEntryInitialize calls that weren't bothering | Tom Lane |
| 2001-11-10 | Allow TIMESTAMP, VARCHAR, et al to be used as unquoted column names, | Tom Lane |
| 2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
| 2001-11-05 | CREATE TABLE foo (x,y,z) AS SELECT ... can't apply target column names | Tom Lane |
| 2001-11-04 | Got "ADD" to appear only in ALTER TABLE and not CREATE TABLE | Bruce Momjian |
| 2001-11-04 | Remove "ADD" from TABLE / ADD UNIQUE-PRIMARY error message because the | Bruce Momjian |
| 2001-11-02 | Add default expressions to INSERTs during planning, not during parse | Tom Lane |
| 2001-11-02 | Fix problem reported by Alex Korn: if a relation has been dropped and | Tom Lane |
| 2001-10-31 | Add ALTER TABLE ADD UNIQUE regression tests from Christopher Kings-Lynne. | Bruce Momjian |
| 2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian |
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
| 2001-10-23 | Fix foreign keys on system columns. | Tom Lane |
| 2001-10-23 | Now I had them reversed. Wow that syntax is error-prone. | Bruce Momjian |
| 2001-10-23 | Syntax fix. Can't use #ifdef in gram.y. | Bruce Momjian |
| 2001-10-23 | Back out LIMIT #,# removal and mark it as to-be-removed in 7.3. | Bruce Momjian |
| 2001-10-22 | Cause transformIndexConstraints() to do the right thing with requests | Tom Lane |
| 2001-10-22 | Consolidate tables of known system attributes into one table. | Tom Lane |
| 2001-10-20 | Change LIMIT #,# error message to be more generic. | Bruce Momjian |
| 2001-10-20 | Remove LIMIT #,# and suggest LIMIT # OFFSET #, per mailing list discussion. | Bruce Momjian |