aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/inval.c
Commit message (Expand)AuthorAge
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Improve the plan cache invalidation mechanism to make it invalidate plansTom Lane2008-09-09
* Rewrite the sinval messaging mechanism to reduce contention and avoidTom Lane2008-06-19
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Fix heap_page_prune's problem with failing to send cache invalidationTom Lane2008-03-13
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Avoid incrementing the CommandCounter when CommandCounterIncrement is calledTom Lane2007-11-30
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Fix things so that when CREATE INDEX CONCURRENTLY sets pg_index.indisvalidTom Lane2007-05-02
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Add some test scaffolding to allow cache-flush stress testing (and I doTom Lane2006-01-19
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-17
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* Separate the functions of relcache entry flush and smgr cache entry flushTom Lane2005-01-10
* Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. ThisTom Lane2005-01-10
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Fix a number of places where brittle data structures or overly strongTom Lane2004-09-06
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Fix subtransaction behavior for large objects, temp namespace, files,Tom Lane2004-07-28
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-01
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-18
* Make ALTER COLUMN TYPE preserve clustered status for indexes it doesn'tTom Lane2004-05-06
* Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane2004-02-10
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in backend/utils (except /adt).Tom Lane2003-07-25
* 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
* Add cache invalidation callback hooks.Tom Lane2002-04-29
* Checking to decide whether relations are system relations now dependsTom Lane2002-04-12
* Catcaches can now store negative entries as well as positive ones, toTom Lane2002-03-03
* A bunch of changes aimed at reducing backend startup time...Tom Lane2002-02-19
* IsSystemRelationName() treats TOAST relations as system relations.Tom Lane2001-11-16
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* 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
* Check for malloc failure.Tom 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