aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/ts_cache.c
Commit message (Expand)AuthorAge
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-14
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Remove a couple of unnecessary calls of CreateCacheMemoryContext. TheseTom Lane2009-12-27
* Update copyright for 2009.Bruce Momjian2009-01-01
* Improve the plan cache invalidation mechanism to make it invalidate plansTom Lane2008-09-09
* Create new routines systable_beginscan_ordered, systable_getnext_ordered,Tom Lane2008-04-12
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-26
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Code review for GUC revert-values-if-removed-from-postgresql.conf patch;Tom Lane2007-09-10
* Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating theTom Lane2007-08-22
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-21