aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication
Commit message (Expand)AuthorAge
* Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.Andres Freund2018-09-25
* Improve some error message strings and errcodesMichael Paquier2018-09-04
* Fix memory leak in TRUNCATE decodingTomas Vondra2018-09-03
* Fix initial sync of slot parent directory when restoring statusMichael Paquier2018-09-02
* Avoid using potentially-under-aligned page buffers.Tom Lane2018-09-01
* Ignore server-side delays when enforcing wal_sender_timeout.Noah Misch2018-08-31
* Reconsider new file extension in commit 91f26d5f.Jeff Davis2018-08-25
* Change extension of spilled ReorderBufferChange data to ".tmp".Jeff Davis2018-08-25
* Close the file descriptor in ApplyLogicalMappingFileTomas Vondra2018-08-16
* Don't run atexit callbacks in quickdie signal handlers.Heikki Linnakangas2018-08-08
* Reset properly errno before calling write()Michael Paquier2018-08-05
* Fix logical replication slot initializationAlvaro Herrera2018-08-01
* Set ActiveSnapshot when logically replaying insertsAlvaro Herrera2018-07-30
* Add proper errcodes to new error messages for read() failuresMichael Paquier2018-07-23
* Hand code string to integer conversion for performance.Andres Freund2018-07-22
* Rewrite comments in replication slot advance implementationAlvaro Herrera2018-07-19
* Use a ResourceOwner to track buffer pins in all cases.Tom Lane2018-07-18
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-18
* Fix more portability issues with casts to Size when using off_tMichael Paquier2018-07-18
* Rework error messages around file handlingMichael Paquier2018-07-18
* Add subtransaction handling for table synchronization workers.Robert Haas2018-07-16
* Fix argument of pg_create_logical_replication_slot for slot nameMichael Paquier2018-07-13
* Make logical WAL sender report streaming state appropriatelyMichael Paquier2018-07-12
* Block replication slot advance for these not yet reserving WALMichael Paquier2018-07-11
* Flip argument order in XLogSegNoOffsetToRecPtrAlvaro Herrera2018-07-09
* Allow replication slots to be dropped in single-user modeAlvaro Herrera2018-07-06
* logical decoding: beware of an unset specinsert changeAlvaro Herrera2018-07-05
* Correct function name in comment of logical decoding codeMichael Paquier2018-07-02
* pgindent run prior to branchingAndrew Dunstan2018-06-30
* Fix "base" snapshot handling in logical decodingAlvaro Herrera2018-06-26
* Update obsolete commentsAlvaro Herrera2018-06-25
* Address set of issues with errno handlingMichael Paquier2018-06-25
* Convert debug message from ereport to elogPeter Eisentraut2018-06-12
* Fix oversight from 9e149c8 with spin-lock handlingMichael Paquier2018-06-12
* Fix a couple of bugs with replication slot advancing featureMichael Paquier2018-06-11
* Fix and document lock handling for in-memory replication slot dataMichael Paquier2018-06-10
* Fix some assorted compiler warnings on Windows.Tom Lane2018-05-01
* Don't do logical replication of TRUNCATE of zero tablesPeter Eisentraut2018-04-30
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* 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