aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/walsender.c
Commit message (Expand)AuthorAge
* Move basebackup code to new directory src/backend/backupRobert Haas2022-08-10
* Replace many MemSet calls with struct initializationPeter Eisentraut2022-07-16
* Refactor sending of RowDescription messages in replication protocolPeter Eisentraut2022-07-04
* Fix for change timeline field of IDENTIFY_SYSTEM to int8Peter Eisentraut2022-07-04
* Change timeline field of IDENTIFY_SYSTEM to int8Peter Eisentraut2022-07-04
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Fix the logical replication timeout during large transactions.Amit Kapila2022-05-11
* Tighten ComputeXidHorizons' handling of walsenders.Tom Lane2022-04-15
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Skip empty transactions for logical replication.Amit Kapila2022-03-30
* Use has_privs_for_roles for predefined role checksJoe Conway2022-03-28
* Create routine able to set single-call SRFs for Materialize modeMichael Paquier2022-03-07
* Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier2022-02-17
* Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas2022-02-16
* Fix limitations on what SQL commands can be issued to a walsender.Tom Lane2022-01-24
* Update copyright for 2022Bruce Momjian2022-01-07
* Be more specific about OOM in XLogReaderAllocateAlvaro Herrera2021-11-22
* Improve error messages for some callers of XLogReadRecord()Michael Paquier2021-11-10
* Remove all use of ThisTimeLineID global variable outside of xlog.cRobert Haas2021-11-05
* Remove useless code from CreateReplicationSlot.Robert Haas2021-10-25
* Add replication command READ_REPLICATION_SLOTMichael Paquier2021-10-25
* Flexible options for CREATE_REPLICATION_SLOT.Robert Haas2021-10-05
* Eliminate replication protocol error related to IDENTIFY_SYSTEM.Jeff Davis2021-07-09
* Allow enabling two-phase option via replication protocol.Amit Kapila2021-06-30
* Return ReplicationSlotAcquire API to its original formAlvaro Herrera2021-06-11
* Remove two_phase variable from CreateReplicationSlotCmd struct.Amit Kapila2021-06-07
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Revert recovery prefetching feature.Thomas Munro2021-05-10
* Add heuristic incoming-message-size limits in the server.Tom Lane2021-04-28
* Remove read_page callback from XLogReader.Thomas Munro2021-04-08
* Rename Default Roles to Predefined RolesStephen Frost2021-04-01
* Add option to enable two_phase commits via pg_create_logical_replication_slot.Amit Kapila2021-03-03
* Use FeBeWaitSet for walsender.c.Thomas Munro2021-03-01
* Simplify printing of LSNsPeter Eisentraut2021-02-23
* Use errmsg_internal for debug messagesPeter Eisentraut2021-02-17
* Ensure that a standby is able to follow a primary on a newer timeline.Fujii Masao2021-01-14
* Update copyright for 2021Bruce Momjian2021-01-02
* Revert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE."Jeff Davis2020-12-14
* Centralize logic for skipping useless ereport/elog calls.Tom Lane2020-11-23
* change wire protocol data type for history file contentBruce Momjian2020-11-12
* Fix and simplify some usages of TimestampDifference().Tom Lane2020-11-10
* Restore replication protocol's duplicate command tagsAlvaro Herrera2020-10-14
* Teach walsender to update its process title for replication commands.Tom Lane2020-09-16
* Fix bogus completion tag usage in walsenderAlvaro Herrera2020-09-16
* Centralize setup of SIGQUIT handling for postmaster child processes.Tom Lane2020-09-16
* Make walsenders show their replication commands in pg_stat_activity.Tom Lane2020-09-14
* snapshot scalability: Move PGXACT->xmin back to PGPROC.Andres Freund2020-08-13
* snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund2020-08-12
* walsnd: Don't set waiting_for_ping_response spuriouslyAlvaro Herrera2020-08-08
* Revert "Track statistics for spilling of changes from ReorderBuffer".Amit Kapila2020-07-13