index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
test_decoding
/
expected
Age
Commit message (
Expand
)
Author
2017-08-05
Add regression test for wide REPLICA IDENTITY FULL updates.
Andres Freund
2017-05-13
Fix race condition leading to hanging logical slot creation.
Andres Freund
2017-05-11
Rename WAL-related functions and views to use "lsn" not "location".
Tom Lane
2017-04-04
Force synchronous commit in new-ish test_decoding test.
Andres Freund
2017-02-09
Remove all references to "xlog" from SQL-callable functions in pg_proc.
Robert Haas
2016-12-15
Various temporary slots test improvements
Peter Eisentraut
2016-12-12
Fix race condition in test_decoding "slot" test.
Tom Lane
2016-12-12
Add support for temporary replication slots
Peter Eisentraut
2016-11-22
Make contrib/test_decoding regression tests safe for CZ locale.
Tom Lane
2016-11-03
psql: Split up "Modifiers" column in \d and \dD
Peter Eisentraut
2016-10-13
Fix further hash table order dependent tests.
Andres Freund
2016-10-04
Correct logical decoding restore behaviour for subtransactions.
Andres Freund
2016-08-07
Don't propagate a null subtransaction snapshot up to parent transaction.
Tom Lane
2016-07-17
Establish conventions about global object names used in regression tests.
Tom Lane
2016-04-14
Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.
Tom Lane
2016-04-14
Add required database and origin filtering for logical messages.
Andres Freund
2016-04-06
Modify test_decoding/messages to remove non-ascii chars
Simon Riggs
2016-04-06
Generic Messages for Logical Decoding
Simon Riggs
2016-03-06
logical decoding: Fix handling of large old tuples with replica identity full.
Andres Freund
2016-03-06
logical decoding: old/newtuple in spooled UPDATE changes was switched around.
Andres Freund
2016-03-06
logical decoding: Tell reorderbuffer about all xids.
Andres Freund
2016-03-03
logical decoding: fix decoding of a commit's commit time.
Andres Freund
2015-10-29
Message style improvements
Peter Eisentraut
2015-10-03
Improve errhint() about replication slot naming restrictions.
Andres Freund
2015-09-22
test_decoding: Protect against rare spurious test failures.
Andres Freund
2015-08-10
Add confirmed_flush column to pg_replication_slots.
Andres Freund
2015-06-27
Fix test_decoding's handling of nonexistant columns in old tuple versions.
Andres Freund
2015-05-20
Collection of typo fixes.
Heikki Linnakangas
2015-05-08
Remove dependency on ordering in logical decoding upsert test.
Andres Freund
2015-05-08
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-04-29
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-22
Rename pg_replication_slot's new active_in to active_pid.
Andres Freund
2015-04-21
Add 'active_in' column to pg_replication_slots.
Andres Freund
2014-12-02
Don't skip SQL backends in logical decoding for visibility computation.
Andres Freund
2014-11-13
Fix and improve cache invalidation logic for logical decoding.
Andres Freund
2014-11-12
Fix several weaknesses in slot and logical replication on-disk serialization.
Andres Freund
2014-10-01
Improve documentation about binary/textual output mode for output plugins.
Andres Freund
2014-09-05
Assorted message fixes and improvements
Peter Eisentraut
2014-09-01
Add skip-empty-xacts option to test_decoding for use in the regression tests.
Andres Freund
2014-07-12
Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().
Andres Freund
2014-07-06
Fix decoding of MULTI_INSERTs when rows other than the last are toasted.
Andres Freund
2014-05-16
Add test case for logical decoding of prepared transactions.
Heikki Linnakangas
2014-05-16
Fix test_decoding test case's check that slot has been dropped.
Heikki Linnakangas
2014-04-15
contrib/test_decoding: fix regression test for psql oid display changes
Bruce Momjian
2014-03-29
psql: display "Replica Identity" only for FULL and NOTHING
Bruce Momjian
2014-03-29
Force consistent row order in contrib/test_decoding regression test.
Noah Misch
2014-03-27
contrib/test_decoding: adjust expected output
Bruce Momjian
2014-03-05
Fix test_decoding regression test outputs.
Robert Haas
2014-03-03
Introduce logical decoding.
Robert Haas