index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
pgoutput
/
pgoutput.c
Commit message (
Expand
)
Author
Age
*
Avoid using list_length() to test for empty list.
Tom Lane
2022-08-17
*
Allow users to skip logical replication of data having origin.
Amit Kapila
2022-07-21
*
Remove now superfluous declarations of dlsym()ed symbols.
Andres Freund
2022-07-17
*
Implement List support for TransactionId
Alvaro Herrera
2022-07-04
*
Prohibit combining publications with different column lists.
Amit Kapila
2022-06-02
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Fix the logical replication timeout during large transactions.
Amit Kapila
2022-05-11
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-07
*
Improve comments for row filtering and toast interaction in logical replication.
Amit Kapila
2022-04-06
*
Skip empty transactions for logical replication.
Amit Kapila
2022-03-30
*
Allow specifying column lists for logical replication
Tomas Vondra
2022-03-26
*
Minor improvements in sequence decoding code and docs
Tomas Vondra
2022-03-25
*
Add decoding of sequences to built-in replication
Tomas Vondra
2022-03-24
*
Fix row filters with multiple publications
Tomas Vondra
2022-03-17
*
Fix publish_as_relid with multiple publications
Tomas Vondra
2022-03-16
*
Allow specifying row filters for logical replication of tables.
Amit Kapila
2022-02-22
*
Move scanint8() to numutils.c
Peter Eisentraut
2022-02-14
*
Improve invalidation handling in pgoutput.c.
Amit Kapila
2022-02-04
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Reduce relcache access in WAL sender streaming logical changes
Michael Paquier
2022-01-05
*
Allow publishing the tables of schema.
Amit Kapila
2021-10-27
*
Remove unused argument "txn" in maybe_send_schema().
Fujii Masao
2021-08-05
*
Add prepare API support for streaming transactions in logical replication.
Amit Kapila
2021-08-04
*
Add support for prepared transactions to built-in logical replication.
Amit Kapila
2021-07-14
*
Pre branch pgindent / pgperltidy run
Andrew Dunstan
2021-06-28
*
Fix multiple crasher bugs in partitioned-table replication logic.
Tom Lane
2021-06-11
*
pgoutput: Fix memory leak due to RelationSyncEntry.map.
Amit Kapila
2021-06-01
*
Allow pgoutput to send logical decoding messages.
Amit Kapila
2021-04-06
*
Refactor function parse_output_parameters.
Amit Kapila
2021-04-06
*
Remove the unnecessary PrepareWrite in pgoutput.
Amit Kapila
2021-02-16
*
Fix ALTER PUBLICATION...DROP TABLE behavior.
Amit Kapila
2021-01-25
*
Fix relation descriptor leak.
Amit Kapila
2021-01-12
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
*
Fix the logical replication from HEAD to lower versions.
Amit Kapila
2020-09-26
*
Fix initialization of RelationSyncEntry for streaming transactions.
Amit Kapila
2020-09-16
*
Remove unused function declaration in logicalproto.h.
Amit Kapila
2020-09-12
*
Add support for streaming to built-in logical replication.
Amit Kapila
2020-09-03
*
Allow logical replication to transfer data in binary format.
Tom Lane
2020-07-18
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Fix RELCACHE_FORCE_RELEASE issue
Peter Eisentraut
2020-04-11
*
Allow publishing partition changes via ancestors
Peter Eisentraut
2020-04-08
*
Support adding partitioned tables to publication
Peter Eisentraut
2020-03-10
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Remove fmgr.h includes from headers that don't really need it.
Andres Freund
2019-08-16
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Fix logical replication's ideas about which type OIDs are built-in.
Tom Lane
2019-05-13
*
Generated columns
Peter Eisentraut
2019-03-30
[next]