index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
test_decoding
Age
Commit message (
Expand
)
Author
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-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-07-12
Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().
Andres Freund
2014-07-10
Adjust blank lines around PG_MODULE_MAGIC defines, for consistency
Bruce Momjian
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-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-15
contrib/test_decoding: fix regression test for psql oid display changes
Bruce Momjian
2014-03-31
test_decoding: Update .gitignore
Robert Haas
2014-03-30
Use separate output dirs for test_decoding's two runs.
Andrew Dunstan
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-12
Comment fixes related to logical decoding.
Robert Haas
2014-03-07
Remove unportable use of anonymous unions from reorderbuffer.h.
Tom Lane
2014-03-05
Fix test_decoding regression test outputs.
Robert Haas
2014-03-05
Fix whitespace
Peter Eisentraut
2014-03-03
Introduce logical decoding.
Robert Haas