Commit Graph

60 Commits (ad4f2c47de440cdd5d58cf9ffea09afa0da04d6c)

Author SHA1 Message Date
Tomas Vondra 923def9a53 Allow specifying column lists for logical replication 4 years ago
Tomas Vondra 05843b1aa4 Minor improvements in sequence decoding code and docs 4 years ago
Tomas Vondra 75b1521dae Add decoding of sequences to built-in replication 4 years ago
Tomas Vondra 5a07966225 Fix row filters with multiple publications 4 years ago
Tomas Vondra c91f71b9dc Fix publish_as_relid with multiple publications 4 years ago
Amit Kapila 52e4f0cd47 Allow specifying row filters for logical replication of tables. 4 years ago
Peter Eisentraut cfc7191dfe Move scanint8() to numutils.c 4 years ago
Amit Kapila 7f481b8d38 Improve invalidation handling in pgoutput.c. 4 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Michael Paquier 6ce16088bf Reduce relcache access in WAL sender streaming logical changes 4 years ago
Amit Kapila 5a2832465f Allow publishing the tables of schema. 4 years ago
Fujii Masao 93d573d865 Remove unused argument "txn" in maybe_send_schema(). 4 years ago
Amit Kapila 63cf61cdeb Add prepare API support for streaming transactions in logical replication. 4 years ago
Amit Kapila a8fd13cab0 Add support for prepared transactions to built-in logical replication. 4 years ago
Andrew Dunstan e1c1c30f63
Pre branch pgindent / pgperltidy run 4 years ago
Tom Lane ab55d742eb Fix multiple crasher bugs in partitioned-table replication logic. 4 years ago
Amit Kapila eb89cb43a0 pgoutput: Fix memory leak due to RelationSyncEntry.map. 4 years ago
Amit Kapila ac4645c015 Allow pgoutput to send logical decoding messages. 5 years ago
Amit Kapila 531737ddad Refactor function parse_output_parameters. 5 years ago
Amit Kapila f672df5fdd Remove the unnecessary PrepareWrite in pgoutput. 5 years ago
Amit Kapila 40ab64c1ec Fix ALTER PUBLICATION...DROP TABLE behavior. 5 years ago
Amit Kapila 044aa9e70e Fix relation descriptor leak. 5 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Tom Lane b3817f5f77 Improve hash_create()'s API for some added robustness. 5 years ago
Amit Kapila 079d0cacf4 Fix the logical replication from HEAD to lower versions. 5 years ago
Amit Kapila 69bd60672a Fix initialization of RelationSyncEntry for streaming transactions. 5 years ago
Amit Kapila ddd5f6d260 Remove unused function declaration in logicalproto.h. 5 years ago
Amit Kapila 464824323e Add support for streaming to built-in logical replication. 5 years ago
Tom Lane 9de77b5453 Allow logical replication to transfer data in binary format. 5 years ago
Tom Lane 5cbfce562f Initial pgindent and pgperltidy run for v13. 5 years ago
Peter Eisentraut 12fb189bfe Fix RELCACHE_FORCE_RELEASE issue 6 years ago
Peter Eisentraut 83fd4532a7 Allow publishing partition changes via ancestors 6 years ago
Peter Eisentraut 17b9e7f9fe Support adding partitioned tables to publication 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Amit Kapila 14aec03502 Make the order of the header file includes consistent in backend modules. 6 years ago
Andres Freund fb3b098fe8 Remove fmgr.h includes from headers that don't really need it. 6 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 6 years ago
Tom Lane 32ebb35128 Fix logical replication's ideas about which type OIDs are built-in. 6 years ago
Peter Eisentraut fc22b6623b Generated columns 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Peter Eisentraut 92e1583b43 Don't do logical replication of TRUNCATE of zero tables 7 years ago
Tom Lane bdf46af748 Post-feature-freeze pgindent run. 8 years ago
Peter Eisentraut 039eb6e92f Logical replication support for TRUNCATE 8 years ago
Peter Eisentraut 325f2ec555 Handle heap rewrites even better in logical decoding 8 years ago
Peter Eisentraut bc1adc651b Fix filtering of unsupported relations in logical replication 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Tom Lane 9fa6f00b13 Rethink MemoryContext creation to improve performance. 8 years ago
Peter Eisentraut ab28feae2b Handle heap rewrites better in logical replication 8 years ago
Peter Eisentraut 821fb8cdbf Message style fixes 8 years ago
Andres Freund 2cd7084524 Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). 8 years ago