Age | Commit message (Expand) | Author |
---|---|---|
2016-04-14 | Remove trailing commas in enums. | Andres Freund |
2016-04-08 | Revert CREATE INDEX ... INCLUDING ... | Teodor Sigaev |
2016-04-08 | CREATE INDEX ... INCLUDING (column[, ...]) | Teodor Sigaev |
2016-03-15 | Avoid incorrectly indicating exclusion constraint wait | Stephen Frost |
2016-01-02 | Update copyright for 2016 | Bruce Momjian |
2015-10-20 | Remove duplicate word. | Robert Haas |
2015-10-13 | Improve INSERT .. ON CONFLICT error message. | Robert Haas |
2015-08-15 | Correct type of waitMode variable in ExecInsertIndexTuples(). | Andres Freund |
2015-05-23 | pgindent run for 9.5 | Bruce Momjian |
2015-05-20 | Collection of typo fixes. | Heikki Linnakangas |
2015-05-08 | Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. | Andres Freund |
2015-04-24 | Add comments explaining how unique and exclusion constraints are enforced. | Heikki Linnakangas |
2015-04-24 | Move functions related to index maintenance to separate source file. | Heikki Linnakangas |