]> granicus.if.org Git - postgresql/history - src/backend/commands/cluster.c
Update copyright for 2015
[postgresql] / src / backend / commands / cluster.c
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-15 Alvaro HerreraGet rid of SET LOGGED indexes persistence kludge
2014-11-06 Heikki LinnakangasMove the backup-block logic from XLogInsert to a new...
2014-08-22 Alvaro HerreraImplement ALTER TABLE .. SET LOGGED / UNLOGGED
2014-06-27 Alvaro HerreraDon't allow relminmxid to go backwards during VACUUM...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-06 Simon RiggsReduce lock levels of some ALTER TABLE cmds
2014-03-04 Robert HaasAllow VACUUM FULL/CLUSTER to bump freeze horizons even...
2014-03-03 Robert HaasIntroduce logical decoding.
2014-02-13 Alvaro HerreraSeparate multixact freezing parameters from xid's
2014-01-20 Fujii MasaoFix typo in comment.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2014-01-02 Robert HaasAggressively freeze tables when CLUSTER or VACUUM FULL...
2013-11-30 Alvaro HerreraFix full-table-vacuum request mechanism for MultiXactIds
2013-11-29 Robert HaasRefine our definition of what constitutes a system...
2013-09-16 Alvaro HerreraRename various "freeze multixact" variables
2013-08-01 Robert HaasRemove SnapshotNow and HeapTupleSatisfiesNow.
2013-07-22 Robert HaasAdjust HeapTupleSatisfies* routines to take a HeapTuple.
2013-07-16 Kevin GrittnerAdd support for REFRESH MATERIALIZED VIEW CONCURRENTLY.
2013-07-03 Fujii MasaoGet rid of pg_class.reltoastidxid.
2013-07-02 Robert HaasUse an MVCC snapshot, rather than SnapshotNow, for...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-05-06 Tom LaneMove materialized views' is-populated status into their...
2013-04-09 Kevin GrittnerCreate a distinction between a populated matview and...
2013-03-18 Robert HaasExtend object-access hook machinery to support post...
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-11-29 Tom LaneFix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.
2012-10-23 Alvaro HerreraAdd context info to OAT_POST_CREATE security hook
2012-06-24 Peter EisentrautReplace int2/int4 in C code with int16/int32
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-01-26 Robert HaasClassify DROP operations by whether or not they are...
2012-01-12 Tom LaneFix CLUSTER/VACUUM FULL for toast values owned by recen...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-21 Robert HaasImprove behavior of concurrent CLUSTER.
2011-12-16 Robert HaasImprove behavior of concurrent rename statements.
2011-10-14 Tom LaneMeasure the number of all-visible pages for use in...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-08-16 Tom LanePreserve toast value OIDs in toast-swap-by-content...
2011-06-20 Alvaro HerreraRemove extra copying of TupleDescs for heap_create_with...
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-06-08 Heikki LinnakangasMake DDL operations play nicely with Serializable Snaps...
2011-05-12 Robert HaasKill stray "not".
2011-05-01 Tom LaneMake CLUSTER lock the old table's toast table before...
2011-04-25 Robert HaasRefactor broken CREATE TABLE IF NOT EXISTS support.
2011-04-19 Tom LaneAvoid changing an index's indcheckxmin horizon during...
2011-04-16 Tom LaneSimplify reindex_relation's API.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-02-08 Tom LaneCore support for "extensions", which are packages of...
2011-01-21 Robert HaasMake ALTER TABLE revalidate uniqueness and exclusion...
2011-01-08 Tom LaneRemove pg_am.amindexnulls.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-13 Robert HaasGeneralize concept of temporary relations to "relation...
2010-12-03 Tom LaneCreate core infrastructure for KNNGIST.
2010-10-08 Tom LaneImprove logging in VACUUM FULL VERBOSE and CLUSTER...
2010-10-08 Tom LaneTeach CLUSTER to use seqscan-and-sort when it's faster...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-29 Simon RiggsAdd explicit regression tests for ALTER TABLE lock...
2010-07-25 Robert HaasCREATE TABLE IF NOT EXISTS.
2010-04-28 Heikki LinnakangasIntroduce wal_level GUC to explicitly control if inform...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-02-09 Tom LaneFix up rickety handling of relation-truncation interlocks.
2010-02-07 Tom LaneWork around deadlock problems with VACUUM FULL/CLUSTER...
2010-02-07 Tom LaneCreate a "relation mapping" infrastructure to support...
2010-02-04 Tom LaneRestructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE...
2010-02-02 Tom LaneCLUSTER specified the wrong namespace when renaming...
2010-01-28 Peter EisentrautType table feature
2010-01-20 Heikki LinnakangasWrite a WAL record whenever we perform an operation...
2010-01-15 Heikki LinnakangasIntroduce Streaming Replication.
2010-01-06 Itagaki TakahiroSilence compiler warning about uninitialized variables...
2010-01-06 Itagaki TakahiroSupport rewritten-based full vacuum as VACUUM FULL...
2010-01-06 Bruce MomjianPreserve relfilenodes:
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
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-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-16 Heikki LinnakangasAdd vacuum_freeze_table_age GUC option, to control...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-24 Peter EisentrautCLUSTER VERBOSE and corresponding clusterdb --verbose...
2008-10-14 Alvaro HerreraEnsure that CLUSTER leaves the toast table and index...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-05-12 Alvaro HerreraImprove snapshot manager by keeping explicit track...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-05-09 Tom LaneChange the rules for inherited CHECK constraints to...
2008-04-13 Tom LanePhase 2 of project to make index operator lossiness...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-03-26 Alvaro HerreraRename snapmgmt.c/h to snapmgr.c/h, for consistency...
2008-03-26 Alvaro HerreraSeparate snapshot management code from tuple visibility...
2008-01-30 Tom LaneAdd checks to TRUNCATE, CLUSTER, and REINDEX to prevent...
2008-01-15 Tom LanePrevent CLUSTER from decreasing a relation's relfrozenx...
2008-01-02 Tom LaneForbid ALTER TABLE and CLUSTER when there are pending...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-29 Tom LaneDisallow CLUSTER using an invalid index (that is, one...
next