summaryrefslogtreecommitdiff
path: root/src/backend/replication
AgeCommit message (Expand)Author
2017-10-03Fix coding rules violations in walreceiver.cAlvaro Herrera
2017-08-24Fix bug that can cause walsender not to terminating at shutdown.Andres Freund
2017-08-06Fix thinko introduced in 2bef06d516460 et al.Andres Freund
2017-08-05Fix issues with wide tuples being updated and REPLICA IDENTITY FULL.Andres Freund
2017-06-30Fix walsender to exit promptly if client requests shutdown.Tom Lane
2017-06-19Fix leaking of small spilled subtransactions during logical decoding.Andres Freund
2017-06-15Fix low-probability leaks of PGresult objects in the backend.Tom Lane
2017-06-06Unify SIGHUP handling between normal and walsender backends.Andres Freund
2017-06-06Prevent possibility of panics during shutdown checkpoint.Andres Freund
2017-06-06Have walsenders participate in procsignal infrastructure.Andres Freund
2017-05-15Fix new warnings from GCC 7Peter Eisentraut
2017-05-13Avoid superfluous work for commits during logical slot creation.Andres Freund
2017-05-13Fix race condition leading to hanging logical slot creation.Andres Freund
2017-04-27Don't use on-disk snapshots for exported logical decoding snapshot.Andres Freund
2017-04-27Preserve required !catalog tuples while computing initial decoding snapshot.Andres Freund
2017-03-14Spelling fixesPeter Eisentraut
2017-02-21Make walsender always initialize the buffers.Fujii Masao
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-26Reset hot standby xmin after restartSimon Riggs
2017-01-01Silence compiler warningMagnus Hagander
2016-12-19Fix base backup rate limiting in presence of slow i/oMagnus Hagander
2016-11-07Fix handling of symlinked pg_stat_tmp and pg_replslotMagnus Hagander
2016-10-04Correct logical decoding restore behaviour for subtransactions.Andres Freund
2016-09-01Fix minor 9.4-only bug in logical decoding.Tom Lane
2016-08-19reorderbuffer: preserve errno while reporting errorAlvaro Herrera
2016-08-17Properly re-initialize replication slot shared memory upon creation.Andres Freund
2016-08-07Don't propagate a null subtransaction snapshot up to parent transaction.Tom Lane
2016-06-30Fix typo in ReorderBufferIterTXNInit().Tom Lane
2016-04-29Remember asking for feedback during walsender shutdown.Andres Freund
2016-04-14Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.Tom Lane
2016-03-10Introduce durable_rename() and durable_link_or_rename().Andres Freund
2016-03-07Further improvements to c8f621c43.Andres Freund
2016-03-07Fix wrong allocation size in c8f621c43.Andres Freund
2016-03-06logical decoding: Fix handling of large old tuples with replica identity full.Andres Freund
2016-03-06logical decoding: old/newtuple in spooled UPDATE changes was switched around.Andres Freund
2016-03-06logical decoding: Tell reorderbuffer about all xids.Andres Freund
2016-02-29Fix typosAlvaro Herrera
2016-01-09Clean up some lack-of-STRICT issues in the core code, too.Tom Lane
2015-12-13Properly initialize write, flush and replay locations in walsender slotsMagnus Hagander
2015-11-22Adopt the GNU convention for handling tar-archive members exceeding 8GB.Tom Lane
2015-10-27Measure string lengths only onceAlvaro Herrera
2015-10-03Improve errhint() about replication slot naming restrictions.Andres Freund
2015-08-11Minor cleanups in slot related code.Andres Freund
2015-08-10Fix copy & paste mistake in pg_get_replication_slots().Andres Freund
2015-07-07Fix logical decoding bug leading to inefficient reopening of files.Andres Freund
2015-04-27Use a fd opened for read/write when syncing slots during startup.Andres Freund
2015-04-12Remove duplicated words in comments.Heikki Linnakangas
2015-04-02Correct comment to use RS_EPHEMERALSimon Riggs
2015-03-31Remove spurious semicolons.Heikki Linnakangas
2015-03-26Make SyncRepWakeQueue to a static functionTatsuo Ishii