summaryrefslogtreecommitdiff
path: root/src/backend/replication/logical
AgeCommit message (Expand)Author
2016-04-27Emit invalidations to standby for transactions without xid.Andres Freund
2016-04-15Fix trivial typo.Andres Freund
2016-04-14Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.Tom Lane
2016-04-14Adjust datatype of ReplicationState.acquired_by.Tom Lane
2016-04-14Add required database and origin filtering for logical messages.Andres Freund
2016-04-06Generic Messages for Logical DecodingSimon Riggs
2016-04-01Add Generic WAL interfaceTeodor Sigaev
2016-03-31Fix broken variable declarationAlvaro Herrera
2016-03-30Enable logical slots to follow timeline switchesAlvaro Herrera
2016-03-30XLogReader general code cleanupAlvaro Herrera
2016-03-27Don't use !! but != 0/NULL to force boolean evaluation.Andres Freund
2016-03-10Avoid unlikely data-loss scenarios due to rename() without fsync.Andres Freund
2016-03-10Introduce durable_rename() and durable_link_or_rename().Andres Freund
2016-03-07Further improvements to c8f621c43.Andres Freund
2016-03-07Fix wrong allocation size in c8f621c43.Andres Freund
2016-03-06logical decoding: Fix handling of large old tuples with replica identity full.Andres Freund
2016-03-06logical decoding: old/newtuple in spooled UPDATE changes was switched around.Andres Freund
2016-03-06logical decoding: Tell reorderbuffer about all xids.Andres Freund
2016-03-03logical decoding: fix decoding of a commit's commit time.Andres Freund
2016-02-12Make builtin lwlock tranche names consistent.Robert Haas
2016-02-02Make all built-in lwlock tranche IDs fixed.Robert Haas
2016-02-01Fix typos in commentsMagnus Hagander
2016-01-21Refactor to create generic WAL page read callbackSimon Riggs
2016-01-09Clean up some lack-of-STRICT issues in the core code, too.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-18Fix copy-and-paste error in logical decoding callback.Robert Haas
2015-11-08Set replication origin when decoding commit records.Andres Freund
2015-10-29Message style improvementsPeter Eisentraut
2015-10-06Remove more volatile qualifiers.Robert Haas
2015-09-28Fix "sesssion" typoAlvaro Herrera
2015-09-05Fix misc typos.Heikki Linnakangas
2015-08-15Don't use function definitions looking like old-style ones.Andres Freund
2015-08-11Don't include rel.h when relcache.h is sufficientAlvaro Herrera
2015-08-11Allow pg_create_physical_replication_slot() to reserve WAL.Andres Freund
2015-08-11Introduce macros determining if a replication slot is physical or logical.Andres Freund
2015-08-11Minor cleanups in slot related code.Andres Freund
2015-08-07Address points made in post-commit review of replication origins.Andres Freund
2015-08-05Fix debug message output when connecting to a logical slot.Andres Freund
2015-07-07Fix logical decoding bug leading to inefficient reopening of files.Andres Freund
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-20Fix more typos in comments.Heikki Linnakangas
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-05-17Fix typos in commentsMagnus Hagander
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2015-05-05Fix typosPeter Eisentraut
2015-05-01Copy editing of the replication origins patch.Andres Freund
2015-04-29Correct replication origin's use of UINT16_MAX to PG_UINT16_MAX.Andres Freund
2015-04-29Introduce replication progress tracking infrastructure.Andres Freund
2015-04-26Fix various typos and grammar errors in comments.Andres Freund
2015-04-16Fix assertion failure in logical decoding.Heikki Linnakangas