aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/relcache.c
Commit message (Expand)AuthorAge
* Avoid crashing if relcache flush occurs while trying to load data into anTom Lane2006-01-19
* Fix a tiny memory leak (one List header) in RelationCacheInvalidate().Tom 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
* Update two comments to refer to use the new list API names.Neil Conway2005-09-16
* Arrange for indexes and toast tables to inherit their ownership fromTom Lane2005-08-26
* Solve the problem of OID collisions by probing for duplicate OIDsTom Lane2005-08-12
* Modify AtEOXact_CatCache and AtEOXact_RelationCache to assume that theTom Lane2005-08-08
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-29
* Arrange to cache fmgr lookup information for an index's access methodTom Lane2005-05-27
* Code cleanup: in C89, there is no point casting the first argument toNeil Conway2005-05-11
* For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane2005-05-06
* Marginal hack to use a specialized hash function for dynahash hashtablesTom Lane2005-04-14
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-29
* Rethink the order of expression preprocessing: eval_const_expressionsTom Lane2005-03-28
* Adjust creation/destruction of TupleDesc data structure to reduce theTom Lane2005-03-07
* Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. ThisTom Lane2005-01-10
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Upgrade formrdesc() so that it can correctly initialize the tupledescTom Lane2004-12-12
* Avoid scanning the relcache during AtEOSubXact_RelationCache when thereTom Lane2004-11-20
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-16
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Fix relcache to account properly for subtransaction status of 'new'Tom Lane2004-08-28
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-17
* 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
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-30
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Get rid of rd_nblocks field in relcache entries. Turns out this wasTom Lane2004-05-08
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-01
* Remove double-rename used by Win32 on busy files. Not needed anymore.Bruce Momjian2004-03-16
* Tweak planner so that index expressions and predicates are matched toTom Lane2004-03-14
* For application to HEAD, following community review.Bruce Momjian2004-02-25
* Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane2004-02-10
* Adjust rename on Win32 to only link to temp name while holding lock,Bruce Momjian2004-02-02
* Ensure that close() and fclose() are checked for errors, at least inTom Lane2004-01-26
* Clean up the usage of canonicalize_qual(): in particular, be consistentTom Lane2003-12-28
* $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
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Repair some REINDEX problems per recent discussions. The relcache isTom Lane2003-09-24
* 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
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-28
* Create a distinction between Lists of integers and Lists of OIDs, to getTom Lane2003-02-09