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
/
expected
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
*
Reduce cost of test_decoding's new oldest_xmin test
Alvaro Herrera
2018-07-05
*
Fix "base" snapshot handling in logical decoding
Alvaro Herrera
2018-06-26
*
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
*
Fix race condition leading to hanging logical slot creation.
Andres Freund
2017-05-13
*
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
*
Message style improvements
Peter Eisentraut
2015-10-28
*
Improve errhint() about replication slot naming restrictions.
Andres Freund
2015-10-03
*
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
*
Rename pg_replication_slot's new active_in to active_pid.
Andres Freund
2015-04-22
*
Add 'active_in' column to pg_replication_slots.
Andres Freund
2015-04-21
*
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
*
Fix several weaknesses in slot and logical replication on-disk serialization.
Andres Freund
2014-11-12
*
Improve documentation about binary/textual output mode for output plugins.
Andres Freund
2014-10-01
*
Assorted message fixes and improvements
Peter Eisentraut
2014-09-05
*
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
*
contrib/test_decoding: fix regression test for psql oid display changes
Bruce Momjian
2014-04-15
*
psql: display "Replica Identity" only for FULL and NOTHING
Bruce Momjian
2014-03-29
*
Force consistent row order in contrib/test_decoding regression test.
Noah Misch
2014-03-29
*
contrib/test_decoding: adjust expected output
Bruce Momjian
2014-03-27
*
Fix test_decoding regression test outputs.
Robert Haas
2014-03-05
*
Introduce logical decoding.
Robert Haas
2014-03-03