Commits

DateSubjectAuthorReleases
2019-09-08 Fix behavior of AND CHAIN outside of explicit transaction blocks Peter Eisentraut 12.0
2019-03-24 Transaction chaining Peter Eisentraut 12.0
2018-03-15 Clean up duplicate table and function names in regression tests. Tom Lane 11.0
2017-09-07 Fix handling of savepoint commands within multi-statement Query strings. Tom Lane 11.0
2015-09-04 Fix subtransaction cleanup after an outer-subtransaction portal fails. Tom Lane 9.4.5
2015-09-04 Fix subtransaction cleanup after an outer-subtransaction portal fails. Tom Lane 9.5.0
2015-09-04 Fix subtransaction cleanup after an outer-subtransaction portal fails. Tom Lane 9.6.0
2015-09-04 Fix subtransaction cleanup after an outer-subtransaction portal fails. Tom Lane 9.1.19
2015-09-04 Fix subtransaction cleanup after an outer-subtransaction portal fails. Tom Lane 9.3.10
2015-09-04 Fix subtransaction cleanup after an outer-subtransaction portal fails. Tom Lane 9.0.23
2015-09-04 Fix subtransaction cleanup after an outer-subtransaction portal fails. Tom Lane 9.2.14
2014-02-07 In RelationClearRelation, postpone cache reload if !IsTransactionState(). Tom Lane 9.4.0
2012-02-15 Run a portal's cleanup hook immediately when pushing it to FAILED state. Tom Lane 9.2.0
2012-02-15 Run a portal's cleanup hook immediately when pushing it to FAILED state. Tom Lane 9.1.3
2011-02-07 Implement genuine serializable isolation level. Heikki Linnakangas 9.1.0
2011-01-23 Code cleanup for assign_transaction_read_only. Robert Haas 9.1.0
2010-11-23 Remove useless whitespace at end of lines Peter Eisentraut 9.1.0
2007-06-09 Insert ORDER BY into a few regression test queries that now have unstable Tom Lane 8.3.0
2006-02-26 Implement the <> operator for the tid type. Original patch from Mark Neil Conway 8.2.0
2005-04-07 Add a "USING" clause to DELETE, which is equivalent to the FROM clause Neil Conway 8.1.0
2005-01-27 Add regression tests for recent cursor/savepoint bug fixed by Alvaro and Neil Conway 8.1.0
2004-09-13 Redesign query-snapshot timing so that volatile functions in READ COMMITTED Tom Lane 8.0.0
2004-09-06 Fix incorrect ordering of smgr cleanup relative to buffer pin cleanup Tom Lane 8.0.0
2004-08-12 Allow optional SAVEPOINT keyword in RELEASE and ROLLBACK TO, for greater Tom Lane 8.0.0
2004-07-27 Replace nested-BEGIN syntax for subtransactions with spec-compliant Tom Lane 8.0.0