summaryrefslogtreecommitdiff
path: root/src/backend/replication
AgeCommit message (Expand)Author
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
2014-05-23Fix misc typos in comments.Heikki Linnakangas
2014-05-22Fix typos in comments.Fujii Masao
2014-05-17Fix a bunch of functions that were declared static then defined not-static.Tom Lane
2014-05-17Fix unaligned accesses in DecodeUpdate().Tom Lane
2014-05-16Fix thinko in logical decoding of commit-prepared records.Heikki Linnakangas
2014-05-15Misc message style and doc fixes.Heikki Linnakangas
2014-05-09Code review for logical decoding patch.Robert Haas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-05-06Fix use of free in walsender error handling after a sysid mismatch.Heikki Linnakangas
2014-05-05Pass sensible value to memset() when randomizing reorderbuffer's tuple slab.Heikki Linnakangas
2014-05-05Use Size instead of uint32 to store result of sizeof()Heikki Linnakangas
2014-04-30Improve error messages in reorderbuffer.c.Tom Lane
2014-04-30Rationalize common/relpath.[hc].Tom Lane
2014-04-09Fix a few more misc typos in comments.Heikki Linnakangas
2014-04-09Fix misc typos in comments.Heikki Linnakangas
2014-04-04Fix bogus time printout in walreceiver's debug log messages.Tom Lane
2014-03-31Fix thinko in logical decoding code.Robert Haas
2014-03-19Setup error context callback for transaction lock waitsAlvaro Herrera
2014-03-17Fix typos in comments.Fujii Masao
2014-03-17Fix bug in clean shutdown of walsender that pg_receiving is connecting to.Fujii Masao
2014-03-12Comment fixes related to logical decoding.Robert Haas
2014-03-10Allow logical decoding via the walsender interface.Robert Haas
2014-03-07Remove unportable use of anonymous unions from reorderbuffer.h.Tom Lane
2014-03-07fix ReplicationSlotsCountDBSlots for dropping unrelated databasesBruce Momjian
2014-03-06Send keepalives from walsender even when busy sending WAL.Heikki Linnakangas
2014-03-05Fix some typos introduced by the logical decoding patch.Robert Haas
2014-03-04Minor corrections to logical decoding patch.Robert Haas
2014-03-04Error out on send failure in walsender loop.Heikki Linnakangas
2014-03-03Introduce logical decoding.Robert Haas
2014-03-03Use a longer buffer in libpqrcv_startstreaming.Robert Haas
2014-03-03Corrections to replication slots code and documentation.Robert Haas
2014-03-03Another round of Coverity fixesStephen Frost
2014-02-27Allow BASE_BACKUP to be throttledAlvaro Herrera
2014-02-25pg_basebackup: Skip only the *contents* of pg_replslot.Robert Haas
2014-02-24Use pg_lsn data type in pg_stat_replication, too.Robert Haas
2014-02-19Switch various builtin functions to use pg_lsn instead of text.Robert Haas