aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication
Commit message (Expand)AuthorAge
* Clean up some lack-of-STRICT issues in the core code, too.Tom Lane2016-01-09
* Fix copy-and-paste error in logical decoding callback.Robert Haas2015-12-18
* Consistently set all fields in pg_stat_replication to null instead of 0Magnus Hagander2015-12-13
* Properly initialize write, flush and replay locations in walsender slotsMagnus Hagander2015-12-13
* Adopt the GNU convention for handling tar-archive members exceeding 8GB.Tom Lane2015-11-21
* Set replication origin when decoding commit records.Andres Freund2015-11-09
* Message style improvementsPeter Eisentraut2015-10-28
* Measure string lengths only onceAlvaro Herrera2015-10-27
* Improve errhint() about replication slot naming restrictions.Andres Freund2015-10-03
* Fix "sesssion" typoAlvaro Herrera2015-09-28
* Fix misc typos.Heikki Linnakangas2015-09-05
* Minor cleanups in slot related code.Andres Freund2015-08-11
* Fix copy & paste mistake in pg_get_replication_slots().Andres Freund2015-08-10
* Address points made in post-commit review of replication origins.Andres Freund2015-08-07
* Fix debug message output when connecting to a logical slot.Andres Freund2015-08-05
* Fix logical decoding bug leading to inefficient reopening of files.Andres Freund2015-07-07
* Fix typoPeter Eisentraut2015-06-10
* Fix assorted inconsistencies in our calls of readlink().Tom Lane2015-05-28
* pgindent run for 9.5Bruce Momjian2015-05-23
* Fix more typos in comments.Heikki Linnakangas2015-05-20
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Fix typos in commentsMagnus Hagander2015-05-17
* Add archive_mode='always' option.Heikki Linnakangas2015-05-15
* Map basebackup tablespaces using a tablespace_map fileAndrew Dunstan2015-05-12
* Add macros to check if a filename is a WAL segment or other such file.Heikki Linnakangas2015-05-08
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Fix typosPeter Eisentraut2015-05-04
* Copy editing of the replication origins patch.Andres Freund2015-05-01
* Correct replication origin's use of UINT16_MAX to PG_UINT16_MAX.Andres Freund2015-04-30
* Introduce replication progress tracking infrastructure.Andres Freund2015-04-29
* Use a fd opened for read/write when syncing slots during startup.Andres Freund2015-04-28
* Fix various typos and grammar errors in comments.Andres Freund2015-04-26
* Add 'active_in' column to pg_replication_slots.Andres Freund2015-04-21
* Fix assertion failure in logical decoding.Heikki Linnakangas2015-04-16
* Reorganize our CRC source files again.Heikki Linnakangas2015-04-14
* Remove duplicated words in comments.Heikki Linnakangas2015-04-12
* Fix error handling of XLogReaderAllocate in case of OOMFujii Masao2015-04-03
* Correct comment to use RS_EPHEMERALSimon Riggs2015-04-02
* Remove spurious semicolons.Heikki Linnakangas2015-03-31
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-26
* Make SyncRepWakeQueue to a static functionTatsuo Ishii2015-03-26
* Merge the various forms of transaction commit & abort records.Andres Freund2015-03-15
* Fix integer overflow in debug message of walreceiverTatsuo Ishii2015-03-14
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-11
* Fix an obsolete reference to SnapshotNow in comment.Fujii Masao2015-03-04
* Error when creating names too long for tar formatPeter Eisentraut2015-02-24
* Fix typo in README.Heikki Linnakangas2015-02-24
* Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].Tom Lane2015-02-21
* Fix missing PQclear() in libpqrcv_endstreaming().Tom Lane2015-02-11
* Report WAL flush, not insert, position in replication IDENTIFY_SYSTEMHeikki Linnakangas2015-02-06