summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/transactions.sql
Commit message (Expand)AuthorAgeFilesLines
* Implement the <> operator for the tid type. Original patch from MarkNeil Conway2006-02-261-0/+6
* Add a "USING" clause to DELETE, which is equivalent to the FROM clauseNeil Conway2005-04-071-1/+1
* Add regression tests for recent cursor/savepoint bug fixed by Alvaro andNeil Conway2005-01-271-0/+35
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-131-0/+43
* Fix incorrect ordering of smgr cleanup relative to buffer pin cleanupTom Lane2004-09-061-0/+13
* Allow optional SAVEPOINT keyword in RELEASE and ROLLBACK TO, for greaterTom Lane2004-08-121-25/+25
* Replace nested-BEGIN syntax for subtransactions with spec-compliantTom Lane2004-07-271-45/+126
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-171-0/+22
* Further review of xact.c state machine for nested transactions. FixTom Lane2004-07-011-0/+32
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-011-0/+45
* Read-only transactions, as defined in SQL.Peter Eisentraut2003-01-101-0/+21
* Clean up header for uniform appearance throughout tests.Thomas G. Lockhart2000-01-061-1/+2
* split out a bunch more tests from misc.source so that the tester knowsMarc G. Fournier1997-04-271-0/+34