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
2018-09-01
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-08-08
Don't run atexit callbacks in quickdie signal handlers.
Heikki Linnakangas
2018-07-09
Prevent accidental linking of system-supplied copies of libpq.so etc.
Tom Lane
2018-06-25
Address set of issues with errno handling
Michael Paquier
2017-10-03
Fix coding rules violations in walreceiver.c
Alvaro Herrera
2017-06-15
Fix low-probability leaks of PGresult objects in the backend.
Tom Lane
2017-06-05
Remove leftover variable from previous commit.
Andres Freund
2017-06-05
Unify SIGHUP handling between normal and walsender backends.
Andres Freund
2017-05-15
Fix new warnings from GCC 7
Peter Eisentraut
2017-03-14
Spelling fixes
Peter Eisentraut
2017-01-26
Reset hot standby xmin after restart
Simon Riggs
2016-02-29
Fix typos
Alvaro Herrera
2015-12-13
Properly initialize write, flush and replay locations in walsender slots
Magnus Hagander
2015-11-21
Adopt the GNU convention for handling tar-archive members exceeding 8GB.
Tom Lane
2015-04-12
Remove duplicated words in comments.
Heikki Linnakangas
2015-03-26
Make SyncRepWakeQueue to a static function
Tatsuo Ishii
2015-03-14
Fix integer overflow in debug message of walreceiver
Tatsuo Ishii
2015-02-11
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-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-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-04-04
Fix bogus time printout in walreceiver's debug log messages.
Tom Lane
2014-03-17
Fix bug in clean shutdown of walsender that pg_receiving is connecting to.
Fujii Masao
2014-03-07
Fix typo in comment.
Heikki Linnakangas
2014-03-06
Send keepalives from walsender even when busy sending WAL.
Heikki Linnakangas
2014-03-04
Error out on send failure in walsender loop.
Heikki Linnakangas
2014-02-01
Fix some more bugs in signal handlers and process shutdown logic.
Tom Lane
2014-01-16
Fix Hot Standby feedback sending when streaming busily.
Heikki Linnakangas
2014-01-07
Avoid including tablespaces inside PGDATA twice in base backups
Magnus Hagander
2013-08-24
Don't crash when pg_xlog is empty and pg_basebackup -x is used
Magnus Hagander
2013-08-14
Treat timeline IDs as unsigned in replication parser
Peter Eisentraut
2013-07-28
Message style improvements
Peter Eisentraut
2013-06-26
Support clean switchover.
Fujii Masao
2013-05-30
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-22
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
[next]