aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/relcache.c
Commit message (Expand)AuthorAge
* pgindent run for 9.0Bruce Momjian2010-02-26
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-17
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-14
* Fix up rickety handling of relation-truncation interlocks.Tom Lane2010-02-09
* Remove CatalogCacheFlushRelation, and the reloidattr infrastructure that wasTom Lane2010-02-08
* Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane2010-02-07
* Restructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE support so that swappingTom Lane2010-02-04
* Assorted cleanups in preparation for using a map file to support alteringTom Lane2010-02-03
* When loading critical system indexes into the relcache, ensure we lock theTom Lane2010-01-13
* Fix relcache reload mechanism to be more robust in the face of errorsTom Lane2010-01-12
* Please tablespace directories in their own subdirectory so pg_migratorBruce Momjian2010-01-12
* Document why we copy reloptions into CacheMemoryContext after-the-fact.Robert Haas2010-01-07
* Get rid of the need for manual maintenance of the initial contents ofTom Lane2010-01-05
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Remove a couple of unnecessary calls of CreateCacheMemoryContext. TheseTom Lane2009-12-27
* Add exclusion constraints, which generalize the concept of uniqueness toTom Lane2009-12-07
* Revert my ill-considered change that made formrdesc not insert the correctTom Lane2009-09-26
* Fix RelationCacheInitializePhase2 (Phase3, in HEAD) to cope with theTom Lane2009-09-26
* Remove some useless assignments of the result of fread(). Quiets warningsTom Lane2009-08-30
* Allow backends to start up without use of the flat-file copy of pg_database.Tom Lane2009-08-12
* Support deferrable uniqueness constraints.Tom Lane2009-07-29
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Modify the relcache to record the temp status of both local and nonlocalTom Lane2009-03-31
* Add a "relistemp" boolean column to pg_class, which is true for temporaryTom Lane2009-03-31
* Revert updatable viewsPeter Eisentraut2009-01-27
* Allow extracting and parsing of reloptions from a bare pg_class tuple, andAlvaro Herrera2009-01-26
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-22
* Automatic view update rulesPeter Eisentraut2009-01-22
* Update copyright for 2009.Bruce Momjian2009-01-01
* Fix oversight in ALTER TABLE ENABLE/DISABLE RULE patch: the new enabledTom Lane2008-12-30
* Introduce visibility map. The visibility map is a bitmap with one bit perHeikki Linnakangas2008-12-03
* Rely on relcache invalidation to update the cached size of the FSM.Heikki Linnakangas2008-11-26
* Make relhasrules and relhastriggers work like relhasindex, namely we letTom Lane2008-11-10
* Replace pg_class.reltriggers with relhastriggers, which is just a boolean hintTom Lane2008-11-09
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-30
* Fix corner-case bug introduced with HOT: if REINDEX TABLE pg_class (or aTom Lane2008-08-10
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Fix LOAD_CRIT_INDEX() macro to take out AccessShareLock on the system indexTom Lane2008-04-16
* Fix an oversight I made in a cleanup patch over a year ago:Tom Lane2008-04-01
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-26
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-25
* If RelationBuildDesc() fails to open a critical system index, PANIC withTom Lane2008-02-27
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Improve test coverage of CLOBBER_CACHE_ALWAYS by having it also forceTom Lane2007-11-28
* pgindent run for 8.3.Bruce Momjian2007-11-15
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-20
* Arrange to put TOAST tables belonging to temporary tables into special schemasTom Lane2007-07-25
* Fix up pgstats counting of live and dead tuples to recognize that committedTom Lane2007-05-27
* Fix things so that when CREATE INDEX CONCURRENTLY sets pg_index.indisvalidTom Lane2007-05-02
* Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving)Tom Lane2007-03-29