aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/relcache.c
Commit message (Expand)AuthorAge
* 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
* Changes pg_trigger and extend pg_rewrite in order to allow triggers andJan Wieck2007-03-19
* Fix for COPY-after-truncate feature.Bruce Momjian2007-03-03
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-27
* Prevent WAL logging when COPY is done in the same transation thatBruce Momjian2007-01-25
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-09
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Found the problem with my operator-family changes: by fetching fromTom Lane2006-12-31
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-23
* Fix recently-identified PITR recovery hazard: the base backup could containTom Lane2006-11-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-05
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-31
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-03
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-02
* Fix problems with cached tuple descriptors disappearing while still in useTom Lane2006-06-16
* Further minor simplification of relcache startup: don't need a staticTom Lane2006-05-06
* Simplify relcache startup sequence. With the new design of InitPostgresTom Lane2006-05-04
* Arrange to cache btree metapage data in the relcache entry for the index,Tom Lane2006-04-25
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05