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
2013-08-24
Don't crash when pg_xlog is empty and pg_basebackup -x is used
Magnus Hagander
2013-06-25
Support clean switchover.
Fujii Masao
2013-03-25
In base backup, only include our own tablespace version directory.
Heikki Linnakangas
2013-02-23
Add quotes to messages
Peter Eisentraut
2013-01-03
Tolerate timeline switches while "pg_basebackup -X fetch" is running.
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-09-05
Fix bugs in cascading replication with recovery_target_timeline='latest'
Heikki Linnakangas
2012-08-09
Turn off WalSender keepalives by default, users can enable if desired
Simon Riggs
2012-08-09
Ensure all replication message info is available and correct via WalRcv
Simon Riggs
2012-08-08
Force archive_status of .done for xlogs created by dearchival/replication.
Simon Riggs
2012-07-18
Fix management of pendingOpsTable in auxiliary processes.
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-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-03-24
Cast some printf arguments to avoid possibly-nonportable behavior.
Tom Lane
2012-01-30
Minor bug fix and cleanup from self-review of sync rep queues patch.
Simon Riggs
2012-01-30
Various minor comments changes from bgwriter to checkpointer.
Simon Riggs
2012-01-25
Allow pg_basebackup from standby node with safety checking.
Simon Riggs
2012-01-24
Add new replication mode synchronous_commit = 'write'.
Simon Riggs
2012-01-13
Typo fix.
Robert Haas
2012-01-13
Minor but necessary improvements to WAL keepalives
Simon Riggs
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-12-31
Send new protocol keepalive messages to standby servers.
Simon Riggs
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-11-25
Move "hot" members of PGPROC into a separate PGXACT array.
Robert Haas
2011-11-02
Refactor xlog.c to create src/backend/postmaster/startup.c
Simon Riggs
2011-11-01
Clean up whitespace and indentation in parser and scanner files
Peter Eisentraut
2011-11-01
Comment changes to show bgwriter no longer performs checkpoints.
Simon Riggs
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-09-14
Split walsender.h in public/private headers
Alvaro Herrera
2011-09-09
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-09-08
Tweak string for uniformity
Alvaro Herrera
2011-09-07
Emit cascaded standby message on shutdown only when appropriate.
Simon Riggs
2011-09-04
Clean up the #include mess a little.
Tom Lane
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-08-27
Allow more include files to be compiled in their own by adding missing
Bruce Momjian
2011-08-10
Remove wal_sender_delay GUC, because it's no longer useful.
Tom Lane
2011-08-10
Change the autovacuum launcher to use WaitLatch instead of a poll loop.
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-19
Cascading replication feature for streaming log-based replication.
Simon Riggs
2011-07-08
Introduce a pipe between postmaster and each backend, which can be used to
Heikki Linnakangas
[next]