index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
/
relcache.h
Commit message (
Expand
)
Author
Age
*
Finish reverting "recheck_on_update" patch.
Tom Lane
2019-01-15
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Allow HOT updates for some expression indexes
Simon Riggs
2018-03-27
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Exclude pg_internal.init from BASE_BACKUP
Simon Riggs
2017-11-07
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-24
*
Logical replication
Peter Eisentraut
2017-01-20
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Restore foreign-key-aware estimation of join relation sizes.
Tom Lane
2016-06-18
*
Revert "Use Foreign Key relationships to infer multi-column join selectivity".
Tom Lane
2016-06-07
*
Load FK defs into relcache for use by planner
Simon Riggs
2016-04-07
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Fix the logic for putting relations into the relcache init file.
Tom Lane
2015-06-25
*
Use a safer method for determining whether relcache init file is stale.
Tom Lane
2015-06-07
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Fix relpersistence setting in reindex_index
Alvaro Herrera
2014-11-17
*
Code review for recent changes in relcache.c.
Tom Lane
2014-05-14
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Add new wal_level, logical, sufficient for logical decoding.
Robert Haas
2013-12-10
*
Provide database object names as separate fields in error messages.
Tom Lane
2013-01-29
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Remove RELKIND_UNCATALOGED.
Robert Haas
2012-06-14
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Fix race condition in relcache init file invalidation.
Tom Lane
2011-08-16
*
Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.
Robert Haas
2011-07-18
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Generalize concept of temporary relations to "relation persistence".
Robert Haas
2010-12-13
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Create a "relation mapping" infrastructure to support changing the relfilenodes
Tom Lane
2010-02-07
*
Assorted cleanups in preparation for using a map file to support altering
Tom Lane
2010-02-03
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Add exclusion constraints, which generalize the concept of uniqueness to
Tom Lane
2009-12-07
*
Allow backends to start up without use of the flat-file copy of pg_database.
Tom Lane
2009-08-12
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Improve our #include situation by moving pointer types away from the
Alvaro Herrera
2008-06-19
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
HOT updates. When we update a tuple without changing any of its indexed
Tom Lane
2007-09-20
*
Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving)
Tom Lane
2007-03-29
*
Fix for COPY-after-truncate feature.
Bruce Momjian
2007-03-03
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Fix recently-identified PITR recovery hazard: the base backup could contain
Tom Lane
2006-11-05
*
Change the relation_open protocol so that we obtain lock on a relation
Tom Lane
2006-07-31
*
Simplify relcache startup sequence. With the new design of InitPostgres
Tom Lane
2006-05-04
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
[next]