summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/ts_cache.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane2014-12-181-6/+3
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update comments concerning PGC_S_TEST.Tom Lane2013-09-031-5/+2
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-021-1/+1
* Fix error-checking typo in check_TSCurrentConfig().Tom Lane2013-01-201-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-0/+1
* remove catcache.h from syscache.hAlvaro Herrera2012-08-281-0/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-4/+4
* Accept a non-existent value in "ALTER USER/DATABASE SET ..." command.Heikki Linnakangas2012-01-301-1/+18
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* 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-1/+1
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-1/+1
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-071-14/+18
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Standardize get_whatever_oid functions for other object types.Robert Haas2010-08-051-3/+3
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-141-16/+7
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Remove a couple of unnecessary calls of CreateCacheMemoryContext. TheseTom Lane2009-12-271-11/+13
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Improve the plan cache invalidation mechanism to make it invalidate plansTom Lane2008-09-091-7/+8
* Create new routines systable_beginscan_ordered, systable_getnext_ordered,Tom Lane2008-04-121-5/+6
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-261-1/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-12/+12
* Code review for GUC revert-values-if-removed-from-postgresql.conf patch;Tom Lane2007-09-101-10/+2
* Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating theTom Lane2007-08-221-11/+20
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-211-0/+641