summaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/proto.c
AgeCommit message (Expand)Author
2025-02-13Rename RBTXN_PREPARE to RBTXN_IS_PREPARE for better clarification.Masahiko Sawada
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-07-12Fix a typo in logicalrep_write_typ().Amit Kapila
2024-03-04Remove unused 'countincludesself' argument to pq_sendcountedtext()Heikki Linnakangas
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-26Introduce the concept of read-only StringInfosDavid Rowley
2023-07-25Fix code indentation vioaltion introduced in commit d38ad8e31d.Amit Kapila
2023-07-25Fix the display of UNKNOWN message type in apply worker.Amit Kapila
2023-03-06Deduplicate handling of binary and text modes in logicalrep_read_tuple().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-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-29Refactor to make common functions in proto.c and worker.c.Amit Kapila
2021-07-20Fix potential buffer overruns in proto.c.Amit Kapila
2021-07-14Add support for prepared transactions to built-in logical replication.Amit Kapila
2021-04-27Fix Logical Replication of Truncate in synchronous commit mode.Amit Kapila
2021-04-06Allow pgoutput to send logical decoding messages.Amit Kapila
2021-01-18Narrow the scope of a local variable.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-02Use Enum for top level logical replication message types.Amit Kapila
2020-09-03Add support for streaming to built-in logical replication.Amit Kapila
2020-07-21Weaken type-OID-matching checks in array_recv and record_recv.Tom Lane
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-01-12Remove incorrect assertion for INSERT in logical replication's publisherMichael Paquier
2020-01-01Update copyrights for 2020Bruce Momjian
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-03-30Generated columnsPeter Eisentraut
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-01-03Update copyright for 2018Bruce Momjian
2017-10-12Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.Andres Freund
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
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-05Suppress compiler warning about unportable pointer value.Tom Lane
2017-04-26Spelling fixes in code commentsPeter Eisentraut