]> granicus.if.org Git - postgresql/history - src/backend/utils/cache/catcache.c
For some reason access/tupmacs.h has been #including utils/memutils.h,
[postgresql] / src / backend / utils / cache / catcache.c
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.
1999-11-21 Tom LaneRepair problem exposed by Jan's new parallel-regression...
1999-11-19 Jan WieckNew parallel regression test shell and related things.
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-11-01 Bruce MomjianAllow indexes on system catalogs for use in cache code.
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-06-04 Tom LaneFix for failure to clean SysCache entry when a relation...
1999-05-31 Tom LaneFix some latent bugs in dllist.c (carelessness about...
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1999-02-02 Bruce MomjianAdd TEMP tables/indexes. Add COPY pfree(). Other...
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
1998-10-12 Bruce MomjianFix for vacuum and cache use. Fix for BSDI 4.0.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-07-27 Vadim B. MikheevUse Snapshot in heap access methods.
1998-07-20 Bruce MomjianCleanup use of 16 that should be NAMEDATALEN.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-06-15 Bruce MomjianFix macros that were not properly surrounded by parens...
1998-04-26 Bruce MomjianRe-apply Darren's char2-16 removal code.
1998-04-07 Bruce MomjianBack out char2-char16 removal. Add later.
1998-03-30 Bruce MomjianThe following uuencoded, gzip'd file will ...
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-02-11 Bruce MomjianGoodbye register keyword. Compiler knows better.
next