| Age | Commit message (Expand) | Author |
| 2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
| 2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
| 2010-02-14 | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas |
| 2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2009-01-27 | Revert updatable views | Peter Eisentraut |
| 2009-01-22 | Automatic view update rules | Peter Eisentraut |
| 2009-01-01 | Update copyright for 2009. | Bruce Momjian |
| 2008-11-10 | Make relhasrules and relhastriggers work like relhasindex, namely we let | Tom Lane |
| 2008-06-19 | Improve our #include situation by moving pointer types away from the | Alvaro Herrera |
| 2008-05-12 | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera |
| 2008-03-26 | Move the HTSU_Result enum definition into snapshot.h, to avoid including | Alvaro Herrera |
| 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-10-03 | Make some sentences consistent with similar ones. | Bruce Momjian |
| 2006-09-05 | Get rid of the separate RULE privilege for tables: now only a table's owner | Tom Lane |
| 2006-06-16 | DROP ... IF EXISTS for the following cases: | Andrew Dunstan |
| 2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
| 2005-04-14 | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane |
| 2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
| 2004-08-29 | Update copyright to 2004. | Bruce Momjian |
| 2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
| 2003-11-12 | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane |
| 2003-11-09 | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane |
| 2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
| 2003-08-01 | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane |
| 2003-07-25 | Error message editing in backend/optimizer, backend/rewrite. | Tom Lane |
| 2002-09-04 | pgindent run. | Bruce Momjian |
| 2002-07-20 | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian |
| 2002-07-12 | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane |
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian |
| 2002-04-27 | Restructure aclcheck error reporting to make permission-failure | Tom Lane |
| 2002-04-18 | Rule names are now unique per-relation, rather than unique globally. | Tom Lane |
| 2002-03-29 | pg_type has a typnamespace column; system now supports creating types | Tom Lane |
| 2002-03-21 | Change the aclchk.c routines to uniformly use OIDs to identify the | 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-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
| 2001-01-23 | Fix all the places that called heap_update() and heap_delete() without | Tom Lane |
| 2000-11-16 | Change SearchSysCache coding conventions so that a reference count is | Tom Lane |
| 2000-09-29 | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane |
| 2000-09-12 | This patch implements a different "relkind" | Bruce Momjian |
| 2000-06-30 | Use a private memory context to store rule information in each relcache | Tom Lane |
| 2000-05-28 | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane |
| 2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian |
| 2000-01-26 | Add: | Bruce Momjian |
| 1999-12-16 | Some changes to prepare for LONG attributes. | Jan Wieck |
| 1999-11-22 | Add system indexes to match all caches. | Bruce Momjian |