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
/
test_decoding.c
Age
Commit message (
Expand
)
Author
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-20
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-07
Logical decoding of TRUNCATE
Peter Eisentraut
2018-03-21
Handle heap rewrites even better in logical decoding
Peter Eisentraut
2018-03-07
test_decoding: Remove unused #include directives.
Robert Haas
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-08-20
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-06-09
pgindent run for 9.6
Robert Haas
2016-04-06
Generic Messages for Logical Decoding
Simon Riggs
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-06-27
Fix test_decoding's handling of nonexistant columns in old tuple versions.
Andres Freund
2015-05-23
pgindent run for 9.5
Bruce Momjian
2015-05-11
Replace some appendStringInfo* calls with more appropriate variants
Peter Eisentraut
2015-04-29
Introduce replication progress tracking infrastructure.
Andres Freund
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-09-01
Add skip-empty-xacts option to test_decoding for use in the regression tests.
Andres Freund
2014-07-10
Adjust blank lines around PG_MODULE_MAGIC defines, for consistency
Bruce Momjian
2014-05-06
pgindent run for 9.4
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-03
Introduce logical decoding.
Robert Haas