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
*
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
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Solve the problem of OID collisions by probing for duplicate OIDs
Tom Lane
2005-08-12
*
Completion of project to use fixed OIDs for all system catalogs and
Tom Lane
2005-04-14
*
First phase of project to use fixed OIDs for all system catalogs and
Tom Lane
2005-04-14
*
Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. This
Tom Lane
2005-01-10
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Restructure subtransaction handling to reduce resource consumption,
Tom Lane
2004-09-16
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Fix relcache to account properly for subtransaction status of 'new'
Tom Lane
2004-08-28
*
Invent ResourceOwner mechanism as per my recent proposal, and use it to
Tom Lane
2004-07-17
*
Nested transactions. There is still much left to do, especially on the
Tom Lane
2004-07-01
*
Tablespaces. Alternate database locations are dead, long live tablespaces.
Tom Lane
2004-06-18
*
Restructure smgr API as per recent proposal. smgr no longer depends on
Tom Lane
2004-02-10
*
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-11-29
*
Repair some REINDEX problems per recent discussions. The relcache is
Tom Lane
2003-09-24
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
Replace functional-index facility with expressional indexes. Any column
Tom Lane
2003-05-28
*
Restructure local-buffer handling per recent pghackers discussion.
Tom Lane
2002-08-06
*
When compiling with --enable-cassert, check for reference count leaks
Tom Lane
2002-08-02
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
*
pg_class has a relnamespace column. You can create and access tables
Tom Lane
2002-03-26
[next]