summaryrefslogtreecommitdiff
path: root/src/backend/replication
AgeCommit message (Expand)Author
2015-01-17Replace walsender's latch with the general shared latch.Andres Freund
2015-01-14Add a default local latch for use in signal handlers.Andres Freund
2015-01-13Commonalize process startup code.Andres Freund
2015-01-13Add barriers to the latch code.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
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-23Revert "Use a bitmask to represent role attributes"Alvaro Herrera
2014-12-23Use a bitmask to represent role attributesAlvaro Herrera
2014-12-18Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane
2014-12-16Misc comment typo fixes.Heikki Linnakangas
2014-12-12Put the logic to decide which synchronous standby is active into a function.Heikki Linnakangas
2014-12-11Fix assorted confusion between Oid and int32.Tom Lane
2014-12-03Keep track of transaction commit timestampsAlvaro Herrera
2014-12-02Don't skip SQL backends in logical decoding for visibility computation.Andres Freund
2014-11-25Allow using connection URI in primary_conninfo.Heikki Linnakangas
2014-11-24Distinguish XLOG_FPI records generated for hint-bit updates.Heikki Linnakangas
2014-11-20Revamp the WAL record format.Heikki Linnakangas
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-11-07BRIN: Block Range IndexesAlvaro Herrera
2014-11-04Switch to CRC-32C in WAL and other places.Heikki Linnakangas
2014-10-20Fix typos.Robert Haas
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-12Add GUC to enable logging of replication commands.Fujii Masao
2014-09-05Assorted message fixes and improvementsPeter Eisentraut
2014-09-01Fix s/pluggins/plugins/ typo in two comments.Andres Freund
2014-08-31Declare two variables in snapbuild.c as static.Andres Freund
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-31Move log_newpage and log_newpage_buffer to xlog.c.Heikki Linnakangas
2014-07-24Properly remove ephemeral replication slots after a crash restart.Andres Freund
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2014-07-12Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().Andres Freund
2014-07-06Fix decoding of MULTI_INSERTs when rows other than the last are toasted.Andres Freund
2014-07-02Rename logical decoding's pg_llog directory to pg_logical.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-11Fix typos in comments.Fujii Masao
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