]> granicus.if.org Git - postgresql/history - src/include/catalog/index.h
Initial pgindent run for v12.
[postgresql] / src / include / catalog / index.h
2019-05-22 Tom LaneInitial pgindent run for v12.
2019-03-29 Peter EisentrautREINDEX CONCURRENTLY
2019-03-28 Andres Freundtableam: Support for an index build's initial table...
2019-03-11 Andres Freundtableam: Add and use scan APIs.
2019-01-23 Michael PaquierRemove argument isprimary from index_build()
2019-01-15 Andres FreundDon't include heapam.h from others headers.
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-10-06 Alvaro HerreraFix event triggers for partitioned tables
2018-02-19 Alvaro HerreraAllow UNIQUE indexes on partitioned tables
2018-02-02 Robert HaasSupport parallel btree index builds.
2018-01-19 Alvaro HerreraLocal partitioned indexes
2018-01-19 Robert HaasTransfer state pertaining to pending REINDEX operations...
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-14 Alvaro HerreraSimplify index_[constraint_]create API
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-08-05 Alvaro HerreraFix BRIN to use SnapshotAny during summarization
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-15 Fujii MasaoSupport VERBOSE option in REINDEX command.
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-03-25 Alvaro HerreraReturn ObjectAddress in many ALTER TABLE sub-routines
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-15 Alvaro HerreraGet rid of SET LOGGED indexes persistence kludge
2014-11-07 Alvaro HerreraBRIN: Block Range Indexes
2014-11-06 Fujii MasaoImplement IF NOT EXIST for CREATE INDEX.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-03-18 Robert HaasExtend object-access hook machinery to support post...
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-08-11 Tom LaneFix dependencies generated during ALTER TABLE ADD CONST...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-04-06 Simon RiggsAdd DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpda...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-30 Robert HaasImprove table locking behavior in the face of current...
2011-07-18 Robert HaasAvoid index rebuild for no-rewrite ALTER TABLE .. ALTER...
2011-04-19 Tom LaneAvoid changing an index's indcheckxmin horizon during...
2011-04-16 Tom LaneSimplify reindex_relation's API.
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-09-20 Magnus HaganderRemove cvs keywords from all files.
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-03 Tom LaneAssorted cleanups in preparation for using a map file...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-23 Tom LaneAdjust naming of indexes and their columns per recent...
2009-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-13 Tom LanePrevent synchronous scan during GIN index build, becaus...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-05-16 Alvaro HerreraHave TRUNCATE advance the affected table's relfrozenxid...
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-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-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-05-10 Tom LaneClean up code associated with updating pg_class statist...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-05-11 Neil ConwayThis patch refactors away some duplicated code in the...
2005-04-14 Tom LaneFirst phase of project to use fixed OIDs for all system...
2005-03-21 Tom LaneConvert index-related tuple handling routines from...
2005-03-16 Tom LaneRevise TupleTableSlot code to avoid unnecessary constru...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-05-08 Tom LaneGet rid of cluster.c's apparatus for rebuilding a relat...
2004-05-05 Tom LaneALTER TABLE rewrite. New cool stuff:
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-09-24 Tom LaneRepair some REINDEX problems per recent discussions...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-05-28 Tom LaneReplace functional-index facility with expressional...
2002-09-23 Tom LaneGet rid of bogus use of heap_mark4update in reindex...
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-03-31 Tom LaneReimplement temp tables using schemas. The temp table...
2002-03-26 Tom Lanepg_class has a relnamespace column. You can create...
2002-03-10 Bruce MomjianAdd DEFAULT_INDEX_TYPE == "btree", for clarity.
2002-02-19 Tom LaneA bunch of changes aimed at reducing backend startup...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-06 Tom LaneRearrange fmgr.c and relcache so that it's possible...
2001-08-21 Tom LaneRestructure pg_opclass, pg_amop, and pg_amproc per...
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-07-16 Tom LanePartial indexes work again, courtesy of Martijn van...
2001-07-15 Tom LaneRestructure index AM interface for index building and...
2001-05-30 Bruce MomjianRemove OLD_FILE_NAMING code. No longer used.
2001-05-07 Tom LaneRewrite of planner statistics-gathering code. ANALYZE...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-08 Hiroshi InoueREINDEX under WAL.
2000-11-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
2000-07-14 Tom LaneCleanup of code for creating index entries. Functional...
next