OSDN Git Service

Refactor broken CREATE TABLE IF NOT EXISTS support.
[pg-rex/syncrep.git] / src / backend / catalog / toasting.c
2011-04-25 Robert HaasRefactor broken CREATE TABLE IF NOT EXISTS support.
2011-04-25 Bruce MomjianAdd postmaster/postgres undocumented -b option for...
2011-04-14 Robert HaasFix toast table creation.
2011-04-11 Peter EisentrautClean up most -Wunused-but-set-variable warnings from...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-02-08 Peter EisentrautPer-column collation support
2011-01-25 Tom LaneImplement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING...
2011-01-08 Bruce MomjianForce pg_upgrade's to preserve pg_class.oid, not pg_cla...
2011-01-07 Bruce MomjianImprove C comments about backend variables set by pg_up...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-13 Robert HaasGeneralize concept of temporary relations to "relation...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-13 Robert HaasInclude the backend ID in the relpath of temporary...
2010-07-25 Robert HaasCREATE TABLE IF NOT EXISTS.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-02-07 Tom LaneCreate a "relation mapping" infrastructure to support...
2010-02-03 Tom LaneAssorted cleanups in preparation for using a map file...
2010-01-28 Peter EisentrautType table feature
2010-01-06 Bruce MomjianPreserve relfilenodes:
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-28 Bruce MomjianRemove PGDLLIMPORT used for binary upgrade; must be...
2009-12-28 Bruce MomjianAdd PGDLLIMPORT for binary_upgrade global variables...
2009-12-24 Bruce MomjianBinary upgrade:
2009-12-23 Tom LaneAdjust naming of indexes and their columns per recent...
2009-12-07 Tom LaneAdd exclusion constraints, which generalize the concept...
2009-10-05 Tom LaneCreate an ALTER DEFAULT PRIVILEGES command, which allow...
2009-09-26 Tom LaneExtend the BKI infrastructure to allow system catalogs...
2009-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-06-11 Tom LaneRevisit AlterTableCreateToastTable's API once again...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-07 Tom LaneAdd an option to AlterTableCreateToastTable() to allow...
2009-03-31 Tom LaneModify the relcache to record the temp status of both...
2009-02-02 Alvaro HerreraAllow reloption names to have qualifiers, initially...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-09-01 Tom LaneAdd a bunch of new error location reports to parse...
2008-05-09 Tom LaneChange the rules for inherited CHECK constraints to...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-07-25 Tom LaneArrange to put TOAST tables belonging to temporary...
2007-04-06 Tom LaneSupport varlena fields with single-byte headers and...
2007-01-09 Tom LaneSupport ORDER BY ... NULLS FIRST/LAST, and add ASC...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-25 Tom LaneAdd the ability to create indexes 'concurrently', that...
2006-07-31 Tom LaneChange the bootstrap sequence so that toast tables...