summaryrefslogtreecommitdiff
path: root/src/backend/replication
AgeCommit message (Expand)Author
2017-10-05Fix more user-visible elog() calls.Robert Haas
2017-10-03Fix race condition with unprotected use of a latch pointer variable.Tom Lane
2017-10-03Fix coding rules violations in walreceiver.cAlvaro Herrera
2017-09-29Add background worker typePeter Eisentraut
2017-09-26Handle heap rewrites better in logical replicationPeter Eisentraut
2017-09-23Refactor new file permission handlingPeter Eisentraut
2017-09-20Make WAL segment size configurable at initdb time.Andres Freund
2017-09-18Fix, or at least ameliorate, bugs in logicalrep_worker_launch().Tom Lane
2017-09-13Improve error message in WAL senderPeter Eisentraut
2017-09-11Message style fixesPeter Eisentraut
2017-09-05Correct base backup throttlingAlvaro Herrera
2017-09-01Restore behavior for replication origin dropAlvaro Herrera
2017-09-01Add a WAIT option to DROP_REPLICATION_SLOTAlvaro Herrera
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-08-16Fix up some misusage of appendStringInfo() and friendsPeter Eisentraut
2017-08-15Fix logical replication protocol comparison logicPeter Eisentraut
2017-08-15Simplify some code in logical replication launcherPeter Eisentraut
2017-08-15Distinguish wait-for-connection from wait-for-write-ready on Windows.Tom Lane
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-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-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-14Don't force-assign transaction id when exporting a snapshot.Andres Freund
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