summaryrefslogtreecommitdiff
path: root/contrib/test_decoding
AgeCommit message (Expand)Author
2018-07-05Reduce cost of test_decoding's new oldest_xmin testAlvaro Herrera
2018-06-26Fix "base" snapshot handling in logical decodingAlvaro Herrera
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-12Revert MERGE patchSimon Riggs
2018-04-07Logical decoding of TRUNCATEPeter Eisentraut
2018-04-03MERGE SQL Command following SQL:2016Simon Riggs
2018-04-02Revert "Modified files for MERGE"Simon Riggs
2018-04-02Modified files for MERGESimon Riggs
2018-03-21Handle heap rewrites even better in logical decodingPeter Eisentraut
2018-03-07test_decoding: Remove unused #include directives.Robert Haas
2018-01-19Replace AclObjectKind with ObjectTypePeter Eisentraut
2018-01-17Ability to advance replication slotsSimon Riggs
2018-01-03Update copyright for 2018Bruce Momjian
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-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-08-05Add regression test for wide REPLICA IDENTITY FULL updates.Andres Freund
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-05-13Fix race condition leading to hanging logical slot creation.Andres Freund
2017-05-11Rename WAL-related functions and views to use "lsn" not "location".Tom Lane
2017-04-04Force synchronous commit in new-ish test_decoding test.Andres Freund
2017-03-14Improve isolation tests infrastructure.Andres Freund
2017-02-09Remove all references to "xlog" from SQL-callable functions in pg_proc.Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-15Various temporary slots test improvementsPeter Eisentraut
2016-12-12Fix race condition in test_decoding "slot" test.Tom Lane
2016-12-12Add support for temporary replication slotsPeter Eisentraut
2016-11-22Make contrib/test_decoding regression tests safe for CZ locale.Tom Lane
2016-11-03psql: Split up "Modifiers" column in \d and \dDPeter Eisentraut
2016-10-13Fix further hash table order dependent tests.Andres Freund
2016-10-04Correct 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-14Add 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-06logical decoding: Fix handling of large old tuples with replica identity full.Andres Freund
2016-03-06logical decoding: old/newtuple in spooled UPDATE changes was switched around.Andres Freund
2016-03-06logical decoding: Tell reorderbuffer about all xids.Andres Freund
2016-03-04Force synchronous_commit=on in test_decoding's concurrent_ddl_dml.spec.Andres Freund
2016-03-03logical decoding: fix decoding of a commit's commit time.Andres Freund
2016-01-02Update copyright for 2016Bruce Momjian
2015-10-29Message 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-15Remove bogus step from test_decoding isolation tests.Robert Haas