aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/relcache.c
Commit message (Expand)AuthorAge
* If RelationBuildDesc() fails to open a critical system index, PANIC withTom Lane2008-02-27
* 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
* Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian2002-03-19
* Back out domain patch until it works properly.Bruce Momjian2002-03-07
* Ok. Updated patch attached.Bruce Momjian2002-03-06
* Change made to elog:Bruce Momjian2002-03-06
* 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
* Fix init_irels to close the pg_internal.init file before returning.Tom Lane2002-01-16
* If we fail to rename pg_internal.init into place, delete the uselessTom Lane2002-01-15
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane2001-10-06
* Further cleanup of dynahash.c API, in pursuit of portability andTom Lane2001-10-05
* Another round of cleanups for dynahash.c (maybe it's finally clean ofTom Lane2001-10-01
* Replace implementation of pg_log as a relation accessed through theTom Lane2001-08-25
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-10