aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/catcache.c
Commit message (Expand)AuthorAge
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-12
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-09
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* A visit from the message-style police ...Tom Lane2003-07-28
* Error message editing in backend/utils (except /adt).Tom Lane2003-07-25
* Revise hash join and hash aggregation code to use the same datatype-Tom Lane2003-06-22
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-27
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-13
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-11
* Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian2002-11-10
* pgindent run.Bruce Momjian2002-09-04
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-02
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-20
* Update copyright to 2002.Bruce Momjian2002-06-20
* Implement types regprocedure, regoper, regoperator, regclass, regtypeTom Lane2002-04-25
* Implement partial-key searching of syscaches, per recent suggestionTom Lane2002-04-06
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-26
* I've attached a patch which implements Bob Jenkin's hash function forBruce Momjian2002-03-06
* Change made to elog:Bruce Momjian2002-03-06
* Catcaches can now store negative entries as well as positive ones, toTom Lane2002-03-03
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* I've attached a simple patch which should improve the performance ofBruce Momjian2002-02-25
* A bunch of changes aimed at reducing backend startup time...Tom Lane2002-02-19
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane2001-10-06
* 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