summaryrefslogtreecommitdiff
path: root/src/include/replication/logicalproto.h
AgeCommit message (Expand)Author
2025-01-23Change publication's publish_generated_columns option type to enum.Amit Kapila
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-07Replicate generated columns when 'publish_generated_columns' is set.Amit Kapila
2024-10-30Replicate generated columns when specified in the column list.Amit Kapila
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-07-25Fix the display of UNKNOWN message type in apply worker.Amit Kapila
2023-01-09Perform apply of large transactions by parallel workers.Amit Kapila
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-02Fix incorrect output from pgoutput when using column lists.Amit Kapila
2022-09-20Harmonize parameter names in storage and AM code.Peter Geoghegan
2022-04-07Revert "Logical decoding of sequences"Tomas Vondra
2022-03-26Allow specifying column lists for logical replicationTomas Vondra
2022-03-24Add decoding of sequences to built-in replicationTomas Vondra
2022-02-22Allow specifying row filters for logical replication of tables.Amit Kapila
2022-01-08Update copyright for 2022Bruce Momjian
2021-08-27Add logical change details to logical replication worker errcontext.Amit Kapila
2021-08-19Rename LOGICAL_REP_MSG_STREAM_END to LOGICAL_REP_MSG_STREAM_STOP.Amit Kapila
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-04-06Allow pgoutput to send logical decoding messages.Amit Kapila
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-14Fix some typosMichael Paquier
2020-11-02Use Enum for top level logical replication message types.Amit Kapila
2020-09-26Fix the logical replication from HEAD to lower versions.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-20Fix construction of updated-columns bitmap in logical replication.Tom Lane
2020-07-18Allow logical replication to transfer data in binary format.Tom Lane
2020-03-19Prepare to support non-tables in publicationsPeter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-07-29Fix inconsistencies and typos in the treeMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-07Logical replication support for TRUNCATEPeter Eisentraut
2018-03-15logical replication: fix OID type mapping mechanismAlvaro Herrera
2018-01-03Update copyright for 2018Bruce Momjian
2017-07-26Update copyright in recently added filesAlvaro Herrera
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-17Preventive maintenance in advance of pgindent run.Tom Lane
2017-01-20Logical replicationPeter Eisentraut