aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication
Commit message (Expand)AuthorAge
* Fix typo in logical truncate replicationPeter Eisentraut2018-04-23
* Don't attempt to verify checksums on new pagesMagnus Hagander2018-04-15
* Improve code commentsPeter Eisentraut2018-04-14
* Further cleanup of client dependencies on src/include/catalog headers.Tom Lane2018-04-09
* Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander2018-04-09
* Refactor dir/file permissionsStephen Frost2018-04-07
* Logical replication support for TRUNCATEPeter Eisentraut2018-04-07
* Logical decoding of TRUNCATEPeter Eisentraut2018-04-07
* Split the SetSubscriptionRelState function into twoPeter Eisentraut2018-04-06
* Improve messaging during logical replication worker startupPeter Eisentraut2018-04-06
* Allow on-line enabling and disabling of data checksumsMagnus Hagander2018-04-05
* Allow background workers to bypass datallowconnMagnus Hagander2018-04-05
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-04-03
* Properly use INT64_FORMAT in outputMagnus Hagander2018-04-03
* Fix for checksum validation patchMagnus Hagander2018-04-03
* Validate page level checksums in base backupsMagnus Hagander2018-04-03
* Enhance pg_stat_wal_receiver view to display host and port of sender server.Fujii Masao2018-03-31
* C comment: fix typo, log -> lagBruce Momjian2018-03-28
* Make pg_rewind skip files and directories that are removed during server start.Fujii Masao2018-03-29
* Allow memory contexts to have both fixed and variable ident strings.Tom Lane2018-03-27
* Skip temp tables from basebackup.Teodor Sigaev2018-03-27
* Fix unsafe extraction of the OID part of a relation filename.Tom Lane2018-03-25
* Exclude unlogged tables from base backupsTeodor Sigaev2018-03-23
* Improve style guideline compliance of assorted error-report messages.Tom Lane2018-03-22
* Handle heap rewrites even better in logical decodingPeter Eisentraut2018-03-21
* Rename TransactionChain functionsPeter Eisentraut2018-03-16
* logical replication: fix OID type mapping mechanismAlvaro Herrera2018-03-14
* Refrain from duplicating data in reorderbuffersAlvaro Herrera2018-03-06
* Fix filtering of unsupported relations in logical replicationPeter Eisentraut2018-02-23
* Fix crash in pg_replication_slot_advanceAlvaro Herrera2018-02-19
* Allow tupleslots to have a fixed tupledesc, use in executor nodes.Andres Freund2018-02-16
* Remove some inappropriate #includes.Tom Lane2018-02-16
* Fix typoPeter Eisentraut2018-02-12
* Fix incorrect method name in comment.Robert Haas2018-02-08
* Fix typo in recent commitSimon Riggs2018-01-19
* Ability to advance replication slotsSimon Riggs2018-01-17
* Fix Latin spellingPeter Eisentraut2018-01-11
* Fix race condition during replication origin drop.Tom Lane2018-01-09
* Default monitoring roles - errataSimon Riggs2018-01-06
* Fix failure to delete spill files of aborted transactionsAlvaro Herrera2018-01-05
* Update copyright for 2018Bruce Momjian2018-01-02
* Properly set base backup backends to active in pg_stat_activityMagnus Hagander2017-12-29
* Fix race condition when changing synchronous_standby_namesSimon Riggs2017-12-29
* Fix bug in cancellation of non-exclusive backup to avoid assertion failure.Fujii Masao2017-12-19
* Fix walsender timeouts when decoding a large transactionAndrew Dunstan2017-12-14
* Rethink MemoryContext creation to improve performance.Tom Lane2017-12-13
* Simplify do_pg_start_backup's API by opening pg_tblspc internally.Tom Lane2017-12-04
* Clean up assorted messiness around AllocateDir() usage.Tom Lane2017-12-04
* Update typedefs.list and re-run pgindentRobert Haas2017-11-29
* Generational memory allocatorSimon Riggs2017-11-23