index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
Age
Commit message (
Expand
)
Author
2014-02-03
Make pg_basebackup skip temporary statistics files.
Fujii Masao
2014-02-02
Clean up some sloppy coding in repl_gram.y.
Tom Lane
2014-02-02
Fix typos in docs and comments.
Fujii Masao
2014-02-01
Fix some more bugs in signal handlers and process shutdown logic.
Tom Lane
2014-02-01
Introduce replication slots.
Robert Haas
2014-01-27
Change the suffix of auto conf temporary file from "temp" to "tmp".
Fujii Masao
2014-01-16
Fix Hot Standby feedback sending when streaming busily.
Heikki Linnakangas
2014-01-07
Update copyright for 2014
Bruce Momjian
2014-01-07
Avoid including tablespaces inside PGDATA twice in base backups
Magnus Hagander
2013-12-18
Add ALTER SYSTEM command to edit the server configuration file.
Tatsuo Ishii
2013-12-13
Fix more instances of "the the" in comments.
Heikki Linnakangas
2013-09-03
Fix typo in comment.
Heikki Linnakangas
2013-08-24
Don't crash when pg_xlog is empty and pg_basebackup -x is used
Magnus Hagander
2013-08-15
Treat timeline IDs as unsigned in replication parser
Peter Eisentraut
2013-07-28
Message style improvements
Peter Eisentraut
2013-06-25
Support clean switchover.
Fujii Masao
2013-05-31
Minor spell checking
Peter Eisentraut
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-05-08
Fix walsender failure at promotion.
Heikki Linnakangas
2013-03-25
In base backup, only include our own tablespace version directory.
Heikki Linnakangas
2013-03-17
Move pqsignal() to libpgport.
Tom Lane
2013-02-27
Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE.
Heikki Linnakangas
2013-02-23
Add quotes to messages
Peter Eisentraut
2013-02-15
Force archive_status of .done for xlogs created by dearchival/replication.
Simon Riggs
2013-02-12
Add noreturn attributes to some error reporting functions
Peter Eisentraut
2013-02-04
Reset master xmin when hot_standby_feedback disabled.
Simon Riggs
2013-01-23
Fix more issues with cascading replication and timeline switches.
Heikki Linnakangas
2013-01-18
Now that START_REPLICATION returns the next timeline's ID after reaching end
Heikki Linnakangas
2013-01-17
I added a result set to START_STREAMING command, but neglected walreceiver.
Heikki Linnakangas
2013-01-17
Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.
Heikki Linnakangas
2013-01-14
Return value of lseek() can be negative on failure.
Heikki Linnakangas
2013-01-13
Improve handling of ereport(ERROR) and elog(ERROR).
Tom Lane
2013-01-03
Tolerate timeline switches while "pg_basebackup -X fetch" is running.
Heikki Linnakangas
2013-01-03
Delay reading timeline history file until it's fetched from master.
Heikki Linnakangas
2013-01-02
Move tar function headers to pgtar.h
Magnus Hagander
2013-01-01
Update copyrights for 2013
Bruce Momjian
2013-01-01
Unify some tar functionality across different parts
Magnus Hagander
2012-12-28
Remove obsolete XLogRecPtr macros
Alvaro Herrera
2012-12-27
Assign InvalidXLogRecPtr instead of MemSet(0)
Alvaro Herrera
2012-12-21
Fix sloppiness in the timeline switch over streaming replication patch.
Heikki Linnakangas
2012-12-21
Fix race condition if a file is removed while pg_basebackup is running.
Heikki Linnakangas
2012-12-20
Follow TLI of last replayed record, not recovery target TLI, in walsenders.
Heikki Linnakangas
2012-12-13
Allow a streaming replication standby to follow a timeline switch.
Heikki Linnakangas
2012-11-07
Make the streaming replication protocol messages architecture-independent.
Heikki Linnakangas
2012-10-15
Fix typo in comment.
Heikki Linnakangas
2012-10-11
Improve replication connection timeouts.
Heikki Linnakangas
2012-10-11
Refactor flex and bison make rules
Peter Eisentraut
2012-10-09
Remove stray newline in comment.
Heikki Linnakangas
2012-10-09
Remove generation of repl_gram.h
Peter Eisentraut
2012-10-08
Fix walsender handling of postmaster shutdown, to not go into endless loop.
Heikki Linnakangas
[next]