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