summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/relcache.c
Commit message (Expand)AuthorAgeFilesLines
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Fix up flushing of composite-type typcache entries to be driven directly byTom Lane2010-09-021-10/+1
* Include the backend ID in the relpath of temporary relations.Robert Haas2010-08-131-11/+23
* pgindent run for 9.0, second runBruce Momjian2010-07-061-10/+10
* Arrange for client authentication to occur before we select a specificTom Lane2010-04-201-19/+39
* Fix a problem introduced by my patch of 2010-01-12 that revised the wayTom Lane2010-04-141-13/+31
* pgindent run for 9.0Bruce Momjian2010-02-261-60/+60
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-171-2/+2
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-141-16/+10
* Fix up rickety handling of relation-truncation interlocks.Tom Lane2010-02-091-35/+4
* Remove CatalogCacheFlushRelation, and the reloidattr infrastructure that wasTom Lane2010-02-081-10/+1
* Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane2010-02-071-24/+116
* Restructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE support so that swappingTom Lane2010-02-041-8/+10
* Assorted cleanups in preparation for using a map file to support alteringTom Lane2010-02-031-17/+106
* When loading critical system indexes into the relcache, ensure we lock theTom Lane2010-01-131-14/+38
* Fix relcache reload mechanism to be more robust in the face of errorsTom Lane2010-01-121-121/+178
* Please tablespace directories in their own subdirectory so pg_migratorBruce Momjian2010-01-121-3/+3
* Document why we copy reloptions into CacheMemoryContext after-the-fact.Robert Haas2010-01-071-2/+7
* Get rid of the need for manual maintenance of the initial contents ofTom Lane2010-01-051-1/+2
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Remove a couple of unnecessary calls of CreateCacheMemoryContext. TheseTom Lane2009-12-271-10/+6
* Add exclusion constraints, which generalize the concept of uniqueness toTom Lane2009-12-071-3/+135
* Revert my ill-considered change that made formrdesc not insert the correctTom Lane2009-09-261-14/+23
* Fix RelationCacheInitializePhase2 (Phase3, in HEAD) to cope with theTom Lane2009-09-261-7/+54
* Remove some useless assignments of the result of fread(). Quiets warningsTom Lane2009-08-301-23/+24
* Allow backends to start up without use of the flat-file copy of pg_database.Tom Lane2009-08-121-138/+365
* Support deferrable uniqueness constraints.Tom Lane2009-07-291-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-9/+10
* Modify the relcache to record the temp status of both local and nonlocalTom Lane2009-03-311-6/+10
* Add a "relistemp" boolean column to pg_class, which is true for temporaryTom Lane2009-03-311-1/+10
* Revert updatable viewsPeter Eisentraut2009-01-271-4/+1
* Allow extracting and parsing of reloptions from a bare pg_class tuple, andAlvaro Herrera2009-01-261-28/+5
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-221-6/+6
* Automatic view update rulesPeter Eisentraut2009-01-221-1/+4
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Fix oversight in ALTER TABLE ENABLE/DISABLE RULE patch: the new enabledTom Lane2008-12-301-1/+3
* Introduce visibility map. The visibility map is a bitmap with one bit perHeikki Linnakangas2008-12-031-2/+11
* Rely on relcache invalidation to update the cached size of the FSM.Heikki Linnakangas2008-11-261-8/+8
* Make relhasrules and relhastriggers work like relhasindex, namely we letTom Lane2008-11-101-1/+12
* Replace pg_class.reltriggers with relhastriggers, which is just a boolean hintTom Lane2008-11-091-3/+3
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-301-2/+8
* Fix corner-case bug introduced with HOT: if REINDEX TABLE pg_class (or aTom Lane2008-08-101-2/+8
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+3
* Fix LOAD_CRIT_INDEX() macro to take out AccessShareLock on the system indexTom Lane2008-04-161-6/+18
* Fix an oversight I made in a cleanup patch over a year ago:Tom Lane2008-04-011-3/+3
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-261-1/+2
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-18/+7
* If RelationBuildDesc() fails to open a critical system index, PANIC withTom Lane2008-02-271-2/+5
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Improve test coverage of CLOBBER_CACHE_ALWAYS by having it also forceTom Lane2007-11-281-24/+44