summaryrefslogtreecommitdiff
path: root/contrib/test_decoding
AgeCommit message (Expand)Author
2021-06-23Improve display of query results in isolation tests.Tom Lane
2021-06-22Use annotations to reduce instability of isolation-test results.Tom Lane
2021-06-17Detect unused steps in isolation specs and do some cleanupMichael Paquier
2020-02-19Stop demanding that top xact must be seen before subxact in decoding.Amit Kapila
2019-04-29Fix potential assertion failure when reindexing a pg_class index.Andres Freund
2019-02-12Relax overly strict assertionAlvaro Herrera
2018-10-10Fix logical decoding error when system table w/ toast is repeatedly rewritten.Andres Freund
2018-07-05Reduce cost of test_decoding's new oldest_xmin testAlvaro Herrera
2018-06-26Fix "base" snapshot handling in logical decodingAlvaro Herrera
2017-10-06Fix crash when logical decoding is invoked from a PL function.Tom Lane
2017-10-05Fix more user-visible elog() calls.Robert Haas
2017-08-05Add regression test for wide REPLICA IDENTITY FULL updates.Andres Freund
2017-05-13Fix race condition leading to hanging logical slot creation.Andres Freund
2016-11-21Make contrib/test_decoding regression tests safe for CZ locale.Tom Lane
2016-10-03Correct logical decoding restore behaviour for subtransactions.Andres Freund
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-08-07Don't propagate a null subtransaction snapshot up to parent transaction.Tom Lane
2016-07-17Establish conventions about global object names used in regression tests.Tom Lane
2016-06-09pgindent run for 9.6Robert Haas
2016-04-14Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.Tom Lane
2016-04-13Add required database and origin filtering for logical messages.Andres Freund
2016-04-06Modify test_decoding/messages to remove non-ascii charsSimon Riggs
2016-04-06Generic Messages for Logical DecodingSimon Riggs
2016-03-19Fix phony .PHONY.Tom Lane
2016-03-05logical decoding: Fix handling of large old tuples with replica identity full.Andres Freund
2016-03-05logical decoding: old/newtuple in spooled UPDATE changes was switched around.Andres Freund
2016-03-05logical decoding: Tell reorderbuffer about all xids.Andres Freund
2016-03-03Force synchronous_commit=on in test_decoding's concurrent_ddl_dml.spec.Andres Freund
2016-03-02logical decoding: fix decoding of a commit's commit time.Andres Freund
2016-01-02Update copyright for 2016Bruce Momjian
2015-10-28Message style improvementsPeter Eisentraut
2015-10-03Improve errhint() about replication slot naming restrictions.Andres Freund
2015-09-22test_decoding: Protect against rare spurious test failures.Andres Freund
2015-08-14Remove bogus step from test_decoding isolation tests.Robert Haas
2015-08-10Add confirmed_flush column to pg_replication_slots.Andres Freund
2015-06-27Fix test_decoding's handling of nonexistant columns in old tuple versions.Andres Freund
2015-05-23pgindent run for 9.5Bruce Momjian
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-05-11Replace some appendStringInfo* calls with more appropriate variantsPeter Eisentraut
2015-05-08Remove dependency on ordering in logical decoding upsert test.Andres Freund
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2015-04-29Fix parallel make risk with new check temp-install setupPeter Eisentraut
2015-04-29Introduce replication progress tracking infrastructure.Andres Freund
2015-04-23Improve speed of make check-worldPeter Eisentraut
2015-04-22Rename pg_replication_slot's new active_in to active_pid.Andres Freund
2015-04-21Add 'active_in' column to pg_replication_slots.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-02Don't skip SQL backends in logical decoding for visibility computation.Andres Freund
2014-11-13Fix and improve cache invalidation logic for logical decoding.Andres Freund
2014-11-12Fix several weaknesses in slot and logical replication on-disk serialization.Andres Freund