]> granicus.if.org Git - postgresql/history - src/include/utils/catcache.h
Add GUC and storage parameter to set the maximum size of GIN pending list.
[postgresql] / src / include / utils / catcache.h
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-09-05 Heikki LinnakangasMake catalog cache hash tables resizeable.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-10-18 Tom LaneRemove unnecessary "head" arguments from some dlist...
2012-10-17 Alvaro HerreraEmbedded list interface
2012-03-07 Tom LaneExpose an API for calculating catcache hash values.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-08-16 Tom LaneRevise sinval code to remove no-longer-used tuple TID...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
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-01-01 Bruce MomjianUpdate copyright for 2009.
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-07-25 Magnus HaganderRename DLLIMPORT macro to PGDLLIMPORT to avoid conflict...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-06 Tom LaneFix SysCacheGetAttr() to handle the case where the...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-13 Bruce MomjianMore include file adjustments.
2006-07-13 Bruce MomjianMore include file adjustments.
2006-06-15 Tom LaneRemove the limit on the number of entries allowed in...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-13 Tom LaneTweak catalog cache management algorithms to reduce...
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-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...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2002-09-04 Bruce Momjianpgindent run.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-19 Tom LaneCacheMemoryContext should be DLLIMPORT.
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-03 Tom LaneCatcaches can now store negative entries as well as...
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-06-19 Tom LaneClean up some longstanding problems in shared-cache...
2001-06-18 Tom LaneDo some restructuring to improve performance of the...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
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-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-06-17 Tom LaneClean out another pocket of functions called via nonspe...
2000-06-15 Bruce MomjianClean up #include's.
2000-06-05 Tom LaneLatest round of fmgr updates. All functions with bool...
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-01-26 Bruce MomjianAdd:
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-14 Bruce MomjianCleanup of /include #include's, for 6.6 only.
1999-06-04 Tom LaneFix for failure to clean SysCache entry when a relation...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-23 Marc G. FournierFrom: Jan Wieck <jwieck@debis.com>
1998-01-24 Bruce MomjianFix prototypes so they don't look like function definit...
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1996-11-04 Marc G. Fournierfinally, this directory is (should be!) totally clean
1996-11-04 Marc G. FournierNext, based on utils/catcache.h
1996-10-31 Marc G. Fournierremove:
1996-08-28 Marc G. FournierMore cleanups of the include files