summaryrefslogtreecommitdiff
path: root/src/backend/replication
AgeCommit message (Expand)Author
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
2015-03-13Fix integer overflow in debug message of walreceiverTatsuo Ishii
2015-02-12Fix missing PQclear() in libpqrcv_endstreaming().Tom Lane
2015-02-06Report WAL flush, not insert, position in replication IDENTIFY_SYSTEMHeikki Linnakangas
2015-02-02Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas
2015-01-26Further cleanup of ReorderBufferCommit().Tom Lane
2015-01-24Fix unsafe coding in ReorderBufferCommit().Tom Lane
2015-01-08Protect against XLogReaderAllocate() failing to allocate memory.Andres Freund
2015-01-03Prevent WAL files created by pg_basebackup -x/X from being archived again.Andres Freund
2015-01-03Add pg_string_endswith as the start of a string helper library in src/common.Andres Freund
2014-12-25Remove duplicate include of slot.h.Fujii Masao
2014-12-16Misc comment typo fixes.Heikki Linnakangas
2014-12-11Fix assorted confusion between Oid and int32.Tom Lane
2014-12-02Don't skip SQL backends in logical decoding for visibility computation.Andres Freund
2014-11-14Improve logical decoding log messagesPeter Eisentraut
2014-11-13Fix and improve cache invalidation logic for logical decoding.Andres Freund
2014-11-13Fix xmin/xmax horizon computation during logical decoding initialization.Andres Freund
2014-11-12Fix several weaknesses in slot and logical replication on-disk serialization.Andres Freund
2014-11-12Message improvementsPeter Eisentraut
2014-10-01Improve documentation about binary/textual output mode for output plugins.Andres Freund
2014-09-25Fix VPATH builds of the replication parser from git for some !gcc compilers.Andres Freund
2014-09-05Assorted message fixes and improvementsPeter Eisentraut
2014-08-19Revert "Fix bug in checking of IDENTIFY_SYSTEM result."Fujii Masao
2014-08-19Fix bug in checking of IDENTIFY_SYSTEM result.Fujii Masao
2014-08-12Be less aggressive in asking for feedback of logical walsender clients.Andres Freund
2014-07-24Properly remove ephemeral replication slots after a crash restart.Andres Freund
2014-07-12Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().Andres Freund
2014-07-09Rename logical decoding's pg_llog directory to pg_logical.Andres Freund
2014-07-06Fix decoding of MULTI_INSERTs when rows other than the last are toasted.Andres Freund
2014-06-30Check interrupts during logical decoding more frequently.Andres Freund
2014-06-12Consistency improvements for slot and decoding code.Andres Freund
2014-06-05Fix off-by-one in decoding causing one-record events to be skipped.Andres Freund
2014-05-28Revert "Fix bogus %name-prefix option syntax in all our Bison files."Tom Lane
2014-05-28Don't pay heed to wal_sender_timeout while creating a decoding slot.Andres Freund
2014-05-28Fix bogus %name-prefix option syntax in all our Bison files.Tom Lane
2014-05-28Ensure cleanup in case of early errors in streaming base backupsMagnus Hagander
2014-05-23Fix misc typos in comments.Heikki Linnakangas
2014-05-22Fix typos in comments.Fujii Masao