summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/transactions.out
Commit message (Expand)AuthorAgeFilesLines
* Introduce GUC_NO_RESET flag.Tom Lane2022-09-271-0/+34
* psql: Show all query results by defaultPeter Eisentraut2022-04-041-1/+57
* Rearrange core regression tests to reduce cross-script dependencies.Tom Lane2022-02-081-7/+11
* Revert "psql: Show all query results by default"Peter Eisentraut2021-04-151-57/+1
* psql: Show all query results by defaultPeter Eisentraut2021-04-061-1/+57
* Fix transaction.sql tests in higher isolation levels.Thomas Munro2021-03-171-0/+2
* Fix bug in COMMIT AND CHAIN command.Fujii Masao2021-02-191-0/+40
* Improve new AND CHAIN testsPeter Eisentraut2019-09-091-2/+2
* Fix behavior of AND CHAIN outside of explicit transaction blocksPeter Eisentraut2019-09-081-0/+78
* Transaction chainingPeter Eisentraut2019-03-241-0/+191
* Improve savepoint error messagesPeter Eisentraut2018-03-161-1/+1
* Clean up duplicate table and function names in regression tests.Tom Lane2018-03-151-32/+32
* Fix handling of savepoint commands within multi-statement Query strings.Tom Lane2017-09-071-0/+84
* Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane2015-09-041-0/+46
* In RelationClearRelation, postpone cache reload if !IsTransactionState().Tom Lane2014-02-061-0/+14
* Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas2012-07-041-2/+0
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-191-1/+1
* Run a portal's cleanup hook immediately when pushing it to FAILED state.Tom Lane2012-02-151-25/+8
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-081-1/+1
* Code cleanup for assign_transaction_read_only.Robert Haas2011-01-221-0/+75
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-4/+3
* Clean up handling of XactReadOnly and RecoveryInProgress checks.Tom Lane2010-02-201-4/+4
* Improve unique-constraint-violation error messages to include the exactTom Lane2009-08-011-0/+2
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-011-0/+4
* Insert ORDER BY into a few regression test queries that now have unstableTom Lane2007-06-091-2/+2
* Clarify some error messages about duplicate things.Peter Eisentraut2007-06-031-2/+2
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-011-3/+3
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-141-0/+4
* Implement the <> operator for the tid type. Original patch from MarkNeil Conway2006-02-261-0/+25
* 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/+47
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-131-0/+78
* Fix incorrect ordering of smgr cleanup relative to buffer pin cleanupTom Lane2004-09-061-0/+15
* Allow optional SAVEPOINT keyword in RELEASE and ROLLBACK TO, for greaterTom Lane2004-08-121-27/+27
* Replace nested-BEGIN syntax for subtransactions with spec-compliantTom Lane2004-07-271-53/+170
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-171-0/+66
* Further review of xact.c state machine for nested transactions. FixTom Lane2004-07-011-0/+59
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-011-0/+67
* Read-only transactions, as defined in SQL.Peter Eisentraut2003-01-101-0/+28
* Update remaining tests for new psql, with the exception of 'arrays',Tom Lane2000-01-091-25/+32
* Added initial set of expected outputs for new regression testing.Thomas G. Lockhart1997-04-291-0/+35