aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/catcache.c
Commit message (Expand)AuthorAge
* In PrepareToInvalidateCacheTuple, don't force initialization of catalogTom Lane2008-03-05
* Fix SysCacheGetAttr() to handle the case where the specified syscache has notTom Lane2006-10-06
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-31
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Sort reference of include files, "A" - "F".Bruce Momjian2006-07-11
* Remove the limit on the number of entries allowed in catcaches, andTom Lane2006-06-15
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* During CatCacheRemoveCList, we must now remove any members that areTom Lane2006-01-07
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane2005-09-24
* Tweak catalog cache management algorithms to reduce cost ofTom Lane2005-08-13
* Modify AtEOXact_CatCache and AtEOXact_RelationCache to assume that theTom Lane2005-08-08
* For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane2005-05-06
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* Fix resource owner code to generate catcache and relcache leak warningsTom Lane2005-03-25
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* A few minor list-related cleanups:Neil Conway2004-09-27
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-17
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-01
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-12
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-09
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* A visit from the message-style police ...Tom Lane2003-07-28
* Error message editing in backend/utils (except /adt).Tom Lane2003-07-25
* Revise hash join and hash aggregation code to use the same datatype-Tom Lane2003-06-22
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-27
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-13
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-11
* Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian2002-11-10
* pgindent run.Bruce Momjian2002-09-04
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-02
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-20
* Update copyright to 2002.Bruce Momjian2002-06-20
* Implement types regprocedure, regoper, regoperator, regclass, regtypeTom Lane2002-04-25
* Implement partial-key searching of syscaches, per recent suggestionTom Lane2002-04-06
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-26
* I've attached a patch which implements Bob Jenkin's hash function forBruce Momjian2002-03-06
* Change made to elog:Bruce Momjian2002-03-06
* Catcaches can now store negative entries as well as positive ones, toTom Lane2002-03-03
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* I've attached a simple patch which should improve the performance ofBruce Momjian2002-02-25
* A bunch of changes aimed at reducing backend startup time...Tom Lane2002-02-19
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05