index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
/
plancache.h
Commit message (
Expand
)
Author
Age
*
Change plan caching to honor, not resist, changes in search_path.
Tom Lane
2013-01-25
*
Invent a "one-shot" variant of CachedPlans for better performance.
Tom Lane
2013-01-04
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Redesign the plancache mechanism for more flexibility and efficiency.
Tom Lane
2011-09-16
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Add support for invoking parser callback hooks via SPI and in cached plans.
Tom Lane
2009-11-04
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Fix caching of foreign-key-checking queries so that when a replan is needed,
Tom Lane
2008-09-15
*
Improve the plan cache invalidation mechanism to make it invalidate plans
Tom Lane
2008-09-09
*
Adjust things so that the query_string of a cached plan and the sourceText of
Tom Lane
2008-07-18
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Re-run pgindent with updated list of typedefs. (Updated README should
Bruce Momjian
2007-11-15
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
HOT updates. When we update a tuple without changing any of its indexed
Tom Lane
2007-09-20
*
The session_replication_role actually can be changed at will during
Jan Wieck
2007-06-05
*
Make plancache store cursor options so it can pass them to planner during
Tom Lane
2007-04-16
*
RESET SESSION, plus related new DDL commands. Patch from Marko Kreen,
Neil Conway
2007-04-12
*
Fix plancache so that any required replanning is done with the same
Tom Lane
2007-03-23
*
Changes pg_trigger and extend pg_rewrite in order to allow triggers and
Jan Wieck
2007-03-19
*
Make use of plancache module for SPI plans. In particular, since plpgsql
Tom Lane
2007-03-15
*
First phase of plan-invalidation project: create a plan cache management
Tom Lane
2007-03-13