summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/catcache.c
AgeCommit message (Expand)Author
2002-04-25Implement types regprocedure, regoper, regoperator, regclass, regtypeTom Lane
2002-04-06Implement partial-key searching of syscaches, per recent suggestionTom Lane
2002-03-26pg_class has a relnamespace column. You can create and access tablesTom Lane
2002-03-06I've attached a patch which implements Bob Jenkin's hash function forBruce Momjian
2002-03-06Change made to elog:Bruce Momjian
2002-03-03Catcaches can now store negative entries as well as positive ones, toTom Lane
2002-03-02Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian
2002-02-25I've attached a simple patch which should improve the performance ofBruce Momjian
2002-02-19A bunch of changes aimed at reducing backend startup time...Tom Lane
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-06Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane
2001-08-21Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane
2001-06-22Statistical system views (yet without the config stuff, butJan Wieck
2001-06-19Clean up some longstanding problems in shared-cache invalidation.Tom Lane
2001-06-18Do some restructuring to improve performance of the catcaches. TeachTom Lane
2001-06-01Clean up some minor problems exposed by further thought about Panon's bugTom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-02-22Change /*---- commants to /* where appropriate. pgindent will tightenBruce Momjian
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2001-01-05Rename and document some invalidation routines to make it clearer thatTom Lane
2000-11-24A catalog cache that never caches isn't much of a cache :-(. Mea culpa.Tom Lane
2000-11-16Change SearchSysCache coding conventions so that a reference count isTom Lane
2000-11-10Clean up syscache so that recursive invocation is safe, and remove errorTom Lane
2000-08-06Ensure that catcache 'busy' flags are reset at transaction abort.Tom Lane
2000-07-02Don't run in CacheMemoryContext more than necessary.Tom Lane
2000-06-28First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane
2000-06-19Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amprocTom Lane
2000-06-17Clean out another pocket of functions called via nonspecific functionTom Lane
2000-06-05Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane
2000-05-28First round of changes for new fmgr interface. fmgr itself and theTom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-02-21Clean up some really grotty coding in catcache.c, improve hashingTom Lane
2000-02-18Implement reindex commandHiroshi Inoue
2000-02-04Squash longstanding memory leak: when catcache.c copied a tuple intoTom Lane
2000-01-31Fix problems seen in parallel regress tests when SI buffer overruns (causingTom Lane
2000-01-26Add:Bruce Momjian
2000-01-17setheapoverride() is history. Uses replaced with CommandCounterIncrement()Tom Lane
2000-01-10Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian
1999-12-16Some changes to prepare for LONG attributes.Jan Wieck
1999-11-22Add system indexes to match all caches.Bruce Momjian
1999-11-21Repair problem exposed by Jan's new parallel-regression-test scaffold:Tom Lane
1999-11-19New parallel regression test shell and related things.Jan Wieck
1999-11-07New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian
1999-11-01Allow indexes on system catalogs for use in cache code.Bruce Momjian
1999-09-18Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-16Final cleanup.Bruce Momjian
1999-07-16Update #include cleanupsBruce Momjian