Commits

DateSubjectAuthorReleases
2018-02-19 Allow UNIQUE indexes on partitioned tables Alvaro Herrera 11.0
2017-12-01 Re-allow INSERT .. ON CONFLICT DO NOTHING on partitioned tables. Robert Haas 11.0
2017-03-31 Revert "Allow ON CONFLICT .. DO NOTHING on a partitioned table." Robert Haas 10.0
2017-03-27 Allow ON CONFLICT .. DO NOTHING on a partitioned table. Robert Haas 10.0
2017-02-06 Fix typos in comments. Heikki Linnakangas 9.5.6
2017-02-06 Fix typos in comments. Heikki Linnakangas 9.6.2
2017-02-06 Fix typos in comments. Heikki Linnakangas 10.0
2016-11-07 Band-aid fix for incorrect use of view options as StdRdOptions. Tom Lane 9.5.6
2016-11-07 Band-aid fix for incorrect use of view options as StdRdOptions. Tom Lane 9.6.2
2016-11-07 Band-aid fix for incorrect use of view options as StdRdOptions. Tom Lane 10.0
2016-10-23 Don't throw serialization errors for self-conflicts in INSERT ON CONFLICT. Tom Lane 9.6.1
2016-10-23 Don't throw serialization errors for self-conflicts in INSERT ON CONFLICT. Tom Lane 10.0
2016-10-23 Don't throw serialization errors for self-conflicts in INSERT ON CONFLICT. Tom Lane 9.5.5
2016-07-04 Fix failure to handle conflicts in non-arbiter exclusion constraints. Tom Lane 9.6.0
2016-07-04 Fix failure to handle conflicts in non-arbiter exclusion constraints. Tom Lane 9.5.4
2016-06-29 Fix some infelicities in EXPLAIN output for parallel query plans. Tom Lane 9.6.0
2016-05-11 Fix assorted missing infrastructure for ON CONFLICT. Tom Lane 9.6.0
2016-05-11 Fix assorted missing infrastructure for ON CONFLICT. Tom Lane 9.5.4
2015-11-17 Message improvements Peter Eisentraut 9.6.0
2015-11-17 Message improvements Peter Eisentraut 9.5.0
2015-10-03 Fix several bugs related to ON CONFLICT's EXCLUDED pseudo relation. Andres Freund 9.5.0
2015-10-03 Fix several bugs related to ON CONFLICT's EXCLUDED pseudo relation. Andres Freund 9.6.0
2015-09-28 Fix ON CONFLICT DO UPDATE for tables with oids. Andres Freund 9.5.0
2015-09-28 Fix ON CONFLICT DO UPDATE for tables with oids. Andres Freund 9.6.0
2015-07-26 Check the relevant index element in ON CONFLICT unique index inference. Andres Freund 9.5.0