summaryrefslogtreecommitdiff
path: root/contrib/test_decoding
Commit message (Expand)AuthorAgeFilesLines
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Various temporary slots test improvementsPeter Eisentraut2016-12-152-16/+71
* Fix race condition in test_decoding "slot" test.Tom Lane2016-12-122-9/+26
* Add support for temporary replication slotsPeter Eisentraut2016-12-124-3/+81
* Make contrib/test_decoding regression tests safe for CZ locale.Tom Lane2016-11-212-10/+10
* psql: Split up "Modifiers" column in \d and \dDPeter Eisentraut2016-11-031-25/+25
* Fix further hash table order dependent tests.Andres Freund2016-10-122-4/+4
* Correct logical decoding restore behaviour for subtransactions.Andres Freund2016-10-033-1/+437
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-271-3/+1
* Don't propagate a null subtransaction snapshot up to parent transaction.Tom Lane2016-08-072-2/+35
* Establish conventions about global object names used in regression tests.Tom Lane2016-07-172-32/+32
* pgindent run for 9.6Robert Haas2016-06-091-3/+3
* Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.Tom Lane2016-04-142-2/+13
* Add required database and origin filtering for logical messages.Andres Freund2016-04-134-5/+42
* Modify test_decoding/messages to remove non-ascii charsSimon Riggs2016-04-062-8/+8
* Generic Messages for Logical DecodingSimon Riggs2016-04-066-9/+139
* Fix phony .PHONY.Tom Lane2016-03-191-1/+1
* logical decoding: Fix handling of large old tuples with replica identity full.Andres Freund2016-03-052-0/+95
* logical decoding: old/newtuple in spooled UPDATE changes was switched around.Andres Freund2016-03-052-0/+27
* logical decoding: Tell reorderbuffer about all xids.Andres Freund2016-03-053-2/+66
* Force synchronous_commit=on in test_decoding's concurrent_ddl_dml.spec.Andres Freund2016-03-031-0/+4
* logical decoding: fix decoding of a commit's commit time.Andres Freund2016-03-023-1/+63
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Message style improvementsPeter Eisentraut2015-10-281-1/+1
* Improve errhint() about replication slot naming restrictions.Andres Freund2015-10-031-1/+1
* test_decoding: Protect against rare spurious test failures.Andres Freund2015-09-222-8/+8
* Remove bogus step from test_decoding isolation tests.Robert Haas2015-08-141-1/+0
* Add confirmed_flush column to pg_replication_slots.Andres Freund2015-08-101-2/+2
* Fix test_decoding's handling of nonexistant columns in old tuple versions.Andres Freund2015-06-273-3/+17
* pgindent run for 9.5Bruce Momjian2015-05-231-4/+4
* Collection of typo fixes.Heikki Linnakangas2015-05-203-3/+3
* Replace some appendStringInfo* calls with more appropriate variantsPeter Eisentraut2015-05-111-1/+1
* Remove dependency on ordering in logical decoding upsert test.Andres Freund2015-05-082-17/+40
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-084-1/+69
* Fix parallel make risk with new check temp-install setupPeter Eisentraut2015-04-291-2/+2
* Introduce replication progress tracking infrastructure.Andres Freund2015-04-294-1/+235
* Improve speed of make check-worldPeter Eisentraut2015-04-231-9/+7
* Rename pg_replication_slot's new active_in to active_pid.Andres Freund2015-04-221-2/+2
* Add 'active_in' column to pg_replication_slots.Andres Freund2015-04-211-2/+2
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Don't skip SQL backends in logical decoding for visibility computation.Andres Freund2014-12-022-0/+6
* Fix and improve cache invalidation logic for logical decoding.Andres Freund2014-11-133-1/+112
* Fix several weaknesses in slot and logical replication on-disk serialization.Andres Freund2014-11-123-1/+87
* Improve documentation about binary/textual output mode for output plugins.Andres Freund2014-10-011-1/+1
* Assorted message fixes and improvementsPeter Eisentraut2014-09-051-1/+1
* Add skip-empty-xacts option to test_decoding for use in the regression tests.Andres Freund2014-09-0115-243/+130
* Add file version information to most installed Windows binaries.Noah Misch2014-07-141-0/+1
* contrib/test_decoding/Makefile sets MODULES, so omit OBJS.Noah Misch2014-07-141-1/+0
* Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().Andres Freund2014-07-122-1/+399
* Adjust blank lines around PG_MODULE_MAGIC defines, for consistencyBruce Momjian2014-07-101-1/+0