]> granicus.if.org Git - postgresql/history - src/backend/commands/indexcmds.c
Improve behavior of concurrent CLUSTER.
[postgresql] / src / backend / commands / indexcmds.c
2011-12-21 Robert HaasImprove behavior of concurrent CLUSTER.
2011-11-30 Robert HaasImprove table locking behavior in the face of current...
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-08-04 Robert HaasCreate VXID locks "lazily" in the main lock table.
2011-07-19 Robert HaasRemove superfluous variable.
2011-07-18 Robert HaasAvoid index rebuild for no-rewrite ALTER TABLE .. ALTER...
2011-07-09 Robert HaasTry to acquire relation locks in RangeVarGetRelid.
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-05-18 Peter EisentrautSpell checking and markup refinement
2011-05-05 Magnus HaganderClarify error message when attempting to create index...
2011-04-22 Tom LaneMake a code-cleanup pass over the collations patch.
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-03-24 Tom LaneClean up handling of COLLATE clauses in index column...
2011-03-22 Tom LaneImprove reporting of run-time-detected indeterminate...
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-02-08 Peter EisentrautPer-column collation support
2011-01-25 Tom LaneImplement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING...
2011-01-21 Robert HaasMake ALTER TABLE revalidate uniqueness and exclusion...
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-05 Robert HaasStandardize get_whatever_oid functions for object types...
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-06-01 Bruce MomjianShow schema name for REINDEX.
2010-05-27 Tom LaneMake CREATE INDEX run expression preprocessing on a...
2010-03-22 Simon RiggsShorten suffix of automatically created indexes to...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-02-07 Tom LaneWork around deadlock problems with VACUUM FULL/CLUSTER...
2010-02-07 Tom LaneCreate a "relation mapping" infrastructure to support...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
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-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-07-16 Peter EisentrautMake backend header files C++ safe
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-04 Tom LaneA session that does not have any live snapshots does...
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-10-13 Tom LaneImplement comparison of generic records (composite...
2008-08-25 Tom LaneMove exprType(), exprTypmod(), expression_tree_walker...
2008-07-30 Tom LaneReplace the hard-wired type knowledge in TypeCategory...
2008-06-14 Tom LaneRefactor the handling of the various DropStmt variants...
2008-05-12 Alvaro HerreraImprove snapshot manager by keeping explicit track...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
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-02-07 Tom LaneFix CREATE TABLE ... LIKE ... INCLUDING INDEXES to...
2008-01-09 Tom LaneFix CREATE INDEX CONCURRENTLY to not deadlock against...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-01 Tom LaneCode review for LIKE ... INCLUDING INDEXES patch. ...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-09-10 Alvaro HerreraMake CLUSTER and REINDEX silently skip remote temp...
2007-09-07 Tom LaneAllow CREATE INDEX CONCURRENTLY to disregard transactio...
2007-09-05 Tom LaneImplement lazy XID allocation: transactions that do...
2007-08-25 Tom LaneFix brain fade in DefineIndex(): it was continuing...
2007-07-17 Neil ConwayImplement CREATE TABLE LIKE ... INCLUDING INDEXES....
2007-06-23 Tom LaneSeparate parse-analysis for utility commands out of...
2007-06-03 Tom LaneCreate a GUC parameter temp_tablespaces that allows...
2007-05-02 Tom LaneFix things so that when CREATE INDEX CONCURRENTLY sets...
2007-03-13 Tom LaneFirst phase of plan-invalidation project: create a...
2007-03-06 Bruce MomjianRevert temp_tablespaces because of coding problems...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-25 Bruce MomjianAdd GUC temp_tablespaces to provide a default location...
2007-01-20 Tom LaneSimplify pg_am representation of ordering-capable acces...
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-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-27 Tom LaneAdd a function GetLockConflicts() to lock.c to report...
2006-08-25 Tom LaneAdd the ability to create indexes 'concurrently', that...
2006-07-31 Tom LaneChange the bootstrap sequence so that toast tables...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "G...
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-06-07 Bruce MomjianHave REINDEX use NOTICE, so it can be suppressed.
2006-06-07 Bruce MomjianUse INFO-level for reindex messages, rather than NOTICE.
2006-05-10 Tom LaneClean up code associated with updating pg_class statist...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-10 Tom LaneChange search for default operator classes so that...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-07 Tom LaneR-tree is dead ... long live GiST.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-22 Tom LaneMake REINDEX DATABASE do what one would expect, namely...
2005-06-21 Neil ConwayTrivial dead code removal: in makeObjectName(), name1...
2005-05-06 Tom LaneFor some reason access/tupmacs.h has been #including...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-04-14 Tom LaneFirst phase of project to use fixed OIDs for all system...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-05 Tom LaneCreate 'default_tablespace' GUC variable that supplies...
2004-09-13 Tom LaneRedesign query-snapshot timing so that volatile functio...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
next