aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/catcache.c
Commit message (Expand)AuthorAge
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-21
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-22
* Clean up some longstanding problems in shared-cache invalidation.Tom Lane2001-06-19
* Do some restructuring to improve performance of the catcaches. TeachTom Lane2001-06-18
* Clean up some minor problems exposed by further thought about Panon's bugTom Lane2001-06-01
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change /*---- commants to /* where appropriate. pgindent will tightenBruce Momjian2001-02-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Rename and document some invalidation routines to make it clearer thatTom Lane2001-01-05
* A catalog cache that never caches isn't much of a cache :-(. Mea culpa.Tom Lane2000-11-24
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-16
* Clean up syscache so that recursive invocation is safe, and remove errorTom Lane2000-11-10
* Ensure that catcache 'busy' flags are reset at transaction abort.Tom Lane2000-08-06
* Don't run in CacheMemoryContext more than necessary.Tom Lane2000-07-02
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amprocTom Lane2000-06-19
* Clean out another pocket of functions called via nonspecific functionTom Lane2000-06-17
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-05
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-28
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Clean up some really grotty coding in catcache.c, improve hashingTom Lane2000-02-21
* Implement reindex commandHiroshi Inoue2000-02-18
* Squash longstanding memory leak: when catcache.c copied a tuple intoTom Lane2000-02-04
* Fix problems seen in parallel regress tests when SI buffer overruns (causingTom Lane2000-01-31
* Add:Bruce Momjian2000-01-26
* setheapoverride() is history. Uses replaced with CommandCounterIncrement()Tom Lane2000-01-17
* Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian2000-01-10
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-16
* Add system indexes to match all caches.Bruce Momjian1999-11-22
* Repair problem exposed by Jan's new parallel-regression-test scaffold:Tom Lane1999-11-21
* New parallel regression test shell and related things.Jan Wieck1999-11-19
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07
* Allow indexes on system catalogs for use in cache code.Bruce Momjian1999-11-01
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-18
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Update #include cleanupsBruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Fix for failure to clean SysCache entry when a relation is deletedTom Lane1999-06-04
* Fix some latent bugs in dllist.c (carelessness about settingTom Lane1999-05-31
* pgindent run over code.Bruce Momjian1999-05-25
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-10
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-02
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-27
* Fix for vacuum and cache use. Fix for BSDI 4.0.Bruce Momjian1998-10-12
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01