summaryrefslogtreecommitdiff
path: root/contrib/test_decoding/test_decoding.c
AgeCommit message (Expand)Author
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2025-01-01Update copyright for 2025Bruce Momjian
2024-01-29Remove ReorderBufferTupleBuf structure.Masahiko Sawada
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-30Add STREAM_START/STREAM_STOP for transactional messages during decoding.Amit Kapila
2023-07-11Add BEGIN/COMMIT for transactional messages during decoding.Amit Kapila
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-03-17Add macros for ReorderBufferTXN toptxn.Amit Kapila
2023-02-09Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8Andres Freund
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-22Harmonize parameter names in contrib code.Peter Geoghegan
2022-07-18Remove now superfluous declarations of dlsym()ed symbols.Andres Freund
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-07Revert "Logical decoding of sequences"Tomas Vondra
2022-03-23test_decoding: Add comments about delaying BEGIN/PREPAREAlvaro Herrera
2022-02-12Fix skip-empty-xacts with sequences in test_decodingTomas Vondra
2022-02-11Add decoding of sequences to test_decodingTomas Vondra
2022-01-08Update copyright for 2022Bruce Momjian
2021-07-14Add support for prepared transactions to built-in logical replication.Amit Kapila
2021-03-30Add a xid argument to the filter_prepare callback for output plugins.Amit Kapila
2021-03-03Add option to enable two_phase commits via pg_create_logical_replication_slot.Amit Kapila
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-30Extend the output plugin API to allow decoding of prepared xacts.Amit Kapila
2020-11-17Fix 'skip-empty-xacts' option in test_decoding for streaming mode.Amit Kapila
2020-10-15Fixup some appendStringInfo and appendPQExpBuffer callsDavid Rowley
2020-09-11Skip empty transaction stream in test_decoding.Amit Kapila
2020-08-08Implement streaming mode in ReorderBuffer.Amit Kapila
2020-07-28Extend the logical decoding output plugin API with stream methods.Amit Kapila
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2020-01-01Update copyrights for 2020Bruce Momjian
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2019-07-04Use appendStringInfoString and appendPQExpBufferStr where possibleDavid Rowley
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-07Logical decoding of TRUNCATEPeter Eisentraut
2018-03-21Handle heap rewrites even better in logical decodingPeter Eisentraut
2018-03-07test_decoding: Remove unused #include directives.Robert Haas
2018-01-03Update copyright for 2018Bruce Momjian
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-06-09pgindent run for 9.6Robert Haas
2016-04-06Generic Messages for Logical DecodingSimon Riggs
2016-01-02Update copyright for 2016Bruce Momjian
2015-06-27Fix test_decoding's handling of nonexistant columns in old tuple versions.Andres Freund
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-12Replace some appendStringInfo* calls with more appropriate variantsPeter Eisentraut