summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/transactions.out
AgeCommit message (Expand)Author
2023-09-22Fix COMMIT/ROLLBACK AND CHAIN in the presence of subtransactions.Tom Lane
2023-09-19Improve error message for snapshot import in snapmgr.c, take twoMichael Paquier
2023-05-19Avoid naming conflict between transactions.sql and namespace.sql.Tom Lane
2022-09-27Introduce GUC_NO_RESET flag.Tom Lane
2022-04-04psql: Show all query results by defaultPeter Eisentraut
2022-02-08Rearrange core regression tests to reduce cross-script dependencies.Tom Lane
2021-04-15Revert "psql: Show all query results by default"Peter Eisentraut
2021-04-06psql: Show all query results by defaultPeter Eisentraut
2021-03-17Fix transaction.sql tests in higher isolation levels.Thomas Munro
2021-02-19Fix bug in COMMIT AND CHAIN command.Fujii Masao
2019-09-09Improve new AND CHAIN testsPeter Eisentraut
2019-09-08Fix behavior of AND CHAIN outside of explicit transaction blocksPeter Eisentraut
2019-03-24Transaction chainingPeter Eisentraut
2018-03-16Improve savepoint error messagesPeter Eisentraut
2018-03-15Clean up duplicate table and function names in regression tests.Tom Lane
2017-09-07Fix handling of savepoint commands within multi-statement Query strings.Tom Lane
2015-09-04Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane
2014-02-07In RelationClearRelation, postpone cache reload if !IsTransactionState().Tom Lane
2012-07-05Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas
2012-03-20Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane
2012-02-15Run a portal's cleanup hook immediately when pushing it to FAILED state.Tom Lane
2011-02-07Implement genuine serializable isolation level.Heikki Linnakangas
2011-01-23Code cleanup for assign_transaction_read_only.Robert Haas
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-02-20Clean up handling of XactReadOnly and RecoveryInProgress checks.Tom Lane
2009-08-01Improve unique-constraint-violation error messages to include the exactTom Lane
2008-09-01Add a bunch of new error location reports to parse-analysis error messages.Tom Lane
2007-06-09Insert ORDER BY into a few regression test queries that now have unstableTom Lane
2007-06-03Clarify some error messages about duplicate things.Peter Eisentraut
2007-02-01Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian
2006-03-14Improve parser so that we can show an error cursor position for errorsTom Lane
2006-02-26Implement the <> operator for the tid type. Original patch from MarkNeil Conway
2005-04-07Add a "USING" clause to DELETE, which is equivalent to the FROM clauseNeil Conway
2005-01-27Add regression tests for recent cursor/savepoint bug fixed by Alvaro andNeil Conway
2004-09-13Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane
2004-09-06Fix incorrect ordering of smgr cleanup relative to buffer pin cleanupTom Lane
2004-08-12Allow optional SAVEPOINT keyword in RELEASE and ROLLBACK TO, for greaterTom Lane
2004-07-27Replace nested-BEGIN syntax for subtransactions with spec-compliantTom Lane
2004-07-17Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane
2004-07-01Further review of xact.c state machine for nested transactions. FixTom Lane
2004-07-01Nested transactions. There is still much left to do, especially on theTom Lane
2003-01-10Read-only transactions, as defined in SQL.Peter Eisentraut
2000-01-09Update remaining tests for new psql, with the exception of 'arrays',Tom Lane
1997-04-29Added initial set of expected outputs for new regression testing.Thomas G. Lockhart