Commits

DateSubjectAuthorReleases
2018-04-11 Do not select new object OIDs that match recently-dead entries. Tom Lane 9.5.13
2018-04-11 Do not select new object OIDs that match recently-dead entries. Tom Lane 9.6.9
2018-04-11 Do not select new object OIDs that match recently-dead entries. Tom Lane 10.4
2018-04-11 Do not select new object OIDs that match recently-dead entries. Tom Lane 11.0
2018-01-03 Update copyright for 2018 Bruce Momjian 11.0
2017-11-19 Parameter toast_tuple_target controls TOAST for new rows Simon Riggs 11.0
2017-08-20 Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). Andres Freund 11.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-06-21 Initial pgindent run with pg_bsd_indent version 2.0. Tom Lane 10.0
2017-03-26 Improve performance of ExecEvalWholeRowVar. Tom Lane 10.0
2017-02-09 Allow index AMs to cache data across aminsert calls within a SQL command. Tom Lane 10.0
2017-01-03 Update copyright via script for 2017 Bruce Momjian 10.0
2016-08-18 Fix deletion of speculatively inserted TOAST on conflict Andres Freund 9.6.0
2016-08-18 Fix deletion of speculatively inserted TOAST on conflict Andres Freund 9.5.5
2016-08-18 Fix deletion of speculatively inserted TOAST on conflict Andres Freund 10.0
2016-08-15 Final pgindent + perltidy run for 9.6. Tom Lane 9.6.0
2016-08-05 Change InitToastSnapshot to a macro. Robert Haas 9.6.0
2016-08-03 Prevent "snapshot too old" from trying to return pruned TOAST tuples. Robert Haas 9.6.0
2016-01-02 Update copyright for 2016 Bruce Momjian 9.6.0
2015-05-14 Support "expanded" objects, particularly arrays, for better performance. Tom Lane 9.5.0
2015-05-08 Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. Andres Freund 9.5.0
2015-02-21 Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[]. Tom Lane 9.5.0
2015-02-20 Use FLEXIBLE_ARRAY_MEMBER in struct varlena. Tom Lane 9.5.0
2015-02-09 Minor cleanup/code review for "indirect toast" stuff. Tom Lane 9.4.2