]> granicus.if.org Git - postgresql/history - src/backend/utils/cache/catcache.c
pgindent run for 9.0, second run
[postgresql] / src / backend / utils / cache / catcache.c
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-04-20 Tom LaneArrange for client authentication to occur before we...
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-02-08 Tom LaneRemove CatalogCacheFlushRelation, and the reloidattr...
2010-02-07 Tom LaneCreate a "relation mapping" infrastructure to support...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-02 Tom LaneRemove all uses of the deprecated functions heap_formtu...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-03-05 Tom LaneIn PrepareToInvalidateCacheTuple, don't force initializ...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-04-21 Tom LaneImprove the way in which CatalogCacheComputeHashValue...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-10-06 Tom LaneFix SysCacheGetAttr() to handle the case where the...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-31 Tom LaneChange the relation_open protocol so that we obtain...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-11 Bruce MomjianSort reference of include files, "A" - "F".
2006-06-15 Tom LaneRemove the limit on the number of entries allowed in...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-07 Tom LaneDuring CatCacheRemoveCList, we must now remove any...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-24 Tom LaneClean up possibly-uninitialized-variable warnings repor...
2005-08-13 Tom LaneTweak catalog cache management algorithms to reduce...
2005-08-08 Tom LaneModify AtEOXact_CatCache and AtEOXact_RelationCache...
2005-05-06 Tom LaneFor some reason access/tupmacs.h has been #including...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-03-25 Tom LaneFix resource owner code to generate catcache and relcac...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-27 Neil ConwayA few minor list-related cleanups:
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-07-17 Tom LaneInvent ResourceOwner mechanism as per my recent proposa...
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-28 Tom LaneA visit from the message-style police ...
2003-07-25 Tom LaneError message editing in backend/utils (except /adt).
2003-06-22 Tom LaneRevise hash join and hash aggregation code to use the...
2003-05-27 Bruce MomjianMake debug_ GUC varables output DEBUG1 rather than...
2002-11-13 Bruce MomjianAdd new palloc0 call as merge of palloc and MemSet(0).
2002-11-11 Bruce MomjianBack out use of palloc0 in place if palloc/MemSet....
2002-11-10 Bruce MomjianMerge palloc()/MemSet(0) calls into a single palloc0...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Tom LaneCode review for HeapTupleHeader changes. Add version...
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-04-25 Tom LaneImplement types regprocedure, regoper, regoperator...
2002-04-06 Tom LaneImplement partial-key searching of syscaches, per recen...
2002-03-26 Tom Lanepg_class has a relnamespace column. You can create...
2002-03-06 Bruce MomjianI've attached a patch which implements Bob Jenkin's...
2002-03-06 Bruce MomjianChange made to elog:
2002-03-03 Tom LaneCatcaches can now store negative entries as well as...
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2002-02-25 Bruce MomjianI've attached a simple patch which should improve the...
2002-02-19 Tom LaneA bunch of changes aimed at reducing backend startup...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-06 Tom LaneRearrange fmgr.c and relcache so that it's possible...
2001-08-21 Tom LaneRestructure pg_opclass, pg_amop, and pg_amproc per...
2001-06-22 Jan WieckStatistical system views (yet without the config stuff...
2001-06-19 Tom LaneClean up some longstanding problems in shared-cache...
2001-06-18 Tom LaneDo some restructuring to improve performance of the...
2001-06-01 Tom LaneClean up some minor problems exposed by further thought...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-22 Bruce MomjianChange /*---- commants to /* where appropriate. pginde...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-05 Tom LaneRename and document some invalidation routines to make...
2000-11-24 Tom LaneA catalog cache that never caches isn't much of a cache...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-11-10 Tom LaneClean up syscache so that recursive invocation is safe...
2000-08-06 Tom LaneEnsure that catcache 'busy' flags are reset at transact...
2000-07-02 Tom LaneDon't run in CacheMemoryContext more than necessary.
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-06-19 Tom LaneClean up bogosities in pg_opclass, pg_amop, pg_amproc...
2000-06-17 Tom LaneClean out another pocket of functions called via nonspe...
2000-06-05 Tom LaneLatest round of fmgr updates. All functions with bool...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-02-21 Tom LaneClean up some really grotty coding in catcache.c, impro...
2000-02-18 Hiroshi InoueImplement reindex command
2000-02-04 Tom LaneSquash longstanding memory leak: when catcache.c copied...
2000-01-31 Tom LaneFix problems seen in parallel regress tests when SI...
2000-01-26 Bruce MomjianAdd:
2000-01-17 Tom Lanesetheapoverride() is history. Uses replaced with Comma...
2000-01-10 Bruce MomjianRename oid8 -> oidvector and int28 -> int2vector. ...
1999-12-16 Jan WieckSome changes to prepare for LONG attributes.
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
next