summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/relcache.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* pgindent run for 8.3.Bruce Momjian2007-11-151-18/+19
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-201-1/+95
* Arrange to put TOAST tables belonging to temporary tables into special schemasTom Lane2007-07-251-3/+3
* Fix up pgstats counting of live and dead tuples to recognize that committedTom Lane2007-05-271-1/+3
* Fix things so that when CREATE INDEX CONCURRENTLY sets pg_index.indisvalidTom Lane2007-05-021-16/+43
* Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving)Tom Lane2007-03-291-32/+43
* Changes pg_trigger and extend pg_rewrite in order to allow triggers andJan Wieck2007-03-191-1/+2
* Fix for COPY-after-truncate feature.Bruce Momjian2007-03-031-7/+23
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-3/+3
* Prevent WAL logging when COPY is done in the same transation thatBruce Momjian2007-01-251-2/+21
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-091-3/+36
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Found the problem with my operator-family changes: by fetching fromTom Lane2006-12-311-4/+5
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-231-56/+125
* Fix recently-identified PITR recovery hazard: the base backup could containTom Lane2006-11-051-1/+23
* pgindent run for 8.2.Bruce Momjian2006-10-041-36/+36
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-051-1/+18
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-311-32/+30
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-6/+1