aboutsummaryrefslogtreecommitdiff
path: root/src/include/replication
Commit message (Expand)AuthorAge
* Add conninfo to pg_stat_wal_receiverAlvaro Herrera2016-06-29
* pgindent run for 9.6Robert Haas2016-06-09
* Fix thinko in commentAlvaro Herrera2016-05-02
* Fix code comments regarding logical decodingAlvaro Herrera2016-05-02
* Clean up parsing of synchronous_standby_names GUC variable.Tom Lane2016-04-27
* Emit invalidations to standby for transactions without xid.Andres Freund2016-04-26
* Adjust signature of walrcv_receive hook.Tom Lane2016-04-14
* Add required database and origin filtering for logical messages.Andres Freund2016-04-13
* Generic Messages for Logical DecodingSimon Riggs2016-04-06
* Support multiple synchronous standby servers.Fujii Masao2016-04-06
* Blind attempt at fixing Win32 issue on 24c5f1a103cAlvaro Herrera2016-03-30
* Add new replication mode synchronous_commit = 'remote_apply'.Robert Haas2016-03-29
* logical decoding: Fix handling of large old tuples with replica identity full.Andres Freund2016-03-05
* logical decoding: Tell reorderbuffer about all xids.Andres Freund2016-03-05
* Fix typosAlvaro Herrera2016-02-25
* Migrate replication slot I/O locks into a separate tranche.Robert Haas2016-01-29
* pgstat: add WAL receiver status view & SRFAlvaro Herrera2016-01-07
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix "sesssion" typoAlvaro Herrera2015-09-28
* Don't include rel.h when relcache.h is sufficientAlvaro Herrera2015-08-11
* Allow pg_create_physical_replication_slot() to reserve WAL.Andres Freund2015-08-11
* Introduce macros determining if a replication slot is physical or logical.Andres Freund2015-08-11
* Improve includes introduced in the replication origins patch.Andres Freund2015-08-06
* pgindent run for 9.5Bruce Momjian2015-05-23
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Map basebackup tablespaces using a tablespace_map fileAndrew Dunstan2015-05-12
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* 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
* Add 'active_in' column to pg_replication_slots.Andres Freund2015-04-21
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-26
* Make SyncRepWakeQueue to a static functionTatsuo Ishii2015-03-26
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-11
* Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].Tom Lane2015-02-21
* Some more FLEXIBLE_ARRAY_MEMBER fixes.Tom Lane2015-02-21
* Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane2015-02-20
* Replace walsender's latch with the general shared latch.Andres Freund2015-01-17
* Update copyright for 2015Bruce Momjian2015-01-06
* Put the logic to decide which synchronous standby is active into a function.Heikki Linnakangas2014-12-12
* Revamp the WAL record format.Heikki Linnakangas2014-11-20
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* Add GUC to enable logging of replication commands.Fujii Masao2014-09-13
* Fix decoding of MULTI_INSERTs when rows other than the last are toasted.Andres Freund2014-07-06
* Consistency improvements for slot and decoding code.Andres Freund2014-06-12
* pgindent run for 9.4Bruce Momjian2014-05-06
* Allow logical decoding via the walsender interface.Robert Haas2014-03-10
* Remove unportable use of anonymous unions from reorderbuffer.h.Tom Lane2014-03-07
* Introduce logical decoding.Robert Haas2014-03-03
* Allow BASE_BACKUP to be throttledAlvaro Herrera2014-02-27
* Introduce replication slots.Robert Haas2014-01-31