summaryrefslogtreecommitdiff
path: root/contrib/test_decoding/test_decoding.c
Commit message (Expand)AuthorAgeFilesLines
* Add macros for ReorderBufferTXN toptxn.Amit Kapila2023-03-171-2/+2
* Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8Andres Freund2023-02-081-2/+0
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Harmonize parameter names in contrib code.Peter Geoghegan2022-09-221-3/+3
* Remove now superfluous declarations of dlsym()ed symbols.Andres Freund2022-07-171-4/+0
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-4/+4
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-071-87/+0
* test_decoding: Add comments about delaying BEGIN/PREPAREAlvaro Herrera2022-03-231-0/+12
* Fix skip-empty-xacts with sequences in test_decodingTomas Vondra2022-02-121-0/+22
* Add decoding of sequences to test_decodingTomas Vondra2022-02-121-0/+65
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Add support for prepared transactions to built-in logical replication.Amit Kapila2021-07-141-6/+6
* Add a xid argument to the filter_prepare callback for output plugins.Amit Kapila2021-03-301-1/+3
* Add option to enable two_phase commits via pg_create_logical_replication_slot.Amit Kapila2021-03-031-12/+0
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Extend the output plugin API to allow decoding of prepared xacts.Amit Kapila2020-12-301-0/+167
* Fix 'skip-empty-xacts' option in test_decoding for streaming mode.Amit Kapila2020-11-171-15/+78
* Fixup some appendStringInfo and appendPQExpBuffer callsDavid Rowley2020-10-151-6/+6
* Skip empty transaction stream in test_decoding.Amit Kapila2020-09-111-18/+37
* Implement streaming mode in ReorderBuffer.Amit Kapila2020-08-081-0/+13
* Extend the logical decoding output plugin API with stream methods.Amit Kapila2020-07-281-0/+176
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-301-3/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-051-1/+1
* Use appendStringInfoString and appendPQExpBufferStr where possibleDavid Rowley2019-07-041-2/+2
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-15/+15
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-7/+0
* Post-feature-freeze pgindent run.Tom Lane2018-04-261-3/+3
* Logical decoding of TRUNCATEPeter Eisentraut2018-04-071-0/+58
* Handle heap rewrites even better in logical decodingPeter Eisentraut2018-03-211-0/+14
* test_decoding: Remove unused #include directives.Robert Haas2018-03-071-10/+0
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-201-1/+1
* Phase 3 of pgindent updates.Tom Lane2017-06-211-12/+12
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-271-3/+1
* pgindent run for 9.6Robert Haas2016-06-091-3/+3
* Generic Messages for Logical DecodingSimon Riggs2016-04-061-0/+18
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Fix test_decoding's handling of nonexistant columns in old tuple versions.Andres Freund2015-06-271-1/+1
* pgindent run for 9.5Bruce Momjian2015-05-231-4/+4
* Replace some appendStringInfo* calls with more appropriate variantsPeter Eisentraut2015-05-111-1/+1
* Introduce replication progress tracking infrastructure.Andres Freund2015-04-291-0/+28
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Add skip-empty-xacts option to test_decoding for use in the regression tests.Andres Freund2014-09-011-3/+42
* Adjust blank lines around PG_MODULE_MAGIC defines, for consistencyBruce Momjian2014-07-101-1/+0
* pgindent run for 9.4Bruce Momjian2014-05-061-14/+15
* Comment fixes related to logical decoding.Robert Haas2014-03-121-1/+1
* Remove unportable use of anonymous unions from reorderbuffer.h.Tom Lane2014-03-071-8/+10