index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
test_decoding
/
test_decoding.c
Age
Commit message (
Expand
)
Author
2025-03-26
Use PG_MODULE_MAGIC_EXT in our installable shared libraries.
Tom Lane
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-01-29
Remove ReorderBufferTupleBuf structure.
Masahiko Sawada
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-10-30
Add STREAM_START/STREAM_STOP for transactional messages during decoding.
Amit Kapila
2023-07-11
Add BEGIN/COMMIT for transactional messages during decoding.
Amit Kapila
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-03-17
Add macros for ReorderBufferTXN toptxn.
Amit Kapila
2023-02-09
Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8
Andres Freund
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-09-22
Harmonize parameter names in contrib code.
Peter Geoghegan
2022-07-18
Remove now superfluous declarations of dlsym()ed symbols.
Andres Freund
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-07
Revert "Logical decoding of sequences"
Tomas Vondra
2022-03-23
test_decoding: Add comments about delaying BEGIN/PREPARE
Alvaro Herrera
2022-02-12
Fix skip-empty-xacts with sequences in test_decoding
Tomas Vondra
2022-02-11
Add decoding of sequences to test_decoding
Tomas Vondra
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-07-14
Add support for prepared transactions to built-in logical replication.
Amit Kapila
2021-03-30
Add a xid argument to the filter_prepare callback for output plugins.
Amit Kapila
2021-03-03
Add option to enable two_phase commits via pg_create_logical_replication_slot.
Amit Kapila
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-30
Extend the output plugin API to allow decoding of prepared xacts.
Amit Kapila
2020-11-17
Fix 'skip-empty-xacts' option in test_decoding for streaming mode.
Amit Kapila
2020-10-15
Fixup some appendStringInfo and appendPQExpBuffer calls
David Rowley
2020-09-11
Skip empty transaction stream in test_decoding.
Amit Kapila
2020-08-08
Implement streaming mode in ReorderBuffer.
Amit Kapila
2020-07-28
Extend the logical decoding output plugin API with stream methods.
Amit Kapila
2020-01-30
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-08-05
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-07-04
Use appendStringInfoString and appendPQExpBufferStr where possible
David Rowley
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-21
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-03
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-24
pgindent run for 9.5
Bruce Momjian
2015-05-12
Replace some appendStringInfo* calls with more appropriate variants
Peter Eisentraut
[next]