aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/logicaldecoding.sgml
Commit message (Expand)AuthorAge
* Rename standby_slot_names to synchronized_standby_slots.Amit Kapila2024-07-01
* Introduce a new GUC 'standby_slot_names'.Amit Kapila2024-03-08
* Doc: Improve replication slot synchronization section.Amit Kapila2024-03-06
* Add a new slot sync worker to synchronize logical slots.Amit Kapila2024-02-22
* Add a slot synchronization function.Amit Kapila2024-02-14
* doc: wording improvementsBruce Momjian2023-10-27
* doc: clarify logical decoding's deadlock of system tablesBruce Momjian2023-10-27
* doc: Fix some grammar and inconsistent tagsMichael Paquier2023-10-23
* doc: Fix some grammar for logical decoding description and functionsMichael Paquier2023-04-14
* doc: Fix some typos and grammarMichael Paquier2023-04-12
* Allow logical decoding on standbysAndres Freund2023-04-08
* Improve the description of Output Plugin Callbacks.Amit Kapila2023-01-20
* Doc: add XML ID attributes to <sectN> and <varlistentry> tags.Tom Lane2023-01-09
* Remove trailing whitespace from *.sgml files.Tom Lane2022-04-20
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-07
* Fix collection of typos in the code and the documentationMichael Paquier2022-03-15
* Add id's to various elements in protocol.sgmlPeter Eisentraut2022-03-02
* Logical decoding of sequencesTomas Vondra2022-02-10
* Doc: Fix typo in logical decoding exampleDaniel Gustafsson2021-08-18
* Add prepare API support for streaming transactions in logical replication.Amit Kapila2021-08-04
* doc: Spell checkingPeter Eisentraut2021-07-16
* doc: Clean up title case usePeter Eisentraut2021-07-01
* Allow enabling two-phase option via replication protocol.Amit Kapila2021-06-30
* Doc: Fix minor formatting issue in logicaldecoding.sgml.Amit Kapila2021-06-25
* Doc: Update caveats in synchronous logical replication.Amit Kapila2021-06-24
* Document a few caveats in synchronous logical replication.Amit Kapila2021-06-17
* Doc: Update logical decoding stats information.Amit Kapila2021-05-25
* Fix some trailing whitespace in documentation filesPeter Eisentraut2021-04-22
* doc: Fix up spacing around verbatim DocBook elementsPeter Eisentraut2021-04-17
* doc: Fix typo in logicaldecoding.sgml.Fujii Masao2021-04-13
* Ensure to send a prepare after we detect concurrent abort during decoding.Amit Kapila2021-04-01
* Add a xid argument to the filter_prepare callback for output plugins.Amit Kapila2021-03-30
* Add option to enable two_phase commits via pg_create_logical_replication_slot.Amit Kapila2021-03-03
* Avoid repeated decoding of prepared transactions after a restart.Amit Kapila2021-03-01
* Update the docs and comments for decoding of prepared xacts.Amit Kapila2021-03-01
* Fix some typos, grammar and style in docs and commentsMichael Paquier2021-02-24
* Allow decoding at prepare time in ReorderBuffer.Amit Kapila2021-01-04
* Extend the output plugin API to allow decoding of prepared xacts.Amit Kapila2020-12-30
* Fix typos and grammar in docs and commentsMichael Paquier2020-12-24
* doc: Fix some grammar and inconsistenciesMichael Paquier2020-09-10
* Fix XML id to match containing pagePeter Eisentraut2020-09-03
* doc: add commas after 'i.e.' and 'e.g.'Bruce Momjian2020-08-31
* Implement streaming mode in ReorderBuffer.Amit Kapila2020-08-08
* Extend the logical decoding output plugin API with stream methods.Amit Kapila2020-07-28
* doc: Update the layout of "Viewing Statistics" section.Fujii Masao2020-05-29
* Introduce xid8-based functions to replace txid_XXX.Thomas Munro2020-04-07
* Add %x to default PROMPT1 and PROMPT2 in psqlMichael Paquier2020-02-12
* doc: Use = after long options in documentationPeter Eisentraut2018-05-21
* Logical decoding of TRUNCATEPeter Eisentraut2018-04-07
* Handle heap rewrites even better in logical decodingPeter Eisentraut2018-03-21