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