index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
test_decoding
/
specs
Age
Commit message (
Expand
)
Author
2020-04-07
Introduce xid8-based functions to replace txid_XXX.
Thomas Munro
2020-02-19
Stop demanding that top xact must be seen before subxact in decoding.
Amit Kapila
2019-08-24
Do more cleanup of isolation tests for test_decoding
Michael Paquier
2018-10-10
Force synchronous commit to be enabled for all test_decoding tests.
Andres Freund
2018-07-05
Reduce cost of test_decoding's new oldest_xmin test
Alvaro Herrera
2018-06-26
Fix "base" snapshot handling in logical decoding
Alvaro Herrera
2018-03-21
Handle heap rewrites even better in logical decoding
Peter Eisentraut
2017-05-13
Fix race condition leading to hanging logical slot creation.
Andres Freund
2016-03-03
Force synchronous_commit=on in test_decoding's concurrent_ddl_dml.spec.
Andres Freund
2015-08-14
Remove bogus step from test_decoding isolation tests.
Robert Haas
2015-05-20
Collection of typo fixes.
Heikki Linnakangas
2014-11-12
Fix several weaknesses in slot and logical replication on-disk serialization.
Andres Freund
2014-09-01
Add skip-empty-xacts option to test_decoding for use in the regression tests.
Andres Freund
2014-03-03
Introduce logical decoding.
Robert Haas