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
/
Makefile
Age
Commit message (
Expand
)
Author
2017-03-14
Improve isolation tests infrastructure.
Andres Freund
2016-12-12
Add support for temporary replication slots
Peter Eisentraut
2016-10-04
Correct logical decoding restore behaviour for subtransactions.
Andres Freund
2016-04-06
Generic Messages for Logical Decoding
Simon Riggs
2016-03-19
Fix phony .PHONY.
Tom Lane
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-04-30
Fix parallel make risk with new check temp-install setup
Peter Eisentraut
2015-04-29
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-23
Improve speed of make check-world
Peter Eisentraut
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-07-14
Add file version information to most installed Windows binaries.
Noah Misch
2014-07-14
contrib/test_decoding/Makefile sets MODULES, so omit OBJS.
Noah Misch
2014-05-16
Add test case for logical decoding of prepared transactions.
Heikki Linnakangas
2014-03-30
Use separate output dirs for test_decoding's two runs.
Andrew Dunstan
2014-03-03
Introduce logical decoding.
Robert Haas