index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
Age
Commit message (
Expand
)
Author
2016-02-29
Fix typos
Alvaro Herrera
2015-11-21
Adopt the GNU convention for handling tar-archive members exceeding 8GB.
Tom Lane
2015-06-21
Truncate strings in tarCreateHeader() with strlcpy(), not sprintf().
Noah Misch
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-03
Prevent WAL files created by pg_basebackup -x/X from being archived again.
Andres Freund
2014-09-25
Fix VPATH builds of the replication parser from git for some !gcc compilers.
Andres Freund
2014-07-15
Reset master xmin when hot_standby_feedback disabled.
Simon Riggs
2014-05-28
Revert "Fix bogus %name-prefix option syntax in all our Bison files."
Tom Lane
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-06
Remove tabs after spaces in C comments
Bruce Momjian
2014-05-06
Fix use of free in walsender error handling after a sysid mismatch.
Heikki Linnakangas
2014-03-17
Fix bug in clean shutdown of walsender that pg_receiving is connecting to.
Fujii Masao
2014-02-01
Fix some more bugs in signal handlers and process shutdown logic.
Tom Lane
2014-01-07
Avoid including tablespaces inside PGDATA twice in base backups
Magnus Hagander
2013-06-26
Support clean switchover.
Fujii Masao
2013-03-25
In base backup, only include our own tablespace version directory.
Heikki Linnakangas
2012-12-21
Fix race condition if a file is removed while pg_basebackup is running.
Heikki Linnakangas
2012-11-23
pg_stat_replication.sync_state was displayed incorrectly at page boundary.
Heikki Linnakangas
2012-09-28
Fix tar files emitted by pg_basebackup to be POSIX conformant.
Tom Lane
2012-07-12
Fix walsender processes to establish a SIGALRM handler.
Tom Lane
2012-07-04
Always treat a standby returning an an invalid flush location as async
Magnus Hagander
2012-06-11
Prevent non-streaming replication connections from being selected sync slave
Magnus Hagander
2012-03-23
Cast some printf arguments to avoid possibly-nonportable behavior.
Tom Lane
2012-03-21
Fix bug where walsender goes into a busy loop if connection is terminated.
Heikki Linnakangas
2011-12-07
Fix corner cases in readlink() usage.
Tom Lane
2011-12-07
Avoid using readlink() on platforms that don't support it
Magnus Hagander
2011-10-22
Fix overly-complicated usage of errcode_for_file_access().
Heikki Linnakangas
2011-10-20
Simplify and improve ProcessStandbyHSFeedbackMessage logic.
Tom Lane
2011-10-18
Exclude postmaster.opts from base backups
Magnus Hagander
2011-10-06
Ensure walsenders can be SIGTERMed while in non-walsender code
Magnus Hagander
2011-08-10
Back-patch assorted latch-related fixes.
Tom Lane
2011-08-09
Measure WaitLatch's timeout parameter in milliseconds, not microseconds.
Tom Lane
2011-08-09
Documentation improvement and minor code cleanups for the latch facility.
Tom Lane
2011-08-06
Clean up ill-advised attempt to invent a private set of Node tags.
Tom Lane
2011-07-08
Message style improvements
Peter Eisentraut
2011-06-22
Add missing -I switch for VPATH builds.
Tom Lane
2011-06-22
Message style and spelling improvements
Peter Eisentraut
2011-06-09
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-04-29
Lowercase status labels in pg_stat_replication view.
Bruce Momjian
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-07
Revise the API for GUC variable assign hooks.
Tom Lane
2011-04-04
Merge synchronous_replication setting into synchronous_commit.
Robert Haas
2011-04-03
Avoid possible hang during smart shutdown.
Robert Haas
2011-04-01
Fix compiler warning.
Robert Haas
2011-03-30
Automatically terminate replication connections that are idle for more
Heikki Linnakangas
2011-03-30
Adjust error message, now that we expect other message types than connection
Heikki Linnakangas
2011-03-26
Additional test for each commit in sync rep path to plug minute
Simon Riggs
2011-03-25
Make walreceiver send a reply after receiving data but before flushing it.
Robert Haas
[next]