aboutsummaryrefslogtreecommitdiff
path: root/contrib/test_decoding/expected
Commit message (Expand)AuthorAge
* Relax overly strict assertionAlvaro Herrera2019-02-12
* Fix logical decoding error when system table w/ toast is repeatedly rewritten.Andres Freund2018-10-10
* Reduce cost of test_decoding's new oldest_xmin testAlvaro Herrera2018-07-05
* Fix "base" snapshot handling in logical decodingAlvaro Herrera2018-06-26
* Fix crash when logical decoding is invoked from a PL function.Tom Lane2017-10-06
* Fix more user-visible elog() calls.Robert Haas2017-10-05
* Add regression test for wide REPLICA IDENTITY FULL updates.Andres Freund2017-08-05
* Fix race condition leading to hanging logical slot creation.Andres Freund2017-05-13
* Make contrib/test_decoding regression tests safe for CZ locale.Tom Lane2016-11-21
* Correct logical decoding restore behaviour for subtransactions.Andres Freund2016-10-03
* Don't propagate a null subtransaction snapshot up to parent transaction.Tom Lane2016-08-07
* Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.Tom Lane2016-04-14
* logical decoding: Fix handling of large old tuples with replica identity full.Andres Freund2016-03-05
* logical decoding: old/newtuple in spooled UPDATE changes was switched around.Andres Freund2016-03-05
* logical decoding: Tell reorderbuffer about all xids.Andres Freund2016-03-05
* logical decoding: fix decoding of a commit's commit time.Andres Freund2016-03-02
* Message style improvementsPeter Eisentraut2015-10-28
* Improve errhint() about replication slot naming restrictions.Andres Freund2015-10-03
* test_decoding: Protect against rare spurious test failures.Andres Freund2015-09-22
* Fix test_decoding's handling of nonexistant columns in old tuple versions.Andres Freund2015-06-27
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Remove dependency on ordering in logical decoding upsert test.Andres Freund2015-05-08
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Introduce replication progress tracking infrastructure.Andres Freund2015-04-29
* Rename pg_replication_slot's new active_in to active_pid.Andres Freund2015-04-22
* Add 'active_in' column to pg_replication_slots.Andres Freund2015-04-21
* Don't skip SQL backends in logical decoding for visibility computation.Andres Freund2014-12-02
* Fix and improve cache invalidation logic for logical decoding.Andres Freund2014-11-13
* Fix several weaknesses in slot and logical replication on-disk serialization.Andres Freund2014-11-12
* Improve documentation about binary/textual output mode for output plugins.Andres Freund2014-10-01
* Assorted message fixes and improvementsPeter Eisentraut2014-09-05
* Add skip-empty-xacts option to test_decoding for use in the regression tests.Andres Freund2014-09-01
* Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().Andres Freund2014-07-12
* Fix decoding of MULTI_INSERTs when rows other than the last are toasted.Andres Freund2014-07-06
* Add test case for logical decoding of prepared transactions.Heikki Linnakangas2014-05-16
* Fix test_decoding test case's check that slot has been dropped.Heikki Linnakangas2014-05-16
* contrib/test_decoding: fix regression test for psql oid display changesBruce Momjian2014-04-15
* psql: display "Replica Identity" only for FULL and NOTHINGBruce Momjian2014-03-29
* Force consistent row order in contrib/test_decoding regression test.Noah Misch2014-03-29
* contrib/test_decoding: adjust expected outputBruce Momjian2014-03-27
* Fix test_decoding regression test outputs.Robert Haas2014-03-05
* Introduce logical decoding.Robert Haas2014-03-03