]> granicus.if.org Git - postgresql/history - src/backend/replication
Fix copy & paste mistake in pg_get_replication_slots().
[postgresql] / src / backend / replication /
2015-08-10 Andres FreundFix copy & paste mistake in pg_get_replication_slots().
2015-08-07 Andres FreundAddress points made in post-commit review of replicatio...
2015-08-05 Andres FreundFix debug message output when connecting to a logical...
2015-07-07 Andres FreundFix logical decoding bug leading to inefficient reopeni...
2015-06-11 Peter EisentrautFix typo
2015-05-28 Tom LaneFix assorted inconsistencies in our calls of readlink().
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-20 Heikki LinnakangasFix more typos in comments.
2015-05-20 Heikki LinnakangasCollection of typo fixes.
2015-05-17 Magnus HaganderFix typos in comments
2015-05-15 Heikki LinnakangasAdd archive_mode='always' option.
2015-05-12 Andrew DunstanMap basebackup tablespaces using a tablespace_map file
2015-05-08 Heikki LinnakangasAdd macros to check if a filename is a WAL segment...
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-05-05 Peter EisentrautFix typos
2015-05-01 Andres FreundCopy editing of the replication origins patch.
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-27 Andres FreundUse a fd opened for read/write when syncing slots durin...
2015-04-26 Andres FreundFix various typos and grammar errors in comments.
2015-04-21 Andres FreundAdd 'active_in' column to pg_replication_slots.
2015-04-16 Heikki LinnakangasFix assertion failure in logical decoding.
2015-04-14 Heikki LinnakangasReorganize our CRC source files again.
2015-04-12 Heikki LinnakangasRemove duplicated words in comments.
2015-04-03 Fujii MasaoFix error handling of XLogReaderAllocate in case of OOM
2015-04-02 Simon RiggsCorrect comment to use RS_EPHEMERAL
2015-03-31 Heikki LinnakangasRemove spurious semicolons.
2015-03-26 Tom LaneTweak __attribute__-wrapping macros for better pgindent...
2015-03-26 Tatsuo IshiiMake SyncRepWakeQueue to a static function
2015-03-15 Andres FreundMerge the various forms of transaction commit & abort...
2015-03-13 Tatsuo IshiiFix integer overflow in debug message of walreceiver
2015-03-11 Andres FreundAdd macros wrapping all usage of gcc's __attribute__.
2015-03-04 Fujii MasaoFix an obsolete reference to SnapshotNow in comment.
2015-02-24 Peter EisentrautError when creating names too long for tar format
2015-02-24 Heikki LinnakangasFix typo in README.
2015-02-21 Tom LaneUse FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
2015-02-12 Tom LaneFix missing PQclear() in libpqrcv_endstreaming().
2015-02-06 Heikki LinnakangasReport WAL flush, not insert, position in replication...
2015-02-02 Heikki LinnakangasBe more careful to not lose sync in the FE/BE protocol.
2015-01-26 Tom LaneFurther cleanup of ReorderBufferCommit().
2015-01-24 Tom LaneFix unsafe coding in ReorderBufferCommit().
2015-01-24 Tom LaneReplace a bunch more uses of strncpy() with safer coding.
2015-01-17 Andres FreundReplace walsender's latch with the general shared latch.
2015-01-14 Andres FreundAdd a default local latch for use in signal handlers.
2015-01-13 Andres FreundCommonalize process startup code.
2015-01-13 Andres FreundAdd barriers to the latch code.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2015-01-03 Andres FreundPrevent WAL files created by pg_basebackup -x/X from...
2015-01-03 Andres FreundAdd pg_string_endswith as the start of a string helper...
2014-12-25 Fujii MasaoRemove duplicate include of slot.h.
2014-12-23 Alvaro HerreraRevert "Use a bitmask to represent role attributes"
2014-12-23 Alvaro HerreraUse a bitmask to represent role attributes
2014-12-18 Tom LaneImprove hash_create's API for selecting simple-binary...
2014-12-16 Heikki LinnakangasMisc comment typo fixes.
2014-12-12 Heikki LinnakangasPut the logic to decide which synchronous standby is...
2014-12-11 Tom LaneFix assorted confusion between Oid and int32.
2014-12-03 Alvaro HerreraKeep track of transaction commit timestamps
2014-12-02 Andres FreundDon't skip SQL backends in logical decoding for visibil...
2014-11-25 Heikki LinnakangasAllow using connection URI in primary_conninfo.
2014-11-24 Heikki LinnakangasDistinguish XLOG_FPI records generated for hint-bit...
2014-11-20 Heikki LinnakangasRevamp the WAL record format.
2014-11-14 Peter EisentrautImprove logical decoding log messages
2014-11-13 Andres FreundFix and improve cache invalidation logic for logical...
2014-11-13 Andres FreundFix xmin/xmax horizon computation during logical decodi...
2014-11-12 Andres FreundFix several weaknesses in slot and logical replication...
2014-11-12 Peter EisentrautMessage improvements
2014-11-07 Alvaro HerreraBRIN: Block Range Indexes
2014-11-04 Heikki LinnakangasSwitch to CRC-32C in WAL and other places.
2014-10-20 Robert HaasFix typos.
2014-10-01 Andres FreundImprove documentation about binary/textual output mode...
2014-09-25 Andres FreundFix VPATH builds of the replication parser from git...
2014-09-12 Fujii MasaoAdd GUC to enable logging of replication commands.
2014-09-05 Peter EisentrautAssorted message fixes and improvements
2014-09-01 Andres FreundFix s/pluggins/plugins/ typo in two comments.
2014-08-31 Andres FreundDeclare two variables in snapbuild.c as static.
2014-08-19 Fujii MasaoRevert "Fix bug in checking of IDENTIFY_SYSTEM result."
2014-08-19 Fujii MasaoFix bug in checking of IDENTIFY_SYSTEM result.
2014-08-12 Andres FreundBe less aggressive in asking for feedback of logical...
2014-07-31 Heikki LinnakangasMove log_newpage and log_newpage_buffer to xlog.c.
2014-07-24 Andres FreundProperly remove ephemeral replication slots after a...
2014-07-14 Noah MischAdd file version information to most installed Windows...
2014-07-12 Andres FreundFix decoding of consecutive MULTI_INSERTs emitted by...
2014-07-06 Andres FreundFix decoding of MULTI_INSERTs when rows other than...
2014-07-02 Andres FreundRename logical decoding's pg_llog directory to pg_logical.
2014-06-30 Andres FreundCheck interrupts during logical decoding more frequently.
2014-06-12 Andres FreundConsistency improvements for slot and decoding code.
2014-06-11 Fujii MasaoFix typos in comments.
2014-06-05 Andres FreundFix off-by-one in decoding causing one-record events...
2014-05-28 Tom LaneRevert "Fix bogus %name-prefix option syntax in all...
2014-05-28 Andres FreundDon't pay heed to wal_sender_timeout while creating...
2014-05-28 Tom LaneFix bogus %name-prefix option syntax in all our Bison...
2014-05-28 Magnus HaganderEnsure cleanup in case of early errors in streaming...
2014-05-23 Heikki LinnakangasFix misc typos in comments.
2014-05-22 Fujii MasaoFix typos in comments.
2014-05-17 Tom LaneFix a bunch of functions that were declared static...
2014-05-17 Tom LaneFix unaligned accesses in DecodeUpdate().
2014-05-16 Heikki LinnakangasFix thinko in logical decoding of commit-prepared records.
2014-05-15 Heikki LinnakangasMisc message style and doc fixes.
2014-05-09 Robert HaasCode review for logical decoding patch.
2014-05-06 Bruce Momjianpgindent run for 9.4
next