summaryrefslogtreecommitdiff
path: root/src/include/replication/logicalproto.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-071-19/+0
* Allow specifying column lists for logical replicationTomas Vondra2022-03-261-3/+3
* Add decoding of sequences to built-in replicationTomas Vondra2022-03-241-0/+19
* Allow specifying row filters for logical replication of tables.Amit Kapila2022-02-221-4/+7
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Add logical change details to logical replication worker errcontext.Amit Kapila2021-08-271-0/+1
* Rename LOGICAL_REP_MSG_STREAM_END to LOGICAL_REP_MSG_STREAM_STOP.Amit Kapila2021-08-191-1/+1
* Add prepare API support for streaming transactions in logical replication.Amit Kapila2021-08-041-2/+6
* Add support for prepared transactions to built-in logical replication.Amit Kapila2021-07-141-2/+71
* Allow pgoutput to send logical decoding messages.Amit Kapila2021-04-061-0/+3
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Fix some typosMichael Paquier2020-11-141-2/+2
* Use Enum for top level logical replication message types.Amit Kapila2020-11-021-0/+27
* Fix the logical replication from HEAD to lower versions.Amit Kapila2020-09-261-3/+5
* Remove unused function declaration in logicalproto.h.Amit Kapila2020-09-121-1/+0
* Add support for streaming to built-in logical replication.Amit Kapila2020-09-031-9/+33
* Fix construction of updated-columns bitmap in logical replication.Tom Lane2020-07-201-1/+6
* Allow logical replication to transfer data in binary format.Tom Lane2020-07-181-7/+14
* Prepare to support non-tables in publicationsPeter Eisentraut2020-03-191-0/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-291-3/+3
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-12/+12
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Post-feature-freeze pgindent run.Tom Lane2018-04-261-2/+2
* Logical replication support for TRUNCATEPeter Eisentraut2018-04-071-0/+4
* logical replication: fix OID type mapping mechanismAlvaro Herrera2018-03-141-4/+3
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Update copyright in recently added filesAlvaro Herrera2017-07-261-1/+1
* Phase 2 of pgindent updates.Tom Lane2017-06-211-1/+1
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-27/+27
* Preventive maintenance in advance of pgindent run.Tom Lane2017-05-161-2/+4
* Logical replicationPeter Eisentraut2017-01-201-0/+104