Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Remove trailing commas in enums. | Andres Freund | 2016-04-14 |
* | Revert CREATE INDEX ... INCLUDING ... | Teodor Sigaev | 2016-04-08 |
* | CREATE INDEX ... INCLUDING (column[, ...]) | Teodor Sigaev | 2016-04-08 |
* | Avoid incorrectly indicating exclusion constraint wait | Stephen Frost | 2016-03-15 |
* | Update copyright for 2016 | Bruce Momjian | 2016-01-02 |
* | Remove duplicate word. | Robert Haas | 2015-10-20 |
* | Improve INSERT .. ON CONFLICT error message. | Robert Haas | 2015-10-13 |
* | Correct type of waitMode variable in ExecInsertIndexTuples(). | Andres Freund | 2015-08-15 |
* | pgindent run for 9.5 | Bruce Momjian | 2015-05-23 |
* | Collection of typo fixes. | Heikki Linnakangas | 2015-05-20 |
* | Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. | Andres Freund | 2015-05-08 |
* | 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 | 2015-04-24 |