aboutsummaryrefslogtreecommitdiff
path: root/contrib/test_decoding/test_decoding.c
Commit message (Expand)AuthorAge
* Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane2025-03-26
* Update copyright for 2025Bruce Momjian2025-01-01
* Remove ReorderBufferTupleBuf structure.Masahiko Sawada2024-01-29
* Update copyright for 2024Bruce Momjian2024-01-03
* Add STREAM_START/STREAM_STOP for transactional messages during decoding.Amit Kapila2023-10-30
* Add BEGIN/COMMIT for transactional messages during decoding.Amit Kapila2023-07-11
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Add macros for ReorderBufferTXN toptxn.Amit Kapila2023-03-17
* Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8Andres Freund2023-02-08
* Update copyright for 2023Bruce Momjian2023-01-02
* Harmonize parameter names in contrib code.Peter Geoghegan2022-09-22
* Remove now superfluous declarations of dlsym()ed symbols.Andres Freund2022-07-17
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-07
* test_decoding: Add comments about delaying BEGIN/PREPAREAlvaro Herrera2022-03-23
* Fix skip-empty-xacts with sequences in test_decodingTomas Vondra2022-02-12
* Add decoding of sequences to test_decodingTomas Vondra2022-02-12
* Update copyright for 2022Bruce Momjian2022-01-07
* Add support for prepared transactions to built-in logical replication.Amit Kapila2021-07-14
* Add a xid argument to the filter_prepare callback for output plugins.Amit Kapila2021-03-30
* Add option to enable two_phase commits via pg_create_logical_replication_slot.Amit Kapila2021-03-03
* Update copyright for 2021Bruce Momjian2021-01-02
* Extend the output plugin API to allow decoding of prepared xacts.Amit Kapila2020-12-30
* Fix 'skip-empty-xacts' option in test_decoding for streaming mode.Amit Kapila2020-11-17
* Fixup some appendStringInfo and appendPQExpBuffer callsDavid Rowley2020-10-15
* Skip empty transaction stream in test_decoding.Amit Kapila2020-09-11
* Implement streaming mode in ReorderBuffer.Amit Kapila2020-08-08
* Extend the logical decoding output plugin API with stream methods.Amit Kapila2020-07-28
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-30
* Update copyrights for 2020Bruce Momjian2020-01-01
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Use appendStringInfoString and appendPQExpBufferStr where possibleDavid Rowley2019-07-04
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Logical decoding of TRUNCATEPeter Eisentraut2018-04-07
* Handle heap rewrites even better in logical decodingPeter Eisentraut2018-03-21
* test_decoding: Remove unused #include directives.Robert Haas2018-03-07
* Update copyright for 2018Bruce Momjian2018-01-02
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* pgindent run for 9.6Robert Haas2016-06-09
* Generic Messages for Logical DecodingSimon Riggs2016-04-06
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix test_decoding's handling of nonexistant columns in old tuple versions.Andres Freund2015-06-27
* pgindent run for 9.5Bruce Momjian2015-05-23
* Replace some appendStringInfo* calls with more appropriate variantsPeter Eisentraut2015-05-11