summaryrefslogtreecommitdiff
path: root/src/backend/replication
AgeCommit message (Expand)Author
2018-08-04Reset properly errno before calling write()Michael Paquier
2018-08-01Fix logical replication slot initializationAlvaro Herrera
2018-07-30Set ActiveSnapshot when logically replaying insertsAlvaro Herrera
2018-07-23Add proper errcodes to new error messages for read() failuresMichael Paquier
2018-07-22Hand code string to integer conversion for performance.Andres Freund
2018-07-19Rewrite comments in replication slot advance implementationAlvaro Herrera
2018-07-18Use a ResourceOwner to track buffer pins in all cases.Tom Lane
2018-07-18Fix misc typos, mostly in comments.Heikki Linnakangas
2018-07-18Fix more portability issues with casts to Size when using off_tMichael Paquier
2018-07-17Rework error messages around file handlingMichael Paquier
2018-07-16Add subtransaction handling for table synchronization workers.Robert Haas
2018-07-13Fix argument of pg_create_logical_replication_slot for slot nameMichael Paquier
2018-07-12Make logical WAL sender report streaming state appropriatelyMichael Paquier
2018-07-10Block replication slot advance for these not yet reserving WALMichael Paquier
2018-07-09Flip argument order in XLogSegNoOffsetToRecPtrAlvaro Herrera
2018-07-06Allow replication slots to be dropped in single-user modeAlvaro Herrera
2018-07-05logical decoding: beware of an unset specinsert changeAlvaro Herrera
2018-07-02Correct function name in comment of logical decoding codeMichael Paquier
2018-06-30pgindent run prior to branchingAndrew Dunstan
2018-06-26Fix "base" snapshot handling in logical decodingAlvaro Herrera
2018-06-25Update obsolete commentsAlvaro Herrera
2018-06-25Address set of issues with errno handlingMichael Paquier
2018-06-12Convert debug message from ereport to elogPeter Eisentraut
2018-06-11Fix oversight from 9e149c8 with spin-lock handlingMichael Paquier
2018-06-11Fix a couple of bugs with replication slot advancing featureMichael Paquier
2018-06-10Fix and document lock handling for in-memory replication slot dataMichael Paquier
2018-05-01Fix some assorted compiler warnings on Windows.Tom Lane
2018-04-30Don't do logical replication of TRUNCATE of zero tablesPeter Eisentraut
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-23Fix typo in logical truncate replicationPeter Eisentraut
2018-04-15Don't attempt to verify checksums on new pagesMagnus Hagander
2018-04-14Improve code commentsPeter Eisentraut
2018-04-09Further cleanup of client dependencies on src/include/catalog headers.Tom Lane
2018-04-09Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander
2018-04-07Refactor dir/file permissionsStephen Frost
2018-04-07Logical replication support for TRUNCATEPeter Eisentraut
2018-04-07Logical decoding of TRUNCATEPeter Eisentraut
2018-04-06Split the SetSubscriptionRelState function into twoPeter Eisentraut
2018-04-06Improve messaging during logical replication worker startupPeter Eisentraut
2018-04-05Allow on-line enabling and disabling of data checksumsMagnus Hagander
2018-04-05Allow background workers to bypass datallowconnMagnus Hagander
2018-04-03Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane
2018-04-03Properly use INT64_FORMAT in outputMagnus Hagander
2018-04-03Fix for checksum validation patchMagnus Hagander
2018-04-03Validate page level checksums in base backupsMagnus Hagander
2018-03-30Enhance pg_stat_wal_receiver view to display host and port of sender server.Fujii Masao
2018-03-28C comment: fix typo, log -> lagBruce Momjian
2018-03-28Make pg_rewind skip files and directories that are removed during server start.Fujii Masao
2018-03-27Allow memory contexts to have both fixed and variable ident strings.Tom Lane
2018-03-27Skip temp tables from basebackup.Teodor Sigaev