summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/catcache.c
Commit message (Expand)AuthorAgeFilesLines
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-25/+25
* I've attached a simple patch which should improve the performance ofBruce Momjian2002-02-251-20/+2
* A bunch of changes aimed at reducing backend startup time...Tom Lane2002-02-191-50/+119
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-16/+14
* Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane2001-10-061-18/+5
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-211-3/+14
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-221-2/+2
* Clean up some longstanding problems in shared-cache invalidation.Tom Lane2001-06-191-6/+24
* Do some restructuring to improve performance of the catcaches. TeachTom Lane2001-06-181-144/+185
* Clean up some minor problems exposed by further thought about Panon's bugTom Lane2001-06-011-8/+16
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-88/+89
* Change /*---- commants to /* where appropriate. pgindent will tightenBruce Momjian2001-02-221-91/+91
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Rename and document some invalidation routines to make it clearer thatTom Lane2001-01-051-11/+30
* A catalog cache that never caches isn't much of a cache :-(. Mea culpa.Tom Lane2000-11-241-13/+15
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-177/+214
* Clean up syscache so that recursive invocation is safe, and remove errorTom Lane2000-11-101-328/+211
* Ensure that catcache 'busy' flags are reset at transaction abort.Tom Lane2000-08-061-7/+33
* Don't run in CacheMemoryContext more than necessary.Tom Lane2000-07-021-150/+34
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-281-35/+56
* Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amprocTom Lane2000-06-191-2/+2
* Clean out another pocket of functions called via nonspecific functionTom Lane2000-06-171-39/+25
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-051-22/+26
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-281-1/+2
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-45/+54
* Clean up some really grotty coding in catcache.c, improve hashingTom Lane2000-02-211-95/+79
* Implement reindex commandHiroshi Inoue2000-02-181-5/+10
* Squash longstanding memory leak: when catcache.c copied a tuple intoTom Lane2000-02-041-12/+24
* Fix problems seen in parallel regress tests when SI buffer overruns (causingTom Lane2000-01-311-69/+49
* Add:Bruce Momjian2000-01-261-2/+3
* setheapoverride() is history. Uses replaced with CommandCounterIncrement()Tom Lane2000-01-171-3/+2
* Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian2000-01-101-8/+8
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-161-2/+2
* Add system indexes to match all caches.Bruce Momjian1999-11-221-42/+77
* Repair problem exposed by Jan's new parallel-regression-test scaffold:Tom Lane1999-11-211-14/+2
* New parallel regression test shell and related things.Jan Wieck1999-11-191-1/+13
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-3/+3
* Allow indexes on system catalogs for use in cache code.Bruce Momjian1999-11-011-1/+68
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-11/+10
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+1
* Final cleanup.Bruce Momjian1999-07-161-5/+5
* Update #include cleanupsBruce Momjian1999-07-161-2/+2
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-7/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-4/+1
* Fix for failure to clean SysCache entry when a relation is deletedTom Lane1999-06-041-37/+51
* Fix some latent bugs in dllist.c (carelessness about settingTom Lane1999-05-311-6/+8
* pgindent run over code.Bruce Momjian1999-05-251-2/+3
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-101-3/+3