index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
expected
/
transactions.out
Age
Commit message (
Expand
)
Author
2023-09-22
Fix COMMIT/ROLLBACK AND CHAIN in the presence of subtransactions.
Tom Lane
2023-09-19
Improve error message for snapshot import in snapmgr.c, take two
Michael Paquier
2023-05-19
Avoid naming conflict between transactions.sql and namespace.sql.
Tom Lane
2022-09-27
Introduce GUC_NO_RESET flag.
Tom Lane
2022-04-04
psql: Show all query results by default
Peter Eisentraut
2022-02-08
Rearrange core regression tests to reduce cross-script dependencies.
Tom Lane
2021-04-15
Revert "psql: Show all query results by default"
Peter Eisentraut
2021-04-06
psql: Show all query results by default
Peter Eisentraut
2021-03-17
Fix transaction.sql tests in higher isolation levels.
Thomas Munro
2021-02-19
Fix bug in COMMIT AND CHAIN command.
Fujii Masao
2019-09-09
Improve new AND CHAIN tests
Peter Eisentraut
2019-09-08
Fix behavior of AND CHAIN outside of explicit transaction blocks
Peter Eisentraut
2019-03-24
Transaction chaining
Peter Eisentraut
2018-03-16
Improve savepoint error messages
Peter Eisentraut
2018-03-15
Clean up duplicate table and function names in regression tests.
Tom Lane
2017-09-07
Fix handling of savepoint commands within multi-statement Query strings.
Tom Lane
2015-09-04
Fix subtransaction cleanup after an outer-subtransaction portal fails.
Tom Lane
2014-02-07
In RelationClearRelation, postpone cache reload if !IsTransactionState().
Tom Lane
2012-07-05
Reduce messages about implicit indexes and sequences to DEBUG1.
Robert Haas
2012-03-20
Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.
Tom Lane
2012-02-15
Run a portal's cleanup hook immediately when pushing it to FAILED state.
Tom Lane
2011-02-07
Implement genuine serializable isolation level.
Heikki Linnakangas
2011-01-23
Code cleanup for assign_transaction_read_only.
Robert Haas
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-02-20
Clean up handling of XactReadOnly and RecoveryInProgress checks.
Tom Lane
2009-08-01
Improve unique-constraint-violation error messages to include the exact
Tom Lane
2008-09-01
Add a bunch of new error location reports to parse-analysis error messages.
Tom Lane
2007-06-09
Insert ORDER BY into a few regression test queries that now have unstable
Tom Lane
2007-06-03
Clarify some error messages about duplicate things.
Peter Eisentraut
2007-02-01
Wording cleanup for error messages. Also change can't -> cannot.
Bruce Momjian
2006-03-14
Improve parser so that we can show an error cursor position for errors
Tom Lane
2006-02-26
Implement the <> operator for the tid type. Original patch from Mark
Neil Conway
2005-04-07
Add a "USING" clause to DELETE, which is equivalent to the FROM clause
Neil Conway
2005-01-27
Add regression tests for recent cursor/savepoint bug fixed by Alvaro and
Neil Conway
2004-09-13
Redesign query-snapshot timing so that volatile functions in READ COMMITTED
Tom Lane
2004-09-06
Fix incorrect ordering of smgr cleanup relative to buffer pin cleanup
Tom Lane
2004-08-12
Allow optional SAVEPOINT keyword in RELEASE and ROLLBACK TO, for greater
Tom Lane
2004-07-27
Replace nested-BEGIN syntax for subtransactions with spec-compliant
Tom Lane
2004-07-17
Invent ResourceOwner mechanism as per my recent proposal, and use it to
Tom Lane
2004-07-01
Further review of xact.c state machine for nested transactions. Fix
Tom Lane
2004-07-01
Nested transactions. There is still much left to do, especially on the
Tom Lane
2003-01-10
Read-only transactions, as defined in SQL.
Peter Eisentraut
2000-01-09
Update remaining tests for new psql, with the exception of 'arrays',
Tom Lane
1997-04-29
Added initial set of expected outputs for new regression testing.
Thomas G. Lockhart