aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/relcache.h
Commit message (Expand)AuthorAge
* Provide database object names as separate fields in error messages.Tom Lane2013-01-29
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Update copyrights for 2013Bruce Momjian2013-01-01
* Remove RELKIND_UNCATALOGED.Robert Haas2012-06-14
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Fix race condition in relcache init file invalidation.Tom Lane2011-08-16
* Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.Robert Haas2011-07-18
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Generalize concept of temporary relations to "relation persistence".Robert Haas2010-12-13
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane2010-02-07
* Assorted cleanups in preparation for using a map file to support alteringTom Lane2010-02-03
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Add exclusion constraints, which generalize the concept of uniqueness toTom Lane2009-12-07
* Allow backends to start up without use of the flat-file copy of pg_database.Tom Lane2009-08-12
* Update copyright for 2009.Bruce Momjian2009-01-01
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-20
* Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving)Tom Lane2007-03-29
* Fix for COPY-after-truncate feature.Bruce Momjian2007-03-03
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Fix recently-identified PITR recovery hazard: the base backup could containTom Lane2006-11-05
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-31
* Simplify relcache startup sequence. With the new design of InitPostgresTom Lane2006-05-04
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Solve the problem of OID collisions by probing for duplicate OIDsTom Lane2005-08-12
* 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
* Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. ThisTom Lane2005-01-10
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-16
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Fix relcache to account properly for subtransaction status of 'new'Tom Lane2004-08-28
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-17
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-01
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-18
* Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane2004-02-10
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Repair some REINDEX problems per recent discussions. The relcache isTom Lane2003-09-24
* Update copyrights to 2003.Bruce Momjian2003-08-04
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-28
* Restructure local-buffer handling per recent pghackers discussion.Tom Lane2002-08-06
* When compiling with --enable-cassert, check for reference count leaksTom Lane2002-08-02
* Update copyright to 2002.Bruce Momjian2002-06-20
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-26