summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/relcache.c
AgeCommit message (Expand)Author
2005-11-20Remove the t_datamcxt field of HeapTupleData. This was introduced forTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-09-16Update two comments to refer to use the new list API names.Neil Conway
2005-08-26Arrange for indexes and toast tables to inherit their ownership fromTom Lane
2005-08-12Solve the problem of OID collisions by probing for duplicate OIDsTom Lane
2005-08-08Modify AtEOXact_CatCache and AtEOXact_RelationCache to assume that theTom Lane
2005-05-29Modify hash_search() API to prevent future occurrences of the errorTom Lane
2005-05-27Arrange to cache fmgr lookup information for an index's access methodTom Lane
2005-05-11Code cleanup: in C89, there is no point casting the first argument toNeil Conway
2005-05-06For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane
2005-04-14Marginal hack to use a specialized hash function for dynahash hashtablesTom Lane
2005-04-14Completion of project to use fixed OIDs for all system catalogs andTom Lane
2005-04-14First phase of project to use fixed OIDs for all system catalogs andTom Lane
2005-03-29Convert oidvector and int2vector into variable-length arrays. ThisTom Lane
2005-03-28Rethink the order of expression preprocessing: eval_const_expressionsTom Lane
2005-03-07Adjust creation/destruction of TupleDesc data structure to reduce theTom Lane
2005-01-10Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. ThisTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-12-12Upgrade formrdesc() so that it can correctly initialize the tupledescTom Lane
2004-11-20Avoid scanning the relcache during AtEOSubXact_RelationCache when thereTom Lane
2004-09-16Restructure subtransaction handling to reduce resource consumption,Tom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-28Fix relcache to account properly for subtransaction status of 'new'Tom Lane
2004-07-17Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane
2004-07-01Nested transactions. There is still much left to do, especially on theTom Lane
2004-06-18Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane
2004-05-30Use the new List API function names throughout the backend, and disable theNeil Conway
2004-05-26Reimplement the linked list data structure used throughout the backend.Neil Conway
2004-05-08Get rid of rd_nblocks field in relcache entries. Turns out this wasTom Lane
2004-04-01Replace TupleTableSlot convention for whole-row variables and functionTom Lane
2004-03-16Remove double-rename used by Win32 on busy files. Not needed anymore.Bruce Momjian
2004-03-14Tweak planner so that index expressions and predicates are matched toTom Lane
2004-02-25For application to HEAD, following community review.Bruce Momjian
2004-02-10Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane
2004-02-02Adjust rename on Win32 to only link to temp name while holding lock,Bruce Momjian
2004-01-26Ensure that close() and fclose() are checked for errors, at least inTom Lane
2003-12-28Clean up the usage of canonicalize_qual(): in particular, be consistentTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-12Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane
2003-11-09Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane
2003-09-25Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut
2003-09-24Repair some REINDEX problems per recent discussions. The relcache isTom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-07-25Error message editing in backend/utils (except /adt).Tom Lane
2003-05-28Replace functional-index facility with expressional indexes. Any columnTom Lane
2003-02-09Create a distinction between Lists of integers and Lists of OIDs, to getTom Lane
2002-12-16Fix ALTER TABLE ADD COLUMN to disallow the same column types that areTom Lane
2002-12-15Tweak default memory context allocation policy so that a context is notTom Lane