]> granicus.if.org Git - postgresql/history - src/backend/catalog/index.c
Change the format of the VM fork to add a second bit per page.
[postgresql] / src / backend / catalog / index.c
2016-03-02 Robert HaasChange the format of the VM fork to add a second bit...
2016-02-17 Robert HaasReuse abbreviated keys in ordered [set] aggregates.
2016-02-11 Tom LaneMove pg_constraint.h function declarations to new file...
2016-01-18 Tom LaneRestructure index access method API to hide most of...
2016-01-18 Tom LaneRe-pgindent a few files.
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-16 Robert HaasSpeed up CREATE INDEX CONCURRENTLY's TID sort.
2015-08-05 Alvaro HerreraFix BRIN to use SnapshotAny during summarization
2015-07-21 Tom LaneFix some oversights in BRIN patch.
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-04-14 Peter EisentrautIntegrate pg_upgrade_support module into backend
2015-04-08 Fujii MasaoFix typo in comment.
2015-03-25 Alvaro HerreraReturn ObjectAddress in many ALTER TABLE sub-routines
2015-02-04 Heikki LinnakangasFix reference-after-free when waiting for another xact...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-17 Alvaro HerreraFix relpersistence setting in reindex_index
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-10-28 Tom LaneRemove obsolete commentary.
2014-08-26 Bruce Momjianpg_upgrade: prevent automatic oid assignment
2014-06-04 Andres FreundFix longstanding bug in HeapTupleSatisfiesVacuum().
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-26 Tom LaneRecord the proper typmod for an index expression column.
2014-03-19 Alvaro HerreraSetup error context callback for transaction lock waits
2014-03-17 Tom LaneDuring index build, check and elog (not just Assert...
2014-03-03 Robert HaasIntroduce logical decoding.
2014-02-17 Robert HaasAvoid repeated name lookups during table and index...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2014-01-03 Alvaro HerreraRestore some comments lost during 15732b34e8c8
2013-12-19 Bruce MomjianMove pg_upgrade_support global variables to their own...
2013-12-11 Robert HaasAdd new wal_level, logical, sufficient for logical...
2013-11-08 Robert HaasAdd the notion of REPLICA IDENTITY for a table.
2013-10-01 Alvaro HerreraAdd WaitForLockers in lmgr, refactoring index.c code
2013-08-01 Robert HaasRemove SnapshotNow and HeapTupleSatisfiesNow.
2013-07-22 Robert HaasAdjust HeapTupleSatisfies* routines to take a HeapTuple.
2013-07-03 Fujii MasaoGet rid of pg_class.reltoastidxid.
2013-07-02 Robert HaasUse an MVCC snapshot, rather than SnapshotNow, for...
2013-06-03 Heikki LinnakangasPut back allow_system_table_mods check in heap_create().
2013-03-18 Robert HaasExtend object-access hook machinery to support post...
2013-03-07 Robert HaasCode beautification for object-access hook machinery.
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-06 Alvaro HerreraUpdate comment at top of index_create
2012-11-29 Tom LaneFix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.
2012-11-07 Alvaro HerreraDon't try to use a unopened relation
2012-10-23 Alvaro HerreraAdd context info to OAT_POST_CREATE security hook
2012-10-21 Kevin GrittnerCorrect predicate locking for DROP INDEX CONCURRENTLY.
2012-10-18 Simon RiggsRe-think guts of DROP INDEX CONCURRENTLY.
2012-08-11 Tom LaneFix dependencies generated during ALTER TABLE ADD CONST...
2012-07-20 Alvaro Herreraconnoinherit may be true only for CHECK constraints
2012-06-14 Robert HaasRemove misplaced sanity check from heap_create().
2012-06-14 Robert HaasRemove RELKIND_UNCATALOGED.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-04-21 Alvaro HerreraRecast "ONLY" column CHECK constraints as NO INHERIT
2012-04-07 Tom LaneRemove useless variable to suppress compiler warning.
2012-04-06 Simon RiggsAdd DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpda...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-19 Alvaro HerreraAllow CHECK constraints to be declared ONLY
2011-11-30 Robert HaasImprove table locking behavior in the face of current...
2011-10-14 Tom LaneMeasure the number of all-visible pages for use in...
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
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-06-08 Heikki LinnakangasMake DDL operations play nicely with Serializable Snaps...
2011-06-06 Tom LaneReset reindex-in-progress state before reverifying...
2011-06-02 Robert HaasAvoid creating init fork for unlogged indexes when...
2011-04-25 Bruce MomjianAdd postmaster/postgres undocumented -b option for...
2011-04-22 Tom LaneMake a code-cleanup pass over the collations patch.
2011-04-21 Tom LaneFix bugs in indexing of in-doubt HOT-updated tuples.
2011-04-20 Tom LaneSet indcheckxmin true when REINDEX fixes an invalid...
2011-04-19 Tom LaneAvoid changing an index's indcheckxmin horizon during...
2011-04-19 Tom LaneRevert "Prevent incorrect updates of pg_index while...
2011-04-16 Tom LaneSimplify reindex_relation's API.
2011-04-16 Tom LanePrevent incorrect updates of pg_index while reindexing...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-28 Tom LanePrevent a rowtype from being included in itself.
2011-03-04 Peter EisentrautDon't allow CREATE TABLE AS to create a column with...
2011-02-15 Tom LaneAdd CheckTableNotInUse calls in DROP TABLE and DROP...
2011-02-12 Peter EisentrautDDL support for collations
2011-02-12 Robert HaasTeach ALTER TABLE .. SET DATA TYPE to avoid some table...
2011-02-08 Peter EisentrautPer-column collation support
2011-02-08 Simon RiggsExtend ALTER TABLE to allow Foreign Keys to be added...
2011-01-25 Tom LaneReplace pg_class.relhasexclusion with pg_index.indisexc...
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-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-29 Robert HaasSupport unlogged tables.
2010-12-13 Robert HaasGeneralize concept of temporary relations to "relation...
2010-11-02 Tom LaneEnsure an index that uses a whole-row Var still depends...
2010-10-10 Tom LaneSupport triggers on views.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-11 Joe ConwaySERIALIZABLE transactions are actually implemented...
2010-08-13 Robert HaasInclude the backend ID in the relpath of temporary...
next