| Age | Commit message (Expand) | Author |
| 2016-02-26 | On second thought, disable parallelism for prepared statements. | Robert Haas |
| 2016-02-25 | Enable parallelism for prepared statements and extended query protocol. | Robert Haas |
| 2016-01-02 | Update copyright for 2016 | Bruce Momjian |
| 2015-11-02 | Fix problems with ParamListInfo serialization mechanism. | Robert Haas |
| 2015-02-20 | Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. | Tom Lane |
| 2015-01-06 | Update copyright for 2015 | Bruce Momjian |
| 2014-05-06 | pgindent run for 9.4 | Bruce Momjian |
| 2014-01-29 | Include planning time in EXPLAIN ANALYZE output. | Robert Haas |
| 2014-01-07 | Update copyright for 2014 | Bruce Momjian |
| 2013-04-12 | Clean up the mess around EXPLAIN and materialized views. | Tom Lane |
| 2013-03-04 | Add a materialized view relations. | Kevin Grittner |
| 2013-01-01 | Update copyrights for 2013 | Bruce Momjian |
| 2012-11-26 | Revert patch for taking fewer snapshots. | Tom Lane |
| 2012-08-10 | Centralize the logic for detecting misplaced aggregates, window funcs, etc. | Tom Lane |
| 2012-06-10 | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian |
| 2012-03-20 | Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. | Tom Lane |
| 2012-01-01 | Update copyright notices for year 2012. | Bruce Momjian |
| 2011-12-21 | Take fewer snapshots. | Robert Haas |
| 2011-09-16 | Redesign the plancache mechanism for more flexibility and efficiency. | Tom Lane |
| 2011-09-09 | Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. | Tom Lane |
| 2011-09-01 | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian |
| 2011-04-10 | pgindent run before PG 9.1 beta 1. | Bruce Momjian |
| 2011-03-20 | Revise collation derivation method and expression-tree representation. | Tom Lane |
| 2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
| 2010-10-25 | Refactor typenameTypeId() | Peter Eisentraut |
| 2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
| 2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
| 2009-12-29 | Previous fix for temporary file management broke returning a set from | Heikki Linnakangas |
| 2009-11-04 | Add support for invoking parser callback hooks via SPI and in cached plans. | Tom Lane |
| 2009-08-10 | Extend EXPLAIN to support output in XML or JSON format. | Tom Lane |
| 2009-07-26 | Extend EXPLAIN to allow generic options to be specified. | Tom Lane |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2009-01-02 | Include a pointer to the query's source text in QueryDesc structs. This is | Tom Lane |
| 2009-01-01 | Update copyright for 2009. | Bruce Momjian |
| 2008-12-28 | Support window functions a la SQL:2008. | Tom Lane |
| 2008-12-13 | Remove pg_plan_queries()'s now-useless needSnapshot parameter. It's useless | Tom Lane |
| 2008-10-29 | Be more tense about not creating tuplestores with randomAccess = true unless | Tom Lane |
| 2008-08-28 | Extend the parser location infrastructure to include a location field in | Tom Lane |
| 2008-08-25 | Move exprType(), exprTypmod(), expression_tree_walker(), and related routines | Tom Lane |
| 2008-07-21 | Add comment about the two different query strings that ExecuteQuery() | Tom Lane |
| 2008-07-18 | Adjust things so that the query_string of a cached plan and the sourceText of | Tom Lane |
| 2008-05-12 | Improve snapshot manager by keeping explicit track of snapshots. | Alvaro Herrera |
| 2008-05-12 | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera |
| 2008-04-02 | Revert my bad decision of about a year ago to make PortalDefineQuery | Tom Lane |
| 2008-03-26 | Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files. | Alvaro Herrera |
| 2008-03-26 | Separate snapshot management code from tuple visibility code, create a | Alvaro Herrera |
| 2008-03-25 | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane |
| 2008-03-25 | Add a new tuplestore API function, tuplestore_putvalues(). This is | Neil Conway |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |