aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication
Commit message (Expand)AuthorAge
* Reset the logical worker type while cleaning up other worker info.Amit Kapila2023-08-25
* Fix lack of message pluralizationPeter Eisentraut2023-08-24
* Fix the error message when failing to restore the snapshot.Amit Kapila2023-08-24
* Introduce macros for protocol characters.Nathan Bossart2023-08-22
* Simplify the logical worker type checks by using the switch on worker type.Amit Kapila2023-08-22
* Simplify determining logical replication worker types.Amit Kapila2023-08-14
* Simplify some of the logical replication worker-type checks.Amit Kapila2023-08-04
* Refactor to split Apply and Tablesync Workers code.Amit Kapila2023-08-03
* Fix ReorderBufferCheckMemoryLimit() comment.Masahiko Sawada2023-08-02
* Fix code indentation vioaltion introduced in commit d38ad8e31d.Amit Kapila2023-07-25
* Remove unnecessary checks for indexes for REPLICA IDENTITY FULL tables.Masahiko Sawada2023-07-25
* Fix the display of UNKNOWN message type in apply worker.Amit Kapila2023-07-25
* Allow the use of a hash index on the subscriber during replication.Amit Kapila2023-07-14
* Fix untranslatable log message assemblyPeter Eisentraut2023-07-13
* Doc: clarify the conditions of usable indexes for REPLICA IDENTITY FULL tables.Masahiko Sawada2023-07-13
* Message wording improvementsPeter Eisentraut2023-07-10
* Handle \v as a whitespace character in parsersMichael Paquier2023-07-06
* Change example in pgindent README on "/*-----" comments.Heikki Linnakangas2023-07-05
* Fix assertion failure in snapshot buildingDaniel Gustafsson2023-07-04
* Increase size of bgw_library_name.Nathan Bossart2023-07-03
* Remove redundant check for fast_forward.Heikki Linnakangas2023-06-30
* Improve comment on why we need ctid->(cmin,cmax) mapping.Heikki Linnakangas2023-06-30
* Reword error messages for consistencyPeter Eisentraut2023-06-28
* Error message refactoringPeter Eisentraut2023-06-23
* Pre-beta2 mechanical code beautification.Tom Lane2023-06-20
* Fix possible crash in tablesync worker.Amit Kapila2023-06-15
* Honor run_as_owner option in tablesync worker.Masahiko Sawada2023-06-09
* Reload configuration more frequently in apply worker.Amit Kapila2023-06-07
* Optimize walsender wake up logic using condition variablesAndres Freund2023-05-21
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Fix misbehavior of EvalPlanQual checks with multiple result relations.Tom Lane2023-05-19
* Fix invalid memory access during the shutdown of the parallel apply worker.Amit Kapila2023-05-09
* Fix assertion failure in apply worker.Amit Kapila2023-05-03
* Fix typos in commentsMichael Paquier2023-05-02
* Use elog to report unexpected action in handle_streamed_transaction().Masahiko Sawada2023-04-24
* Restart the apply worker if the 'password_required' option is changed.Amit Kapila2023-04-20
* Fix various typos and incorrect/outdated name referencesDavid Rowley2023-04-19
* Fix some typos and some incorrectly duplicated wordsDavid Rowley2023-04-18
* Improve error messages introduced in be87200efd9 and 0fdab27ad68Andres Freund2023-04-12
* Allow logical decoding on standbysAndres Freund2023-04-08
* For cascading replication, wake physical and logical walsenders separatelyAndres Freund2023-04-08
* Handle logical slot conflicts on standbyAndres Freund2023-04-08
* Support invalidating replication slots due to horizon and wal_levelAndres Freund2023-04-07
* Prevent use of invalidated logical slot in CreateDecodingContext()Andres Freund2023-04-07
* Replace replication slot's invalidated_at LSN with an enumAndres Freund2023-04-07
* Add a run_as_owner option to subscriptions.Robert Haas2023-04-04
* Perform logical replication actions as the table owner.Robert Haas2023-04-04
* Fix possible logical replication crash.Robert Haas2023-04-03
* Add new predefined role pg_create_subscription.Robert Haas2023-03-30
* Refactor pgoutput_change().Amit Kapila2023-03-30