index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
Age
Commit message (
Expand
)
Author
2016-01-09
Clean up some lack-of-STRICT issues in the core code, too.
Tom Lane
2015-12-13
Properly initialize write, flush and replay locations in walsender slots
Magnus Hagander
2015-11-22
Adopt the GNU convention for handling tar-archive members exceeding 8GB.
Tom Lane
2015-10-27
Measure string lengths only once
Alvaro Herrera
2015-10-03
Improve errhint() about replication slot naming restrictions.
Andres Freund
2015-08-11
Minor cleanups in slot related code.
Andres Freund
2015-08-10
Fix copy & paste mistake in pg_get_replication_slots().
Andres Freund
2015-07-07
Fix logical decoding bug leading to inefficient reopening of files.
Andres Freund
2015-04-27
Use a fd opened for read/write when syncing slots during startup.
Andres Freund
2015-04-12
Remove duplicated words in comments.
Heikki Linnakangas
2015-04-02
Correct comment to use RS_EPHEMERAL
Simon Riggs
2015-03-31
Remove spurious semicolons.
Heikki Linnakangas
2015-03-26
Make SyncRepWakeQueue to a static function
Tatsuo Ishii
2015-03-13
Fix integer overflow in debug message of walreceiver
Tatsuo Ishii
2015-02-12
Fix missing PQclear() in libpqrcv_endstreaming().
Tom Lane
2015-02-06
Report WAL flush, not insert, position in replication IDENTIFY_SYSTEM
Heikki Linnakangas
2015-02-02
Be more careful to not lose sync in the FE/BE protocol.
Heikki Linnakangas
2015-01-26
Further cleanup of ReorderBufferCommit().
Tom Lane
2015-01-24
Fix unsafe coding in ReorderBufferCommit().
Tom Lane
2015-01-08
Protect against XLogReaderAllocate() failing to allocate memory.
Andres Freund
2015-01-03
Prevent WAL files created by pg_basebackup -x/X from being archived again.
Andres Freund
2015-01-03
Add pg_string_endswith as the start of a string helper library in src/common.
Andres Freund
2014-12-25
Remove duplicate include of slot.h.
Fujii Masao
2014-12-16
Misc comment typo fixes.
Heikki Linnakangas
2014-12-11
Fix assorted confusion between Oid and int32.
Tom Lane
2014-12-02
Don't skip SQL backends in logical decoding for visibility computation.
Andres Freund
2014-11-14
Improve logical decoding log messages
Peter Eisentraut
2014-11-13
Fix and improve cache invalidation logic for logical decoding.
Andres Freund
2014-11-13
Fix xmin/xmax horizon computation during logical decoding initialization.
Andres Freund
2014-11-12
Fix several weaknesses in slot and logical replication on-disk serialization.
Andres Freund
2014-11-12
Message improvements
Peter Eisentraut
2014-10-01
Improve documentation about binary/textual output mode for output plugins.
Andres Freund
2014-09-25
Fix VPATH builds of the replication parser from git for some !gcc compilers.
Andres Freund
2014-09-05
Assorted message fixes and improvements
Peter Eisentraut
2014-08-19
Revert "Fix bug in checking of IDENTIFY_SYSTEM result."
Fujii Masao
2014-08-19
Fix bug in checking of IDENTIFY_SYSTEM result.
Fujii Masao
2014-08-12
Be less aggressive in asking for feedback of logical walsender clients.
Andres Freund
2014-07-24
Properly remove ephemeral replication slots after a crash restart.
Andres Freund
2014-07-12
Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().
Andres Freund
2014-07-09
Rename logical decoding's pg_llog directory to pg_logical.
Andres Freund
2014-07-06
Fix decoding of MULTI_INSERTs when rows other than the last are toasted.
Andres Freund
2014-06-30
Check interrupts during logical decoding more frequently.
Andres Freund
2014-06-12
Consistency improvements for slot and decoding code.
Andres Freund
2014-06-05
Fix off-by-one in decoding causing one-record events to be skipped.
Andres Freund
2014-05-28
Revert "Fix bogus %name-prefix option syntax in all our Bison files."
Tom Lane
2014-05-28
Don't pay heed to wal_sender_timeout while creating a decoding slot.
Andres Freund
2014-05-28
Fix bogus %name-prefix option syntax in all our Bison files.
Tom Lane
2014-05-28
Ensure cleanup in case of early errors in streaming base backups
Magnus Hagander
2014-05-23
Fix misc typos in comments.
Heikki Linnakangas
2014-05-22
Fix typos in comments.
Fujii Masao
[next]