index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
test_decoding
/
sql
Commit message (
Expand
)
Author
Age
*
Relax overly strict assertion
Alvaro Herrera
2019-02-12
*
Fix logical decoding error when system table w/ toast is repeatedly rewritten.
Andres Freund
2018-10-10
*
Fix crash when logical decoding is invoked from a PL function.
Tom Lane
2017-10-06
*
Fix more user-visible elog() calls.
Robert Haas
2017-10-05
*
Add regression test for wide REPLICA IDENTITY FULL updates.
Andres Freund
2017-08-05
*
Make contrib/test_decoding regression tests safe for CZ locale.
Tom Lane
2016-11-21
*
Correct logical decoding restore behaviour for subtransactions.
Andres Freund
2016-10-03
*
Don't propagate a null subtransaction snapshot up to parent transaction.
Tom Lane
2016-08-07
*
Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.
Tom Lane
2016-04-14
*
logical decoding: Fix handling of large old tuples with replica identity full.
Andres Freund
2016-03-05
*
logical decoding: old/newtuple in spooled UPDATE changes was switched around.
Andres Freund
2016-03-05
*
logical decoding: Tell reorderbuffer about all xids.
Andres Freund
2016-03-05
*
logical decoding: fix decoding of a commit's commit time.
Andres Freund
2016-03-02
*
test_decoding: Protect against rare spurious test failures.
Andres Freund
2015-09-22
*
Fix test_decoding's handling of nonexistant columns in old tuple versions.
Andres Freund
2015-06-27
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Remove dependency on ordering in logical decoding upsert test.
Andres Freund
2015-05-08
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
*
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-29
*
Don't skip SQL backends in logical decoding for visibility computation.
Andres Freund
2014-12-02
*
Fix and improve cache invalidation logic for logical decoding.
Andres Freund
2014-11-13
*
Add skip-empty-xacts option to test_decoding for use in the regression tests.
Andres Freund
2014-09-01
*
Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().
Andres Freund
2014-07-12
*
Fix decoding of MULTI_INSERTs when rows other than the last are toasted.
Andres Freund
2014-07-06
*
Add test case for logical decoding of prepared transactions.
Heikki Linnakangas
2014-05-16
*
Fix test_decoding test case's check that slot has been dropped.
Heikki Linnakangas
2014-05-16
*
Force consistent row order in contrib/test_decoding regression test.
Noah Misch
2014-03-29
*
Fix whitespace
Peter Eisentraut
2014-03-04
*
Introduce logical decoding.
Robert Haas
2014-03-03