| Age | Commit message (Expand) | Author |
| 2014-05-06 | pgindent run for 9.4 | Bruce Momjian |
| 2014-01-07 | Update copyright for 2014 | Bruce Momjian |
| 2013-08-24 | Account better for planning cost when choosing whether to use custom plans. | Tom Lane |
| 2013-05-29 | pgindent run for release 9.3 | Bruce Momjian |
| 2013-04-20 | Fix longstanding race condition in plancache.c. | Tom Lane |
| 2013-01-25 | Change plan caching to honor, not resist, changes in search_path. | Tom Lane |
| 2013-01-04 | Invent a "one-shot" variant of CachedPlans for better performance. | Tom Lane |
| 2013-01-01 | Update copyrights for 2013 | Bruce Momjian |
| 2012-08-28 | Split resowner.h | Alvaro Herrera |
| 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-09-26 | Use a fresh copy of query_list when making a second plan in GetCachedPlan. | Tom Lane |
| 2011-09-25 | Avoid unnecessary snapshot-acquisitions in BuildCachedPlan. | Tom Lane |
| 2011-09-17 | Fix Assert failure in new plancache code. | Tom Lane |
| 2011-09-16 | Redesign the plancache mechanism for more flexibility and efficiency. | Tom Lane |
| 2011-09-01 | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian |
| 2011-08-16 | Revise sinval code to remove no-longer-used tuple TID from inval messages. | Tom Lane |
| 2011-04-10 | pgindent run before PG 9.1 beta 1. | Bruce Momjian |
| 2011-02-25 | Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH. | Tom Lane |
| 2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
| 2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
| 2010-08-13 | Fix Assert failure in PushOverrideSearchPath when trying to restore a search | Tom Lane |
| 2010-02-26 | pgindent run for 9.0 | Bruce Momjian |
| 2010-01-15 | Do parse analysis of an EXPLAIN's contained statement during the normal | Tom Lane |
| 2010-01-13 | Fix bug #5269: ResetPlanCache mustn't invalidate cached utility statements, | Tom Lane |
| 2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
| 2009-11-04 | Add support for invoking parser callback hooks via SPI and in cached plans. | Tom Lane |
| 2009-10-26 | Re-implement EvalPlanQual processing to improve its performance and eliminate | Tom Lane |
| 2009-10-10 | Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c. | Tom Lane |
| 2009-07-14 | Do a conditional SPI_push/SPI_pop when replanning a query in | 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-13 | Remove pg_plan_queries()'s now-useless needSnapshot parameter. It's useless | Tom Lane |
| 2008-12-13 | Fix failure to ensure that a snapshot is available to datatype input functions | Tom Lane |
| 2008-10-04 | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane |
| 2008-09-15 | Fix caching of foreign-key-checking queries so that when a replan is needed, | Tom Lane |
| 2008-09-09 | Improve the plan cache invalidation mechanism to make it invalidate plans | Tom Lane |
| 2008-08-25 | Move exprType(), exprTypmod(), expression_tree_walker(), and related routines | 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-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-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-11-15 | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
| 2007-10-11 | Fix the plan-invalidation mechanism to treat regclass constants that refer to | Tom Lane |
| 2007-09-20 | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane |
| 2007-06-05 | The session_replication_role actually can be changed at will during | Jan Wieck |
| 2007-05-14 | Prevent RevalidateCachedPlan from making any permanent change in | Tom Lane |