aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/relcache.h
Commit message (Expand)AuthorAge
* Finish reverting "recheck_on_update" patch.Tom Lane2019-01-15
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Allow HOT updates for some expression indexesSimon Riggs2018-03-27
* Update copyright for 2018Bruce Momjian2018-01-02
* Exclude pg_internal.init from BASE_BACKUPSimon Riggs2017-11-07
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Implement multivariate n-distinct coefficientsAlvaro Herrera2017-03-24
* Logical replicationPeter Eisentraut2017-01-20
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Restore foreign-key-aware estimation of join relation sizes.Tom Lane2016-06-18
* Revert "Use Foreign Key relationships to infer multi-column join selectivity".Tom Lane2016-06-07
* Load FK defs into relcache for use by plannerSimon Riggs2016-04-07
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix the logic for putting relations into the relcache init file.Tom Lane2015-06-25
* Use a safer method for determining whether relcache init file is stale.Tom Lane2015-06-07
* Update copyright for 2015Bruce Momjian2015-01-06
* Fix relpersistence setting in reindex_indexAlvaro Herrera2014-11-17
* Code review for recent changes in relcache.c.Tom Lane2014-05-14
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Add new wal_level, logical, sufficient for logical decoding.Robert Haas2013-12-10
* 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