]> granicus.if.org Git - postgresql/history - src/backend/catalog/index.c
Update copyright for 2019
[postgresql] / src / backend / catalog / index.c
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-12-27 Peter EisentrautRemove obsolete IndexIs* macros
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-11-17 Andres FreundMake TupleTableSlots extensible, finish split of existi...
2018-11-16 Andres FreundIntroduce notion of different types of slots (without...
2018-11-01 Peter EisentrautRemove obsolete pg_constraint.consrc column
2018-10-22 Michael PaquierSet pg_class.relhassubclass for partitioned indexes
2018-10-16 Andres FreundCorrect constness of system attributes in heap.c &...
2018-10-06 Alvaro HerreraFix event triggers for partitioned tables
2018-10-04 Alvaro HerreraFix duplicate primary keys in partitions
2018-09-25 Andres FreundSplit ExecStoreTuple into ExecStoreHeapTuple and ExecSt...
2018-09-13 Peter EisentrautSimplify index tuple descriptor initialization
2018-09-04 Tom LaneFully enforce uniqueness of constraint names.
2018-08-17 Peter EisentrautInsertPgAttributeTuple() to set attcacheoff
2018-08-03 Peter GeogheganAdd table relcache invalidation to index builds.
2018-05-08 Tom LaneCount heap tuples in non-SnapshotAny path in IndexBuild...
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-04-12 Teodor SigaevCleanup covering infrastructure
2018-04-12 Teodor SigaevRename IndexInfo.ii_KeyAttrNumbers array
2018-04-12 Alvaro HerreraSet relispartition correctly for index partitions
2018-04-08 Tom LaneMerge catalog/pg_foo_fn.h headers back into pg_foo...
2018-04-07 Teodor SigaevIndexes with INCLUDE columns and their support in B...
2018-04-06 Robert HaasFix possible failure in parallel index build.
2018-03-28 Andrew DunstanFast ALTER TABLE ADD COLUMN with a non-NULL default
2018-03-27 Simon RiggsAllow HOT updates for some expression indexes
2018-03-23 Alvaro HerreraAllow FOR EACH ROW triggers on partitioned tables
2018-03-22 Tom LaneSync up our various ways of estimating pg_class.reltuples.
2018-03-14 Peter EisentrautRemove pg_class.relhaspkey
2018-03-01 Tom LaneUse ereport not elog for some corrupt-HOT-chain reports.
2018-02-19 Alvaro HerreraAllow UNIQUE indexes on partitioned tables
2018-02-19 Tom LaneRemove bogus "extern" annotations on function definitions.
2018-02-02 Robert HaasSupport parallel btree index builds.
2018-01-19 Alvaro HerreraFix CompareIndexInfo's attnum comparisons
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-08-20 Andres FreundChange tupledesc->attrs[n] to TupleDescAttr(tupledesc...
2017-08-04 Tom LaneApply ALTER ... SET NOT NULL recursively in ALTER ...
2017-07-24 Tom LaneBe more consistent about errors for opfamily member...
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-06-13 Tom LaneRe-run pgindent.
2017-06-04 Alvaro HerreraAssorted translatable string fixes
2017-04-06 Peter EisentrautIdentity columns
2017-03-25 Andres FreundFaster expression evaluation and targetlist projection.
2017-03-22 Simon RiggsRefactor GetOldestXmin() to use flags
2017-03-02 Robert HaasUpdate comments overlooked by 2f5c9d9c9cec436e55847ec58...
2017-02-09 Tom LaneAllow index AMs to cache data across aminsert calls...
2017-02-01 Tom LaneProvide CatalogTupleDelete() as a wrapper around simple...
2017-01-31 Alvaro HerreraTweak catalog indexing abstraction for upcoming WARM
2017-01-19 Andres FreundRemove obsoleted code relating to targetlist SRF evalua...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-07 Robert HaasImplement table partitioning.
2016-09-26 Tom LaneReplace the built-in GIN array opclasses with a single...
2016-08-13 Tom LaneAdd SQL-accessible functions for inspecting index AM...
2016-06-10 Kevin GrittnerRename local variable for consistency.
2016-06-10 Kevin GrittnerFix interaction between CREATE INDEX and "snapshot...
2016-04-20 Kevin GrittnerRevert no-op changes to BufferGetPage()
2016-04-08 Kevin GrittnerModify BufferGetPage() to prepare for "snapshot too...
2016-04-08 Teodor SigaevRevert CREATE INDEX ... INCLUDING ...
2016-04-08 Teodor SigaevCREATE INDEX ... INCLUDING (column[, ...])
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.
next