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