aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execIndexing.c
Commit message (Expand)AuthorAge
* Remove duplicate word.Robert Haas2015-10-20
* Improve INSERT .. ON CONFLICT error message.Robert Haas2015-10-13
* Correct type of waitMode variable in ExecInsertIndexTuples().Andres Freund2015-08-15
* pgindent run for 9.5Bruce Momjian2015-05-23
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Add comments explaining how unique and exclusion constraints are enforced.Heikki Linnakangas2015-04-24
* Move functions related to index maintenance to separate source file.Heikki Linnakangas2015-04-24