aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/logical
Commit message (Expand)AuthorAge
* Fix typo in logical truncate replicationPeter Eisentraut2018-04-23
* Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander2018-04-09
* 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
* Allow memory contexts to have both fixed and variable ident strings.Tom Lane2018-03-27
* Improve style guideline compliance of assorted error-report messages.Tom Lane2018-03-22
* Handle heap rewrites even better in logical decodingPeter Eisentraut2018-03-21
* logical replication: fix OID type mapping mechanismAlvaro Herrera2018-03-14
* Refrain from duplicating data in reorderbuffersAlvaro Herrera2018-03-06
* Allow tupleslots to have a fixed tupledesc, use in executor nodes.Andres Freund2018-02-16
* Fix typoPeter Eisentraut2018-02-12
* 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
* Fix failure to delete spill files of aborted transactionsAlvaro Herrera2018-01-05
* Update copyright for 2018Bruce Momjian2018-01-02
* Rethink MemoryContext creation to improve performance.Tom Lane2017-12-13
* Update typedefs.list and re-run pgindentRobert Haas2017-11-29
* Generational memory allocatorSimon Riggs2017-11-23
* Set es_output_cid in replication workerSimon Riggs2017-11-22
* Don't reset additional columns on subscriber to NULL on UPDATEPeter Eisentraut2017-11-03
* 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
* Add background worker typePeter Eisentraut2017-09-29
* 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
* Message style fixesPeter Eisentraut2017-09-11
* Restore behavior for replication origin dropAlvaro Herrera2017-09-01
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Simplify some code in logical replication launcherPeter Eisentraut2017-08-15
* Final pgindent + perltidy run for v10.Tom Lane2017-08-14
* Reword comment for clarityAlvaro Herrera2017-08-12
* Fix replication origin-related race conditionsAlvaro 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
* 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 race conditions and missed wakeups in syncrep worker signaling.Tom Lane2017-06-30
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21