summaryrefslogtreecommitdiff
path: root/src/backend/replication
AgeCommit message (Expand)Author
2018-02-20Fix crash in pg_replication_slot_advanceAlvaro Herrera
2018-02-17Allow tupleslots to have a fixed tupledesc, use in executor nodes.Andres Freund
2018-02-16Remove some inappropriate #includes.Tom Lane
2018-02-13Fix typoPeter Eisentraut
2018-02-08Fix incorrect method name in comment.Robert Haas
2018-01-19Fix typo in recent commitSimon Riggs
2018-01-17Ability to advance replication slotsSimon Riggs
2018-01-11Fix Latin spellingPeter Eisentraut
2018-01-09Fix race condition during replication origin drop.Tom Lane
2018-01-06Default monitoring roles - errataSimon Riggs
2018-01-05Fix failure to delete spill files of aborted transactionsAlvaro Herrera
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-29Properly set base backup backends to active in pg_stat_activityMagnus Hagander
2017-12-29Fix race condition when changing synchronous_standby_namesSimon Riggs
2017-12-18Fix bug in cancellation of non-exclusive backup to avoid assertion failure.Fujii Masao
2017-12-14Fix walsender timeouts when decoding a large transactionAndrew Dunstan
2017-12-13Rethink MemoryContext creation to improve performance.Tom Lane
2017-12-04Simplify do_pg_start_backup's API by opening pg_tblspc internally.Tom Lane
2017-12-04Clean up assorted messiness around AllocateDir() usage.Tom Lane
2017-11-29Update typedefs.list and re-run pgindentRobert Haas
2017-11-22Generational memory allocatorSimon Riggs
2017-11-22Set es_output_cid in replication workerSimon Riggs
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-11-07Exclude pg_internal.init from BASE_BACKUPSimon Riggs
2017-11-03Don't reset additional columns on subscriber to NULL on UPDATEPeter Eisentraut
2017-10-16Exclude flex-generated code from coverage testingPeter Eisentraut
2017-10-12Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.Andres Freund
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