summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/catcache.c
Commit message (Expand)AuthorAgeFilesLines
* Remove CatalogCacheFlushRelation, and the reloidattr infrastructure that wasTom Lane2010-02-081-88/+1
* Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane2010-02-071-20/+42
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-1/+11
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane2008-11-021-7/+7
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-191-2/+3
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+2
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-261-1/+2
* In PrepareToInvalidateCacheTuple, don't force initialization of catalogTom Lane2008-03-051-4/+4
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-5/+5
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-211-1/+3
* Improve the way in which CatalogCacheComputeHashValue combines multiple keyTom Lane2007-04-211-8/+16
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-231-15/+5
* Fix SysCacheGetAttr() to handle the case where the specified syscache has notTom Lane2006-10-061-8/+10
* pgindent run for 8.2.Bruce Momjian2006-10-041-3/+3
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-311-10/+5
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-4/+1
* Sort reference of include files, "A" - "F".Bruce Momjian2006-07-111-2/+2
* Remove the limit on the number of entries allowed in catcaches, andTom Lane2006-06-151-146/+51
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* During CatCacheRemoveCList, we must now remove any members that areTom Lane2006-01-071-1/+19
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-3/+3
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-99/+96
* Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane2005-09-241-1/+3
* Tweak catalog cache management algorithms to reduce cost ofTom Lane2005-08-131-62/+117
* Modify AtEOXact_CatCache and AtEOXact_RelationCache to assume that theTom Lane2005-08-081-126/+136
* For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane2005-05-061-1/+2
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-23/+32
* Fix resource owner code to generate catcache and relcache leak warningsTom Lane2005-03-251-7/+32
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* A few minor list-related cleanups:Neil Conway2004-09-271-5/+6
* Pgindent run for 8.0.Bruce Momjian2004-08-291-4/+4
* 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-193/+39
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-011-4/+183
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-3/+5
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-121-3/+3
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-091-3/+8
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-3/+3
* A visit from the message-style police ...Tom Lane2003-07-281-2/+2
* Error message editing in backend/utils (except /adt).Tom Lane2003-07-251-12/+10
* Revise hash join and hash aggregation code to use the same datatype-Tom Lane2003-06-221-34/+44
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-271-33/+33
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-131-3/+2
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-111-2/+3