aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/plancache.c
Commit message (Expand)AuthorAge
* Do parse analysis of an EXPLAIN's contained statement during the normalTom Lane2010-01-15
* Fix bug #5269: ResetPlanCache mustn't invalidate cached utility statements,Tom Lane2010-01-13
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Add support for invoking parser callback hooks via SPI and in cached plans.Tom Lane2009-11-04
* Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane2009-10-26
* Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.Tom Lane2009-10-10
* Do a conditional SPI_push/SPI_pop when replanning a query inTom Lane2009-07-14
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Remove pg_plan_queries()'s now-useless needSnapshot parameter. It's uselessTom Lane2008-12-13
* Fix failure to ensure that a snapshot is available to datatype input functionsTom Lane2008-12-13
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-04
* Fix caching of foreign-key-checking queries so that when a replan is needed,Tom Lane2008-09-15
* Improve the plan cache invalidation mechanism to make it invalidate plansTom Lane2008-09-09
* Move exprType(), exprTypmod(), expression_tree_walker(), and related routinesTom Lane2008-08-25
* Adjust things so that the query_string of a cached plan and the sourceText ofTom Lane2008-07-18
* Improve snapshot manager by keeping explicit track of snapshots.Alvaro Herrera2008-05-12
* Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files.Alvaro Herrera2008-03-26
* Separate snapshot management code from tuple visibility code, create aAlvaro Herrera2008-03-26
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Fix the plan-invalidation mechanism to treat regclass constants that refer toTom Lane2007-10-11
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-20
* The session_replication_role actually can be changed at will duringJan Wieck2007-06-05
* Prevent RevalidateCachedPlan from making any permanent change inTom Lane2007-05-14
* Make plancache store cursor options so it can pass them to planner duringTom Lane2007-04-16
* Expose more cursor-related functionality in SPI: specifically, allowTom Lane2007-04-16
* RESET SESSION, plus related new DDL commands. Patch from Marko Kreen,Neil Conway2007-04-12
* Fix plancache's invalidation callback to do the right thing for a SITom Lane2007-03-26
* Fix plancache so that any required replanning is done with the sameTom Lane2007-03-23
* Changes pg_trigger and extend pg_rewrite in order to allow triggers andJan Wieck2007-03-19
* Make use of plancache module for SPI plans. In particular, since plpgsqlTom Lane2007-03-15
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-13