summaryrefslogtreecommitdiff
path: root/src/backend/replication
AgeCommit message (Expand)Author
2018-08-03Use correct path for tablspaces while creating a basebackupPavan Deolasee
2017-08-30Disable logical decoding as unsupportedTomas Vondra
2017-08-18Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'Pavan Deolasee
2017-08-14Final pgindent + perltidy run for v10.Tom Lane
2017-08-13Reword comment for clarityAlvaro Herrera
2017-08-11Remove uses of "slave" in replication contextsPeter Eisentraut
2017-08-08Fix replication origin-related race conditionsAlvaro Herrera
2017-08-08Fix inadequacies in recently added wait eventsAlvaro Herrera
2017-08-07Fix local/remote attribute mix-up in logical replicationPeter Eisentraut
2017-08-07Fix handling of dropped columns in logical replicationPeter Eisentraut
2017-08-06Fix thinko introduced in 2bef06d516460 et al.Andres Freund
2017-08-05Only kill sync workers at commit time in subscription DDLPeter Eisentraut
2017-08-02Get a snapshot before COPY in table syncPeter Eisentraut
2017-07-26Update copyright in recently added filesAlvaro Herrera
2017-07-25Fix race conditions in replication slot operationsAlvaro Herrera
2017-07-13Merge remote-tracking branch 'remotes/PGSQL/master' of PG 10Pavan Deolasee
2017-07-12Fix ordering of operations in SyncRepWakeQueue to avoid assertion failure.Heikki Linnakangas
2017-07-01Reduce delay for last logicalrep feedback message when master goes idle.Tom Lane
2017-07-01Shorten timeouts while waiting for logicalrep worker slot attach/detach.Tom Lane
2017-06-30Fix locking in WAL receiver/sender shmem state structsAlvaro Herrera
2017-06-30Fix race conditions and missed wakeups in syncrep worker signaling.Tom Lane
2017-06-30Check for error during PQendcopy.Tom Lane
2017-06-30Fix walsender to exit promptly if client requests shutdown.Tom Lane
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-23Improve replication lag interpolation after idle periodSimon Riggs
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-19Fix leaking of small spilled subtransactions during logical decoding.Andres Freund
2017-06-17Set statement timestamp in apply workerPeter Eisentraut
2017-06-15Fix low-probability leaks of PGresult objects in the backend.Tom Lane
2017-06-15Merge 'remotes/PGSQL/master' into xl10develPavan Deolasee
2017-06-14Don't force-assign transaction id when exporting a snapshot.Andres Freund
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-06-13Re-run pgindent.Tom Lane
2017-06-13Improve code commentsPeter Eisentraut
2017-06-09Improve tablesync behavior with concurrent changesPeter Eisentraut
2017-06-08Use standard interrupt handling in logical replication launcher.Andres Freund
2017-06-08Again report a useful error message when walreceiver's connection closes.Andres Freund
2017-06-07Fix updating of pg_subscription_rel from workersPeter Eisentraut
2017-06-07Consistently use subscription name as application namePeter Eisentraut
2017-06-06Clean up latch related code.Andres Freund
2017-06-06Improve handover logic between sync and apply workersPeter Eisentraut
2017-06-06Wire up query cancel interrupt for walsender backends.Andres Freund
2017-06-06Unify SIGHUP handling between normal and walsender backends.Andres Freund
2017-06-06Prevent possibility of panics during shutdown checkpoint.Andres Freund
2017-06-06Have walsenders participate in procsignal infrastructure.Andres Freund
2017-06-06Revert "Prevent panic during shutdown checkpoint"Andres Freund
2017-06-06Don't set application_name in logical replication workersPeter Eisentraut
2017-06-05Fix typo in error message.Heikki Linnakangas