index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
Commit message (
Expand
)
Author
Age
*
pg_stat_replication.sync_state was displayed incorrectly at page boundary.
Heikki Linnakangas
2012-11-23
*
Fix tar files emitted by pg_basebackup to be POSIX conformant.
Tom Lane
2012-09-28
*
Fix walsender processes to establish a SIGALRM handler.
Tom Lane
2012-07-12
*
Always treat a standby returning an an invalid flush location as async
Magnus Hagander
2012-07-04
*
Prevent non-streaming replication connections from being selected sync slave
Magnus Hagander
2012-06-11
*
Cast some printf arguments to avoid possibly-nonportable behavior.
Tom Lane
2012-03-23
*
Fix bug where walsender goes into a busy loop if connection is terminated.
Heikki Linnakangas
2012-03-21
*
Fix corner cases in readlink() usage.
Tom Lane
2011-12-07
*
Avoid using readlink() on platforms that don't support it
Magnus Hagander
2011-12-07
*
Fix overly-complicated usage of errcode_for_file_access().
Heikki Linnakangas
2011-10-22
*
Simplify and improve ProcessStandbyHSFeedbackMessage logic.
Tom Lane
2011-10-20
*
Exclude postmaster.opts from base backups
Magnus Hagander
2011-10-18
*
Ensure walsenders can be SIGTERMed while in non-walsender code
Magnus Hagander
2011-10-06
*
Back-patch assorted latch-related fixes.
Tom Lane
2011-08-10
*
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-09
*
Clean up ill-advised attempt to invent a private set of Node tags.
Tom Lane
2011-08-06
*
Message style improvements
Peter Eisentraut
2011-07-08
*
Add missing -I switch for VPATH builds.
Tom Lane
2011-06-22
*
Message style and spelling improvements
Peter Eisentraut
2011-06-22
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
*
Lowercase status labels in pg_stat_replication view.
Bruce Momjian
2011-04-29
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Revise the API for GUC variable assign hooks.
Tom Lane
2011-04-07
*
Merge synchronous_replication setting into synchronous_commit.
Robert Haas
2011-04-04
*
Avoid possible hang during smart shutdown.
Robert Haas
2011-04-03
*
Fix compiler warning.
Robert Haas
2011-04-01
*
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-30
*
Additional test for each commit in sync rep path to plug minute
Simon Riggs
2011-03-26
*
Make walreceiver send a reply after receiving data but before flushing it.
Robert Haas
2011-03-25
*
Move synchronous_standbys_defined updates from WAL writer to BG writer.
Robert Haas
2011-03-18
*
Make synchronous replication query cancel/die messages more consistent.
Robert Haas
2011-03-18
*
Remove bogus comment.
Robert Haas
2011-03-17
*
Fix various possible problems with synchronous replication.
Robert Haas
2011-03-17
*
Make error handling of synchronous_standby_names consistent.
Robert Haas
2011-03-10
*
More synchronous replication typo fixes.
Robert Haas
2011-03-10
*
More synchronous replication tweaks.
Robert Haas
2011-03-10
*
Minor sync rep corrections.
Robert Haas
2011-03-10
*
Replication README updates.
Robert Haas
2011-03-10
*
Cleanup copyright years and file names in the header comments of some files.
Itagaki Takahiro
2011-03-10
*
Mention gcc version in C comment.
Bruce Momjian
2011-03-09
*
Silence compiler warning about undefined function when compiling without
Heikki Linnakangas
2011-03-07
*
Dynamic array required within pg_stat_replication.
Simon Riggs
2011-03-07
*
Add new files for syncrep missed in previous commit
Simon Riggs
2011-03-06
*
Efficient transaction-controlled synchronous replication.
Simon Riggs
2011-03-06
*
Change pg_last_xlog_receive_location() not to move backwards. That makes
Heikki Linnakangas
2011-03-01
*
Avoid excessive Hot Standby feedback messages.
Robert Haas
2011-03-01
*
Increase the default for wal_sender_delay from 200ms to 1s. Now that WAL
Heikki Linnakangas
2011-02-26
*
Make a hard state change from catchup to streaming mode.
Simon Riggs
2011-02-18
[next]