summaryrefslogtreecommitdiff
path: root/src/backend/executor/execIndexing.c
AgeCommit message (Expand)Author
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