summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/plancache.c
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for 9.4Bruce Momjian2014-05-061-21/+21
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Account better for planning cost when choosing whether to use custom plans.Tom Lane2013-08-241-9/+43
* pgindent run for release 9.3Bruce Momjian2013-05-291-7/+7
* Fix longstanding race condition in plancache.c.Tom Lane2013-04-201-14/+44
* Change plan caching to honor, not resist, changes in search_path.Tom Lane2013-01-251-41/+43
* Invent a "one-shot" variant of CachedPlans for better performance.Tom Lane2013-01-041-29/+162
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Split resowner.hAlvaro Herrera2012-08-281-0/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-41/+41
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-191-18/+12
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Use a fresh copy of query_list when making a second plan in GetCachedPlan.Tom Lane2011-09-261-1/+9
* Avoid unnecessary snapshot-acquisitions in BuildCachedPlan.Tom Lane2011-09-251-6/+5
* Fix Assert failure in new plancache code.Tom Lane2011-09-171-2/+15
* Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane2011-09-161-523/+998
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-3/+0
* Revise sinval code to remove no-longer-used tuple TID from inval messages.Tom Lane2011-08-161-10/+10
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-2/+2
* Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane2011-02-251-0/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Fix Assert failure in PushOverrideSearchPath when trying to restore a searchTom Lane2010-08-131-1/+3
* pgindent run for 9.0Bruce Momjian2010-02-261-13/+13
* Do parse analysis of an EXPLAIN's contained statement during the normalTom Lane2010-01-151-38/+90
* Fix bug #5269: ResetPlanCache mustn't invalidate cached utility statements,Tom Lane2010-01-131-6/+49
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Add support for invoking parser callback hooks via SPI and in cached plans.Tom Lane2009-11-041-10/+43
* Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane2009-10-261-22/+7
* Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.Tom Lane2009-10-101-3/+3
* Do a conditional SPI_push/SPI_pop when replanning a query inTom Lane2009-07-141-1/+13
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-10/+10
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Remove pg_plan_queries()'s now-useless needSnapshot parameter. It's uselessTom Lane2008-12-131-3/+2
* Fix failure to ensure that a snapshot is available to datatype input functionsTom Lane2008-12-131-6/+20
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-041-3/+11
* Fix caching of foreign-key-checking queries so that when a replan is needed,Tom Lane2008-09-151-1/+39
* Improve the plan cache invalidation mechanism to make it invalidate plansTom Lane2008-09-091-106/+154
* Move exprType(), exprTypmod(), expression_tree_walker(), and related routinesTom Lane2008-08-251-2/+2
* Adjust things so that the query_string of a cached plan and the sourceText ofTom Lane2008-07-181-4/+7
* Improve snapshot manager by keeping explicit track of snapshots.Alvaro Herrera2008-05-121-47/+10
* Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files.Alvaro Herrera2008-03-261-2/+2
* Separate snapshot management code from tuple visibility code, create aAlvaro Herrera2008-03-261-1/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-151-12/+12
* pgindent run for 8.3.Bruce Momjian2007-11-151-52/+52
* Fix the plan-invalidation mechanism to treat regclass constants that refer toTom Lane2007-10-111-15/+6
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-201-1/+41
* The session_replication_role actually can be changed at will duringJan Wieck2007-06-051-12/+1
* Prevent RevalidateCachedPlan from making any permanent change inTom Lane2007-05-141-7/+47