aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication
Commit message (Expand)AuthorAge
* Add some const decorations to prototypesPeter Eisentraut2017-11-10
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Exclude pg_internal.init from BASE_BACKUPSimon Riggs2017-11-07
* Don't reset additional columns on subscriber to NULL on UPDATEPeter Eisentraut2017-11-03
* Exclude flex-generated code from coverage testingPeter Eisentraut2017-10-16
* Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.Andres Freund2017-10-11
* Fix more user-visible elog() calls.Robert Haas2017-10-05
* Fix race condition with unprotected use of a latch pointer variable.Tom Lane2017-10-03
* Fix coding rules violations in walreceiver.cAlvaro Herrera2017-10-03
* Add background worker typePeter Eisentraut2017-09-29
* Handle heap rewrites better in logical replicationPeter Eisentraut2017-09-26
* Refactor new file permission handlingPeter Eisentraut2017-09-23
* Make WAL segment size configurable at initdb time.Andres Freund2017-09-19
* Fix, or at least ameliorate, bugs in logicalrep_worker_launch().Tom Lane2017-09-18
* Improve error message in WAL senderPeter Eisentraut2017-09-13
* Message style fixesPeter Eisentraut2017-09-11
* Correct base backup throttlingAlvaro Herrera2017-09-05
* Restore behavior for replication origin dropAlvaro Herrera2017-09-01
* Add a WAIT option to DROP_REPLICATION_SLOTAlvaro Herrera2017-09-01
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Fix up some misusage of appendStringInfo() and friendsPeter Eisentraut2017-08-15
* Fix logical replication protocol comparison logicPeter Eisentraut2017-08-15
* Simplify some code in logical replication launcherPeter Eisentraut2017-08-15
* Distinguish wait-for-connection from wait-for-write-ready on Windows.Tom Lane2017-08-15
* Final pgindent + perltidy run for v10.Tom Lane2017-08-14
* Reword comment for clarityAlvaro Herrera2017-08-12
* Remove uses of "slave" in replication contextsPeter Eisentraut2017-08-10
* Fix replication origin-related race conditionsAlvaro Herrera2017-08-08
* Fix inadequacies in recently added wait eventsAlvaro Herrera2017-08-08
* Fix local/remote attribute mix-up in logical replicationPeter Eisentraut2017-08-07
* Fix handling of dropped columns in logical replicationPeter Eisentraut2017-08-07
* Fix thinko introduced in 2bef06d516460 et al.Andres Freund2017-08-06
* Only kill sync workers at commit time in subscription DDLPeter Eisentraut2017-08-04
* Get a snapshot before COPY in table syncPeter Eisentraut2017-08-02
* Update copyright in recently added filesAlvaro Herrera2017-07-26
* Fix race conditions in replication slot operationsAlvaro Herrera2017-07-25
* Fix ordering of operations in SyncRepWakeQueue to avoid assertion failure.Heikki Linnakangas2017-07-12
* Reduce delay for last logicalrep feedback message when master goes idle.Tom Lane2017-07-01
* Shorten timeouts while waiting for logicalrep worker slot attach/detach.Tom Lane2017-07-01
* Fix locking in WAL receiver/sender shmem state structsAlvaro Herrera2017-06-30
* Fix race conditions and missed wakeups in syncrep worker signaling.Tom Lane2017-06-30
* Check for error during PQendcopy.Tom Lane2017-06-30
* Fix walsender to exit promptly if client requests shutdown.Tom Lane2017-06-30
* Improve replication lag interpolation after idle periodSimon Riggs2017-06-23
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Fix leaking of small spilled subtransactions during logical decoding.Andres Freund2017-06-18
* Set statement timestamp in apply workerPeter Eisentraut2017-06-17
* Fix low-probability leaks of PGresult objects in the backend.Tom Lane2017-06-15