summaryrefslogtreecommitdiff
path: root/src/backend/executor/execIndexing.c
AgeCommit message (Expand)Author
2019-06-05Fix incorrect index behavior in COPY FROM with partitioned tablesDavid Rowley
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-03-23tableam: Add tuple_{insert, delete, update, lock} and use.Andres Freund
2019-03-11tableam: Add and use scan APIs.Andres Freund
2019-01-21Move generic snapshot related code from tqual.h to snapmgr.h.Andres Freund
2019-01-14Don't include genam.h from execnodes.h and relscan.h anymore.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-27Remove obsolete IndexIs* macrosPeter Eisentraut
2018-11-15Introduce notion of different types of slots (without implementing them).Andres Freund
2018-09-25Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.Andres Freund
2018-04-07Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev
2018-01-02Update copyright for 2018Bruce Momjian
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-03-25Faster expression evaluation and targetlist projection.Andres Freund
2017-02-09Allow index AMs to cache data across aminsert calls within a SQL command.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-09-15Fix typo in comment.Robert Haas
2016-07-04Fix failure to handle conflicts in non-arbiter exclusion constraints.Tom Lane
2016-06-09pgindent run for 9.6Robert Haas
2016-04-14Remove trailing commas in enums.Andres Freund
2016-04-08Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev
2016-04-08CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev
2016-03-15Avoid incorrectly indicating exclusion constraint waitStephen Frost
2016-01-02Update copyright for 2016Bruce Momjian
2015-10-20Remove duplicate word.Robert Haas
2015-10-13Improve INSERT .. ON CONFLICT error message.Robert Haas
2015-08-15Correct type of waitMode variable in ExecInsertIndexTuples().Andres Freund
2015-05-23pgindent run for 9.5Bruce Momjian
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2015-04-24Add comments explaining how unique and exclusion constraints are enforced.Heikki Linnakangas
2015-04-24Move functions related to index maintenance to separate source file.Heikki Linnakangas