summaryrefslogtreecommitdiff
path: root/src/include/utils/catcache.h
Commit message (Expand)AuthorAgeFilesLines
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix SysCacheGetAttr() to handle the case where the specified syscache has notTom Lane2006-10-061-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-2/+2
* More include file adjustments.Bruce Momjian2006-07-131-2/+1
* More include file adjustments.Bruce Momjian2006-07-131-1/+3
* Remove the limit on the number of entries allowed in catcaches, andTom Lane2006-06-151-13/+8
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-10/+10
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-33/+32
* Tweak catalog cache management algorithms to reduce cost ofTom Lane2005-08-131-11/+15
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-3/+3
* Fix resource owner code to generate catcache and relcache leak warningsTom Lane2005-03-251-1/+4
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-171-9/+1
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-011-1/+9
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-091-1/+2
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2002-09-041-18/+21
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* CacheMemoryContext should be DLLIMPORT.Tom Lane2002-06-191-2/+2
* Implement partial-key searching of syscaches, per recent suggestionTom Lane2002-04-061-6/+64
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-261-5/+5
* I've attached a patch which implements Bob Jenkin's hash function forBruce Momjian2002-03-061-3/+3
* Catcaches can now store negative entries as well as positive ones, toTom Lane2002-03-031-5/+20
* A bunch of changes aimed at reducing backend startup time...Tom Lane2002-02-191-1/+8
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-7/+7
* Clean up some longstanding problems in shared-cache invalidation.Tom Lane2001-06-191-3/+4
* Do some restructuring to improve performance of the catcaches. TeachTom Lane2001-06-181-31/+33
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-9/+9
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Rename and document some invalidation routines to make it clearer thatTom Lane2001-01-051-2/+2
* A catalog cache that never caches isn't much of a cache :-(. Mea culpa.Tom Lane2000-11-241-2/+2
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-11/+25
* Clean up syscache so that recursive invocation is safe, and remove errorTom Lane2000-11-101-35/+26
* Ensure that catcache 'busy' flags are reset at transaction abort.Tom Lane2000-08-061-1/+2
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-281-2/+4
* Clean out another pocket of functions called via nonspecific functionTom Lane2000-06-171-11/+24
* Clean up #include's.Bruce Momjian2000-06-151-2/+1
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-051-3/+3
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-5/+7
* Clean up some really grotty coding in catcache.c, improve hashingTom Lane2000-02-211-3/+5
* Add:Bruce Momjian2000-01-261-2/+3
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-3/+3
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-4/+1
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-141-1/+2
* Fix for failure to clean SysCache entry when a relation is deletedTom Lane1999-06-041-6/+8