aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/relcache.c
Commit message (Expand)AuthorAge
* 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
* Fix ALTER TABLE ADD COLUMN to disallow the same column types that areTom Lane2002-12-16
* Tweak default memory context allocation policy so that a context is notTom Lane2002-12-15
* Add relcache support for system catalogs with attnotnull columns.Tom Lane2002-11-15
* 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
* Arrange to copy relcache's trigdesc structure at the start of anyTom Lane2002-10-14
* RelationClearRelation must reset rd_targblock and update rd_nblocksTom Lane2002-09-22
* pgindent run.Bruce Momjian2002-09-04
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-02
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-02
* Code review of CLUSTER patch. Clean up problems with relcache gettingTom Lane2002-08-11
* Restructure local-buffer handling per recent pghackers discussion.Tom Lane2002-08-06
* Fix obsolete comment.Tom Lane2002-08-04
* When compiling with --enable-cassert, check for reference count leaksTom Lane2002-08-02
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-20
* Improve relcache.c error reporting for the next guy who has to debugBruce Momjian2002-07-15
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-12
* Update copyright to 2002.Bruce Momjian2002-06-20
* Make RelationForgetRelation error out if the relcache entry has nonzeroTom Lane2002-05-22
* Support toasting of shared system relations, and provide toast tables forTom Lane2002-04-27
* pg_trigger's index on tgrelid is replaced by a unique index onTom Lane2002-04-19
* Rule names are now unique per-relation, rather than unique globally.Tom Lane2002-04-18
* Checking to decide whether relations are system relations now dependsTom Lane2002-04-12
* Reimplement temp tables using schemas. The temp table map is history;Tom Lane2002-03-31
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-26