summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/relcache.c
Commit message (Expand)AuthorAgeFilesLines
* Adjust creation/destruction of TupleDesc data structure to reduce theTom Lane2005-03-071-13/+7
* Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. ThisTom Lane2005-01-101-34/+5
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Upgrade formrdesc() so that it can correctly initialize the tupledescTom Lane2004-12-121-28/+34
* Avoid scanning the relcache during AtEOSubXact_RelationCache when thereTom Lane2004-11-201-1/+30
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-161-16/+16
* Pgindent run for 8.0.Bruce Momjian2004-08-291-53/+55
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Fix relcache to account properly for subtransaction status of 'new'Tom Lane2004-08-281-27/+86
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-171-151/+56
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-011-4/+139
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-181-28/+45
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-301-12/+12
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-12/+13
* Get rid of rd_nblocks field in relcache entries. Turns out this wasTom Lane2004-05-081-37/+12
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-011-4/+26
* Remove double-rename used by Win32 on busy files. Not needed anymore.Bruce Momjian2004-03-161-13/+1
* Tweak planner so that index expressions and predicates are matched toTom Lane2004-03-141-1/+13
* For application to HEAD, following community review.Bruce Momjian2004-02-251-3/+3
* Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane2004-02-101-155/+62
* Adjust rename on Win32 to only link to temp name while holding lock,Bruce Momjian2004-02-021-19/+14
* Ensure that close() and fclose() are checked for errors, at least inTom Lane2004-01-261-2/+3
* Clean up the usage of canonicalize_qual(): in particular, be consistentTom Lane2003-12-281-10/+19
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-121-91/+81
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-091-164/+87
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-3/+3
* Repair some REINDEX problems per recent discussions. The relcache isTom Lane2003-09-241-41/+163
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-31/+31
* Error message editing in backend/utils (except /adt).Tom Lane2003-07-251-55/+70
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-281-36/+173
* Create a distinction between Lists of integers and Lists of OIDs, to getTom Lane2003-02-091-8/+8
* Fix ALTER TABLE ADD COLUMN to disallow the same column types that areTom Lane2002-12-161-3/+4
* Tweak default memory context allocation policy so that a context is notTom Lane2002-12-151-10/+10
* Add relcache support for system catalogs with attnotnull columns.Tom Lane2002-11-151-3/+41
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-131-12/+5
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-111-5/+12
* Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian2002-11-101-12/+5
* Arrange to copy relcache's trigdesc structure at the start of anyTom Lane2002-10-141-16/+6
* RelationClearRelation must reset rd_targblock and update rd_nblocksTom Lane2002-09-221-2/+6
* pgindent run.Bruce Momjian2002-09-041-116/+124
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-021-2/+1
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-021-8/+11
* Code review of CLUSTER patch. Clean up problems with relcache gettingTom Lane2002-08-111-24/+34
* Restructure local-buffer handling per recent pghackers discussion.Tom Lane2002-08-061-122/+74
* Fix obsolete comment.Tom Lane2002-08-041-5/+5
* When compiling with --enable-cassert, check for reference count leaksTom Lane2002-08-021-11/+38
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-201-7/+10
* Improve relcache.c error reporting for the next guy who has to debugBruce Momjian2002-07-151-11/+11