| Age | Commit message (Expand) | Author |
| 2009-01-22 | Support column-level privileges, as required by SQL standard. | Tom Lane |
| 2009-01-01 | Update copyright for 2009. | Bruce Momjian |
| 2008-10-06 | Fix GetCTEForRTE() to deal with the possibility that the RTE it's given came | Tom Lane |
| 2008-10-06 | Fix the implicit-RTE code to be able to handle implicit RTEs for CTEs, as | Tom Lane |
| 2008-10-04 | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane |
| 2008-09-01 | Add a bunch of new error location reports to parse-analysis error messages. | Tom Lane |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
| 2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
| 2006-08-02 | Add support for multi-row VALUES clauses as part of INSERT statements | Joe Conway |
| 2006-03-14 | Improve parser so that we can show an error cursor position for errors | Tom Lane |
| 2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
| 2005-06-05 | Replace the parser's namespace tree (which formerly had the same | Tom Lane |
| 2005-06-04 | Change expandRTE() and ResolveNew() back to taking just the single | Tom Lane |
| 2005-04-13 | Change addRangeTableEntryForRelation() to take a Relation pointer instead | Tom Lane |
| 2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
| 2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
| 2004-08-29 | Update copyright to 2004. | Bruce Momjian |
| 2004-08-19 | Repair some issues with column aliases and RowExpr construction in the | Tom Lane |
| 2004-04-18 | Tweak findTargetlistEntry so that bare names occurring in GROUP BY clauses | Tom Lane |
| 2004-04-02 | Get rid of crocky use of RangeVar nodes in parser to represent partially | Tom Lane |
| 2003-11-29 | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon |
| 2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
| 2003-06-11 | Add add_missing_from GUC variable. | Bruce Momjian |
| 2002-09-04 | pgindent run. | Bruce Momjian |
| 2002-08-08 | Cause schema-qualified FROM items and schema-qualified variable references | Tom Lane |
| 2002-08-05 | Preliminary code review for anonymous-composite-types patch: fix breakage | Tom Lane |
| 2002-08-04 | Attached are two patches to implement and document anonymous composite | Bruce Momjian |
| 2002-08-02 | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane |
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian |
| 2002-05-12 | First pass at set-returning-functions in FROM, by Joe Conway with | Tom Lane |
| 2002-04-28 | Second try at fixing join alias variables. Instead of attaching miscellaneous | 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-12 | Restructure representation of join alias variables. An explicit JOIN | Tom Lane |
| 2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | 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-08-10 | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane |
| 2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
| 2001-02-14 | Change scoping of table and join refnames to conform to SQL92: a JOIN | Tom Lane |
| 2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
| 2000-09-29 | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane |
| 2000-09-12 | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane |
| 2000-06-08 | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian |
| 2000-06-03 | New warning code about auto-created range table entries. | Bruce Momjian |
| 2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian |
| 2000-02-15 | Carry column aliases from the parser frontend. Enables queries like | Thomas G. Lockhart |
| 2000-01-26 | Add: | Bruce Momjian |