]> granicus.if.org Git - postgresql/history - src/include/replication
Avoid projecting tuples unnecessarily in Gather and Gather Merge.
[postgresql] / src / include / replication /
2017-11-22 Simon RiggsGenerational memory allocator
2017-10-03 Tom LaneFix race condition with unprotected use of a latch...
2017-08-23 Peter EisentrautUpdate code comment for temporary replication slots
2017-08-08 Alvaro HerreraFix replication origin-related race conditions
2017-08-05 Peter EisentrautOnly kill sync workers at commit time in subscription DDL
2017-07-26 Alvaro HerreraUpdate copyright in recently added files
2017-07-25 Alvaro HerreraFix race conditions in replication slot operations
2017-06-30 Alvaro HerreraFix locking in WAL receiver/sender shmem state structs
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-06-21 Tom LaneFinal pgindent run with old pg_bsd_indent (version...
2017-06-19 Andres FreundFix leaking of small spilled subtransactions during...
2017-06-08 Andres FreundUse standard interrupt handling in logical replication...
2017-06-06 Andres FreundPrevent possibility of panics during shutdown checkpoint.
2017-06-06 Andres FreundRevert "Prevent panic during shutdown checkpoint"
2017-06-02 Peter EisentrautFix signal handling in logical replication workers
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-17 Tom LanePreventive maintenance in advance of pgindent run.
2017-05-13 Andres FreundFix race condition leading to hanging logical slot...
2017-05-12 Simon RiggsLag tracking for logical replication
2017-05-09 Peter EisentrautImprove memory use in logical replication apply
2017-05-05 Peter EisentrautPrevent panic during shutdown checkpoint
2017-05-01 Peter EisentrautFix logical replication launcher wake up and reset
2017-04-27 Andres FreundDon't use on-disk snapshots for exported logical decodi...
2017-04-27 Andres FreundPreserve required !catalog tuples while computing initi...
2017-04-26 Peter EisentrautFix various concurrency issues in logical replication...
2017-04-24 Fujii MasaoGet rid of extern declarations of non-existent functions.
2017-04-18 Fujii MasaoA collection of small fixes for logical replication.
2017-04-14 Peter EisentrautMake header self-contained
2017-04-10 Peter EisentrautSupport configuration reload in logical replication...
2017-03-28 Simon RiggsCleanup slots during drop database
2017-03-26 Tom LaneFix typos in logical replication support for initial...
2017-03-23 Peter EisentrautRemove trailing comma from enum definition
2017-03-23 Peter EisentrautAssorted compilation and test fixes
2017-03-23 Simon RiggsReplication lag tracking for walsenders
2017-03-23 Peter EisentrautLogical replication support for initial data copy
2017-03-14 Peter EisentrautAdd option to control snapshot export to CREATE_REPLICA...
2017-02-27 Andres FreundUse the new "Slab" context for some allocations in...
2017-02-17 Peter EisentrautFix typo on comment
2017-02-15 Tom LaneFormatting and docs corrections for logical decoding...
2017-01-25 Peter EisentrautUpdate copyright years in some recently added files
2017-01-21 Peter EisentrautAdd more includes so header files are self-contained
2017-01-20 Peter EisentrautLogical replication
2017-01-17 Peter EisentrautGenerate fmgr prototypes automatically
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-19 Fujii MasaoSupport quorum-based synchronous replication.
2016-12-12 Peter EisentrautAdd support for temporary replication slots
2016-12-02 Alvaro HerreraFix Windows build for 78c8c814390f
2016-12-02 Peter EisentrautRefactor libpqwalreceiver
2016-12-02 Peter EisentrautUse latch instead of select() in walreceiver
2016-06-29 Alvaro HerreraAdd conninfo to pg_stat_wal_receiver
2016-06-09 Robert Haaspgindent run for 9.6
2016-05-02 Alvaro HerreraFix thinko in comment
2016-05-02 Alvaro HerreraFix code comments regarding logical decoding
2016-04-27 Tom LaneClean up parsing of synchronous_standby_names GUC variable.
2016-04-27 Andres FreundEmit invalidations to standby for transactions without...
2016-04-14 Tom LaneAdjust signature of walrcv_receive hook.
2016-04-14 Andres FreundAdd required database and origin filtering for logical...
2016-04-06 Simon RiggsGeneric Messages for Logical Decoding
2016-04-06 Fujii MasaoSupport multiple synchronous standby servers.
2016-03-31 Alvaro HerreraBlind attempt at fixing Win32 issue on 24c5f1a103c
2016-03-30 Robert HaasAdd new replication mode synchronous_commit = 'remote_a...
2016-03-06 Andres Freundlogical decoding: Fix handling of large old tuples...
2016-03-06 Andres Freundlogical decoding: Tell reorderbuffer about all xids.
2016-02-25 Alvaro HerreraFix typos
2016-01-29 Robert HaasMigrate replication slot I/O locks into a separate...
2016-01-07 Alvaro Herrerapgstat: add WAL receiver status view & SRF
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-09-28 Alvaro HerreraFix "sesssion" typo
2015-08-11 Alvaro HerreraDon't include rel.h when relcache.h is sufficient
2015-08-11 Andres FreundAllow pg_create_physical_replication_slot() to reserve...
2015-08-11 Andres FreundIntroduce macros determining if a replication slot...
2015-08-06 Andres FreundImprove includes introduced in the replication origins...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-20 Heikki LinnakangasCollection of typo fixes.
2015-05-12 Andrew DunstanMap basebackup tablespaces using a tablespace_map file
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-04-29 Andres FreundCorrect replication origin's use of UINT16_MAX to PG_UI...
2015-04-29 Andres FreundIntroduce replication progress tracking infrastructure.
2015-04-21 Andres FreundAdd 'active_in' column to pg_replication_slots.
2015-03-26 Tom LaneTweak __attribute__-wrapping macros for better pgindent...
2015-03-26 Tatsuo IshiiMake SyncRepWakeQueue to a static function
2015-03-11 Andres FreundAdd macros wrapping all usage of gcc's __attribute__.
2015-02-21 Tom LaneUse FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
2015-02-21 Tom LaneSome more FLEXIBLE_ARRAY_MEMBER fixes.
2015-02-20 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in a bunch more places.
2015-01-17 Andres FreundReplace walsender's latch with the general shared latch.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-12 Heikki LinnakangasPut the logic to decide which synchronous standby is...
2014-11-20 Heikki LinnakangasRevamp the WAL record format.
2014-11-06 Heikki LinnakangasMove the backup-block logic from XLogInsert to a new...
2014-09-12 Fujii MasaoAdd GUC to enable logging of replication commands.
2014-07-06 Andres FreundFix decoding of MULTI_INSERTs when rows other than...
2014-06-12 Andres FreundConsistency improvements for slot and decoding code.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-03-10 Robert HaasAllow logical decoding via the walsender interface.
2014-03-07 Tom LaneRemove unportable use of anonymous unions from reorderb...
2014-03-03 Robert HaasIntroduce logical decoding.
2014-02-27 Alvaro HerreraAllow BASE_BACKUP to be throttled
next