Commits

DateSubjectAuthorReleases
2018-10-10 Fix logical decoding error when system table w/ toast is repeatedly rewritten. Andres Freund 10.6
2018-09-25 Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple. Andres Freund 12.0
2018-04-07 Raise error when affecting tuple moved into different partition. Andres Freund 11.0
2018-03-05 Fix HEAP_INSERT_IS_SPECULATIVE to HEAP_INSERT_SPECULATIVE in comments. Andres Freund 11.0
2017-12-15 Perform a lot more sanity checks when freezing tuples. Andres Freund 9.4.16
2017-12-15 Perform a lot more sanity checks when freezing tuples. Andres Freund 10.2
2017-12-15 Perform a lot more sanity checks when freezing tuples. Andres Freund 9.6.7
2017-12-15 Perform a lot more sanity checks when freezing tuples. Andres Freund 9.5.11
2017-12-15 Perform a lot more sanity checks when freezing tuples. Andres Freund 9.3.21
2017-12-15 Perform a lot more sanity checks when freezing tuples. Andres Freund 11.0
2017-08-20 Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). Andres Freund 11.0
2017-08-05 Fix issues with wide tuples being updated and REPLICA IDENTITY FULL. Andres Freund 9.4.13
2016-12-22 Skip checkpoints, archiving on idle systems. Andres Freund 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-05 Fix hard to hit race condition in heapam's tuple locking code. Andres Freund 9.6.0
2016-07-18 Clear all-frozen visibilitymap status when locking tuples. Andres Freund 9.6.0
2016-07-16 Fix torn-page, unlogged xid and further risks from heap_update(). Andres Freund 9.1.23
2016-07-16 Fix torn-page, unlogged xid and further risks from heap_update(). Andres Freund 9.6.0
2016-07-16 Fix torn-page, unlogged xid and further risks from heap_update(). Andres Freund 9.2.18
2016-07-16 Fix torn-page, unlogged xid and further risks from heap_update(). Andres Freund 9.4.9
2016-07-16 Fix torn-page, unlogged xid and further risks from heap_update(). Andres Freund 9.3.14
2016-07-16 Fix torn-page, unlogged xid and further risks from heap_update(). Andres Freund 9.5.4
2016-07-15 Make HEAP_LOCK/HEAP2_LOCK_UPDATED replay reset HEAP_XMAX_INVALID. Andres Freund 9.3.14