aboutsummaryrefslogtreecommitdiff
path: root/contrib/test_decoding
Commit message (Expand)AuthorAge
* Revert MERGE patchSimon Riggs2018-04-12
* Logical decoding of TRUNCATEPeter Eisentraut2018-04-07
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-03
* Revert "Modified files for MERGE"Simon Riggs2018-04-02
* Modified files for MERGESimon Riggs2018-04-02
* Handle heap rewrites even better in logical decodingPeter Eisentraut2018-03-21
* test_decoding: Remove unused #include directives.Robert Haas2018-03-07
* Replace AclObjectKind with ObjectTypePeter Eisentraut2018-01-19
* Ability to advance replication slotsSimon Riggs2018-01-17
* Update copyright for 2018Bruce Momjian2018-01-02
* 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
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Add regression test for wide REPLICA IDENTITY FULL updates.Andres Freund2017-08-05
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Fix race condition leading to hanging logical slot creation.Andres Freund2017-05-13
* Rename WAL-related functions and views to use "lsn" not "location".Tom Lane2017-05-11
* Force synchronous commit in new-ish test_decoding test.Andres Freund2017-04-04
* Improve isolation tests infrastructure.Andres Freund2017-03-14
* Remove all references to "xlog" from SQL-callable functions in pg_proc.Robert Haas2017-02-09
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Various temporary slots test improvementsPeter Eisentraut2016-12-15
* Fix race condition in test_decoding "slot" test.Tom Lane2016-12-12
* Add support for temporary replication slotsPeter Eisentraut2016-12-12
* Make contrib/test_decoding regression tests safe for CZ locale.Tom Lane2016-11-21
* psql: Split up "Modifiers" column in \d and \dDPeter Eisentraut2016-11-03
* Fix further hash table order dependent tests.Andres Freund2016-10-12
* Correct logical decoding restore behaviour for subtransactions.Andres Freund2016-10-03
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Don't propagate a null subtransaction snapshot up to parent transaction.Tom Lane2016-08-07
* Establish conventions about global object names used in regression tests.Tom Lane2016-07-17
* pgindent run for 9.6Robert Haas2016-06-09
* Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.Tom Lane2016-04-14
* Add required database and origin filtering for logical messages.Andres Freund2016-04-13
* Modify test_decoding/messages to remove non-ascii charsSimon Riggs2016-04-06
* Generic Messages for Logical DecodingSimon Riggs2016-04-06
* Fix phony .PHONY.Tom Lane2016-03-19
* 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
* Force synchronous_commit=on in test_decoding's concurrent_ddl_dml.spec.Andres Freund2016-03-03
* logical decoding: fix decoding of a commit's commit time.Andres Freund2016-03-02
* Update copyright for 2016Bruce Momjian2016-01-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
* Remove bogus step from test_decoding isolation tests.Robert Haas2015-08-14
* Add confirmed_flush column to pg_replication_slots.Andres Freund2015-08-10
* Fix test_decoding's handling of nonexistant columns in old tuple versions.Andres Freund2015-06-27
* pgindent run for 9.5Bruce Momjian2015-05-23