aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/pgoutput/pgoutput.c
Commit message (Expand)AuthorAge
* Avoid using list_length() to test for empty list.Tom Lane2022-08-17
* Allow users to skip logical replication of data having origin.Amit Kapila2022-07-21
* Remove now superfluous declarations of dlsym()ed symbols.Andres Freund2022-07-17
* Implement List support for TransactionIdAlvaro Herrera2022-07-04
* Prohibit combining publications with different column lists.Amit Kapila2022-06-02
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Fix the logical replication timeout during large transactions.Amit Kapila2022-05-11
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-07
* Improve comments for row filtering and toast interaction in logical replication.Amit Kapila2022-04-06
* Skip empty transactions for logical replication.Amit Kapila2022-03-30
* Allow specifying column lists for logical replicationTomas Vondra2022-03-26
* Minor improvements in sequence decoding code and docsTomas Vondra2022-03-25
* Add decoding of sequences to built-in replicationTomas Vondra2022-03-24
* Fix row filters with multiple publicationsTomas Vondra2022-03-17
* Fix publish_as_relid with multiple publicationsTomas Vondra2022-03-16
* Allow specifying row filters for logical replication of tables.Amit Kapila2022-02-22
* Move scanint8() to numutils.cPeter Eisentraut2022-02-14
* Improve invalidation handling in pgoutput.c.Amit Kapila2022-02-04
* Update copyright for 2022Bruce Momjian2022-01-07
* Reduce relcache access in WAL sender streaming logical changesMichael Paquier2022-01-05
* Allow publishing the tables of schema.Amit Kapila2021-10-27
* Remove unused argument "txn" in maybe_send_schema().Fujii Masao2021-08-05
* Add prepare API support for streaming transactions in logical replication.Amit Kapila2021-08-04
* Add support for prepared transactions to built-in logical replication.Amit Kapila2021-07-14
* Pre branch pgindent / pgperltidy runAndrew Dunstan2021-06-28
* Fix multiple crasher bugs in partitioned-table replication logic.Tom Lane2021-06-11
* pgoutput: Fix memory leak due to RelationSyncEntry.map.Amit Kapila2021-06-01
* Allow pgoutput to send logical decoding messages.Amit Kapila2021-04-06
* Refactor function parse_output_parameters.Amit Kapila2021-04-06
* Remove the unnecessary PrepareWrite in pgoutput.Amit Kapila2021-02-16
* Fix ALTER PUBLICATION...DROP TABLE behavior.Amit Kapila2021-01-25
* Fix relation descriptor leak.Amit Kapila2021-01-12
* Update copyright for 2021Bruce Momjian2021-01-02
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-15
* Fix the logical replication from HEAD to lower versions.Amit Kapila2020-09-26
* Fix initialization of RelationSyncEntry for streaming transactions.Amit Kapila2020-09-16
* Remove unused function declaration in logicalproto.h.Amit Kapila2020-09-12
* Add support for streaming to built-in logical replication.Amit Kapila2020-09-03
* Allow logical replication to transfer data in binary format.Tom Lane2020-07-18
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Fix RELCACHE_FORCE_RELEASE issuePeter Eisentraut2020-04-11
* Allow publishing partition changes via ancestorsPeter Eisentraut2020-04-08
* Support adding partitioned tables to publicationPeter Eisentraut2020-03-10
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Remove fmgr.h includes from headers that don't really need it.Andres Freund2019-08-16
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Fix logical replication's ideas about which type OIDs are built-in.Tom Lane2019-05-13
* Generated columnsPeter Eisentraut2019-03-30