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
/
Makefile
Age
Commit message (
Expand
)
Author
2025-09-19
Add optional pid parameter to pg_replication_origin_session_setup().
Amit Kapila
2025-04-25
Fix typo in test file name added in commit 4909b38af0.
Amit Kapila
2025-04-10
Fix data loss in logical replication.
Amit Kapila
2024-07-11
Fix possibility of logical decoding partial transaction changes.
Masahiko Sawada
2022-08-11
Fix catalog lookup with the wrong snapshot during logical decoding.
Amit Kapila
2022-04-07
Revert "Logical decoding of sequences"
Tomas Vondra
2022-02-14
Add isolation test for errors during logical slot creation.
Andres Freund
2022-02-12
Add decoding of sequences to test_decoding
Tomas Vondra
2021-04-16
Add information of total data processed to replication slot stats.
Amit Kapila
2021-01-05
Test decoding of two-phase transactions during the build of a consistent snap...
Amit Kapila
2021-01-04
Allow decoding at prepare time in ReorderBuffer.
Amit Kapila
2020-10-13
Add tests for logical replication spilled stats.
Amit Kapila
2020-09-11
Skip empty transaction stream in test_decoding.
Amit Kapila
2020-08-08
Implement streaming mode in ReorderBuffer.
Amit Kapila
2020-02-19
Stop demanding that top xact must be seen before subxact in decoding.
Amit Kapila
2018-12-03
Add PGXS options to control TAP and isolation tests, take two
Michael Paquier
2018-11-26
Revert all new recent changes to add PGXS options for TAP and isolation
Michael Paquier
2018-11-26
Fix regression test handling of test_decoding with MSVC
Michael Paquier
2018-11-26
Add PGXS options to control TAP and isolation tests
Michael Paquier
2018-06-26
Fix "base" snapshot handling in logical decoding
Alvaro Herrera
2018-04-07
Logical decoding of TRUNCATE
Peter Eisentraut
2017-03-14
Improve isolation tests infrastructure.
Andres Freund
2016-12-12
Add support for temporary replication slots
Peter Eisentraut
2016-10-03
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-05
logical decoding: Tell reorderbuffer about all xids.
Andres Freund
2016-03-02
logical decoding: fix decoding of a commit's commit time.
Andres Freund
2015-04-29
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