index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
expected
/
transactions.out
Commit message (
Expand
)
Author
Age
*
Fix subtransaction cleanup after an outer-subtransaction portal fails.
Tom Lane
2015-09-04
*
In RelationClearRelation, postpone cache reload if !IsTransactionState().
Tom Lane
2014-02-06
*
Reduce messages about implicit indexes and sequences to DEBUG1.
Robert Haas
2012-07-04
*
Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.
Tom Lane
2012-03-19
*
Run a portal's cleanup hook immediately when pushing it to FAILED state.
Tom Lane
2012-02-15
*
Implement genuine serializable isolation level.
Heikki Linnakangas
2011-02-08
*
Code cleanup for assign_transaction_read_only.
Robert Haas
2011-01-22
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
*
Clean up handling of XactReadOnly and RecoveryInProgress checks.
Tom Lane
2010-02-20
*
Improve unique-constraint-violation error messages to include the exact
Tom Lane
2009-08-01
*
Add a bunch of new error location reports to parse-analysis error messages.
Tom Lane
2008-09-01
*
Insert ORDER BY into a few regression test queries that now have unstable
Tom Lane
2007-06-09
*
Clarify some error messages about duplicate things.
Peter Eisentraut
2007-06-03
*
Wording cleanup for error messages. Also change can't -> cannot.
Bruce Momjian
2007-02-01
*
Improve parser so that we can show an error cursor position for errors
Tom Lane
2006-03-14
*
Implement the <> operator for the tid type. Original patch from Mark
Neil Conway
2006-02-26
*
Add a "USING" clause to DELETE, which is equivalent to the FROM clause
Neil Conway
2005-04-07
*
Add regression tests for recent cursor/savepoint bug fixed by Alvaro and
Neil Conway
2005-01-27
*
Redesign query-snapshot timing so that volatile functions in READ COMMITTED
Tom Lane
2004-09-13
*
Fix incorrect ordering of smgr cleanup relative to buffer pin cleanup
Tom Lane
2004-09-06
*
Allow optional SAVEPOINT keyword in RELEASE and ROLLBACK TO, for greater
Tom Lane
2004-08-12
*
Replace nested-BEGIN syntax for subtransactions with spec-compliant
Tom Lane
2004-07-27
*
Invent ResourceOwner mechanism as per my recent proposal, and use it to
Tom Lane
2004-07-17
*
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
2004-07-01
*
Read-only transactions, as defined in SQL.
Peter Eisentraut
2003-01-10
*
Update remaining tests for new psql, with the exception of 'arrays',
Tom Lane
2000-01-09
*
Added initial set of expected outputs for new regression testing.
Thomas G. Lockhart
1997-04-29