aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/relcache.c
Commit message (Expand)AuthorAge
* 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
* Avoid crashing if relcache flush occurs while trying to load data into anTom Lane2006-01-19
* Fix a tiny memory leak (one List header) in RelationCacheInvalidate().Tom Lane2006-01-19
* Avoid leaking memory while reading toasted entries from pg_rewrite,Tom Lane2006-01-08
* Make all command-line options of postmaster and postgres the same. SeePeter Eisentraut2006-01-05
* Simplify lock manager data structures by making a clear separation betweenTom Lane2005-12-09
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Remove the t_datamcxt field of HeapTupleData. This was introduced forTom Lane2005-11-20
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Update two comments to refer to use the new list API names.Neil Conway2005-09-16
* Arrange for indexes and toast tables to inherit their ownership fromTom Lane2005-08-26
* Solve the problem of OID collisions by probing for duplicate OIDsTom Lane2005-08-12
* Modify AtEOXact_CatCache and AtEOXact_RelationCache to assume that theTom Lane2005-08-08
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-29
* Arrange to cache fmgr lookup information for an index's access methodTom Lane2005-05-27
* Code cleanup: in C89, there is no point casting the first argument toNeil Conway2005-05-11
* For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane2005-05-06
* Marginal hack to use a specialized hash function for dynahash hashtablesTom Lane2005-04-14
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-29
* Rethink the order of expression preprocessing: eval_const_expressionsTom Lane2005-03-28
* Adjust creation/destruction of TupleDesc data structure to reduce theTom Lane2005-03-07
* Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. ThisTom Lane2005-01-10