| Age | Commit message (Expand) | Author |
| 2012-12-29 | Adjust more backend functions to return OID rather than void. | Robert Haas |
| 2012-12-23 | Adjust many backend functions to return OID rather than void. | Robert Haas |
| 2012-10-03 | refactor ALTER some-obj SET OWNER implementation | Alvaro Herrera |
| 2012-08-30 | Split tuple struct defs from htup.h to htup_details.h | Alvaro Herrera |
| 2012-06-10 | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian |
| 2012-05-31 | Force PL and range-type support functions to be owned by a superuser. | Tom Lane |
| 2012-03-09 | Extend object access hook framework to support arguments, and DROP. | Robert Haas |
| 2012-02-14 | Allow LEAKPROOF functions for better performance of security views. | Robert Haas |
| 2012-01-01 | Update copyright notices for year 2012. | Bruce Momjian |
| 2011-11-18 | Further consolidation of DROP statement handling. | Robert Haas |
| 2011-11-17 | Remove ancient downcasing code from procedural language operations. | Robert Haas |
| 2011-07-23 | Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION. | Tom Lane |
| 2011-02-08 | Core support for "extensions", which are packages of SQL objects. | Tom Lane |
| 2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
| 2010-11-25 | Object access hook framework, with post-creation hook. | Robert Haas |
| 2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
| 2010-08-05 | Standardize get_whatever_oid functions for object types with | Robert Haas |
| 2010-02-26 | pgindent run for 9.0 | Bruce Momjian |
| 2010-02-23 | Add an OR REPLACE option to CREATE LANGUAGE. | Tom Lane |
| 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-09-22 | Implement the DO statement to support execution of PL code without having | Tom Lane |
| 2009-07-12 | Move some declarations in the raw-parser header files to create a clearer | Tom Lane |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2009-01-01 | Update copyright for 2009. | Bruce Momjian |
| 2008-12-31 | Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it, | Tom Lane |
| 2008-12-18 | Code review for function default parameters patch. Fix numerous problems as | Tom Lane |
| 2008-12-04 | Default values for function arguments | Peter Eisentraut |
| 2008-11-02 | Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, | Tom Lane |
| 2008-06-19 | Improve our #include situation by moving pointer types away from the | Alvaro Herrera |
| 2008-04-29 | Fix REASSIGN OWNED so that it works on procedural languages too. | Alvaro Herrera |
| 2008-03-27 | Reduce the need for frontend programs to include "postgres.h" by refactoring | Tom Lane |
| 2008-03-26 | Move the HTSU_Result enum definition into snapshot.h, to avoid including | Alvaro Herrera |
| 2008-03-25 | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-09-03 | Implement function-local GUC parameter settings, as per recent discussion. | Tom Lane |
| 2007-03-26 | Allow non-superuser database owners to create procedural languages. | Tom Lane |
| 2007-01-22 | Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc | Tom Lane |
| 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-07-14 | Remove 576 references of include files that were not needed. | Bruce Momjian |
| 2006-07-11 | Alphabetically order reference to include files, "N" - "S". | Bruce Momjian |
| 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-09-08 | Create the pg_pltemplate system catalog to hold template information | Tom Lane |
| 2005-09-05 | Implement a preliminary 'template' facility for procedural languages, | Tom Lane |
| 2005-04-14 | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane |
| 2005-04-14 | First phase of project to use fixed OIDs for all system catalogs and | Tom Lane |