summaryrefslogtreecommitdiff
path: root/src/backend/replication
Commit message (Expand)AuthorAgeFilesLines
* Add GUC to enable logging of replication commands.Fujii Masao2014-09-131-2/+9
* Assorted message fixes and improvementsPeter Eisentraut2014-09-053-9/+9
* Fix s/pluggins/plugins/ typo in two comments.Andres Freund2014-09-011-1/+1
* Declare two variables in snapbuild.c as static.Andres Freund2014-08-311-2/+2
* Revert "Fix bug in checking of IDENTIFY_SYSTEM result."Fujii Masao2014-08-191-2/+2
* Fix bug in checking of IDENTIFY_SYSTEM result.Fujii Masao2014-08-191-2/+2
* Be less aggressive in asking for feedback of logical walsender clients.Andres Freund2014-08-121-2/+4
* Move log_newpage and log_newpage_buffer to xlog.c.Heikki Linnakangas2014-07-311-8/+0
* Properly remove ephemeral replication slots after a crash restart.Andres Freund2014-07-241-4/+18
* Add file version information to most installed Windows binaries.Noah Misch2014-07-141-1/+2
* Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().Andres Freund2014-07-121-2/+10
* Fix decoding of MULTI_INSERTs when rows other than the last are toasted.Andres Freund2014-07-062-1/+18
* Rename logical decoding's pg_llog directory to pg_logical.Andres Freund2014-07-022-13/+13
* Check interrupts during logical decoding more frequently.Andres Freund2014-06-302-5/+3
* Consistency improvements for slot and decoding code.Andres Freund2014-06-124-10/+20
* Fix typos in comments.Fujii Masao2014-06-111-1/+1
* Fix off-by-one in decoding causing one-record events to be skipped.Andres Freund2014-06-051-9/+10
* Revert "Fix bogus %name-prefix option syntax in all our Bison files."Tom Lane2014-05-281-1/+1
* Don't pay heed to wal_sender_timeout while creating a decoding slot.Andres Freund2014-05-291-5/+26
* Fix bogus %name-prefix option syntax in all our Bison files.Tom Lane2014-05-281-1/+1
* Ensure cleanup in case of early errors in streaming base backupsMagnus Hagander2014-05-281-11/+18
* Fix misc typos in comments.Heikki Linnakangas2014-05-231-3/+3
* Fix typos in comments.Fujii Masao2014-05-221-2/+2
* Fix a bunch of functions that were declared static then defined not-static.Tom Lane2014-05-171-1/+1
* Fix unaligned accesses in DecodeUpdate().Tom Lane2014-05-171-10/+17
* Fix thinko in logical decoding of commit-prepared records.Heikki Linnakangas2014-05-161-1/+1
* Misc message style and doc fixes.Heikki Linnakangas2014-05-151-1/+1
* Code review for logical decoding patch.Robert Haas2014-05-092-14/+10
* pgindent run for 9.4Bruce Momjian2014-05-0613-362/+399
* Fix use of free in walsender error handling after a sysid mismatch.Heikki Linnakangas2014-05-061-0/+1
* Pass sensible value to memset() when randomizing reorderbuffer's tuple slab.Heikki Linnakangas2014-05-051-1/+1
* Use Size instead of uint32 to store result of sizeof()Heikki Linnakangas2014-05-051-1/+1
* Improve error messages in reorderbuffer.c.Tom Lane2014-04-301-12/+15
* Rationalize common/relpath.[hc].Tom Lane2014-04-302-10/+3
* Fix a few more misc typos in comments.Heikki Linnakangas2014-04-101-6/+6
* Fix misc typos in comments.Heikki Linnakangas2014-04-091-6/+6
* Fix bogus time printout in walreceiver's debug log messages.Tom Lane2014-04-041-2/+12
* Fix thinko in logical decoding code.Robert Haas2014-03-311-1/+1
* Setup error context callback for transaction lock waitsAlvaro Herrera2014-03-191-1/+1
* Fix typos in comments.Fujii Masao2014-03-172-3/+3
* Fix bug in clean shutdown of walsender that pg_receiving is connecting to.Fujii Masao2014-03-171-1/+11
* Comment fixes related to logical decoding.Robert Haas2014-03-121-3/+6
* Allow logical decoding via the walsender interface.Robert Haas2014-03-104-147/+854
* Remove unportable use of anonymous unions from reorderbuffer.h.Tom Lane2014-03-072-160/+151
* fix ReplicationSlotsCountDBSlots for dropping unrelated databasesBruce Momjian2014-03-071-0/+1
* Send keepalives from walsender even when busy sending WAL.Heikki Linnakangas2014-03-061-24/+29
* Fix some typos introduced by the logical decoding patch.Robert Haas2014-03-053-4/+4
* Minor corrections to logical decoding patch.Robert Haas2014-03-042-3/+3
* Error out on send failure in walsender loop.Heikki Linnakangas2014-03-041-1/+1
* Introduce logical decoding.Robert Haas2014-03-0311-78/+7544