aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/sql/transactions.sql
Commit message (Expand)AuthorAge
* Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane2015-09-04
* In RelationClearRelation, postpone cache reload if !IsTransactionState().Tom Lane2014-02-06
* Run a portal's cleanup hook immediately when pushing it to FAILED state.Tom Lane2012-02-15
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-08
* Code cleanup for assign_transaction_read_only.Robert Haas2011-01-22
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Insert ORDER BY into a few regression test queries that now have unstableTom Lane2007-06-09
* Implement the <> operator for the tid type. Original patch from MarkNeil Conway2006-02-26
* Add a "USING" clause to DELETE, which is equivalent to the FROM clauseNeil Conway2005-04-07
* Add regression tests for recent cursor/savepoint bug fixed by Alvaro andNeil Conway2005-01-27
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-13
* Fix incorrect ordering of smgr cleanup relative to buffer pin cleanupTom Lane2004-09-06
* Allow optional SAVEPOINT keyword in RELEASE and ROLLBACK TO, for greaterTom Lane2004-08-12
* Replace nested-BEGIN syntax for subtransactions with spec-compliantTom Lane2004-07-27
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-17
* Further review of xact.c state machine for nested transactions. FixTom Lane2004-07-01
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-01
* Read-only transactions, as defined in SQL.Peter Eisentraut2003-01-10
* Clean up header for uniform appearance throughout tests.Thomas G. Lockhart2000-01-06
* split out a bunch more tests from misc.source so that the tester knowsMarc G. Fournier1997-04-27