summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/ts_cache.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless casts to (void *) in hash_search() callsPeter Eisentraut2023-02-061-8/+6
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Convert the reg* input functions to report (most) errors softly.Tom Lane2022-12-271-4/+27
* Store GUC data in a memory context, instead of using malloc().Tom Lane2022-10-141-3/+3
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-131-2/+3
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-151-3/+0
* Move catalog index declarationsPeter Eisentraut2020-11-071-1/+0
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-271-1/+1
* Rename files and headers related to index AMMichael Paquier2019-12-251-1/+1
* Don't access catalogs to validate GUCs when not connected to a DB.Andres Freund2019-06-101-3/+5
* Remove superfluous tqual.h includes.Andres Freund2019-01-211-1/+0
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-211-2/+2
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-211-1/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Rename MemoryContextCopySetIdentifier() for clarityPeter Eisentraut2018-04-061-2/+2
* Allow memory contexts to have both fixed and variable ident strings.Tom Lane2018-03-271-5/+8
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Rethink MemoryContext creation to improve performance.Tom Lane2017-12-131-3/+4
* Phase 3 of pgindent updates.Tom Lane2017-06-211-1/+1
* Move some things from builtins.h to new header filesPeter Eisentraut2017-01-201-0/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-271-3/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* 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