Commits

Showing commits that first shipped in 9.5 (backpatches included). Clear

DateSubjectAuthorReleases
2018-09-01 Avoid using potentially-under-aligned page buffers. Tom Lane 9.5.15
2018-08-04 Reset properly errno before calling write() Michael Paquier 9.5.14
2018-06-25 Address set of issues with errno handling Michael Paquier 9.5.14
2016-09-27 Include <sys/select.h> where needed Alvaro Herrera 9.5.5
2016-08-29 Fix pg_receivexlog compile Alvaro Herrera 9.5.5
2016-08-29 Fix pg_receivexlog --synchronous Simon Riggs 9.5.5
2015-05-24 pgindent run for 9.5 Bruce Momjian 9.5.0
2015-01-06 Update copyright for 2015 Bruce Momjian 9.5.0
2015-01-05 Fix oversight in recent pg_basebackup fix causing pg_receivexlog failures. Andres Freund 9.5.0
2015-01-04 Fix inconsequential fd leak in the new mark_file_as_archived() function. Andres Freund 9.5.0
2015-01-03 Prevent WAL files created by pg_basebackup -x/X from being archived again. Andres Freund 9.5.0
2014-11-19 Fix bug in the test of file descriptor of current WAL file in pg_receivexlog. Fujii Masao 9.5.0
2014-11-19 Fix pg_receivexlog --slot so that it doesn't prevent the server shutdown. Fujii Masao 9.5.0
2014-11-17 Add --synchronous option to pg_receivexlog, for more reliable WAL writing. Fujii Masao 9.5.0
2014-10-20 Fix typos. Robert Haas 9.5.0
2014-08-19 Revert "Fix bug in checking of IDENTIFY_SYSTEM result." Fujii Masao 9.5.0
2014-08-19 Fix bug in checking of IDENTIFY_SYSTEM result. Fujii Masao 9.5.0
2014-08-08 Add -F option to pg_receivexlog, for specifying fsync interval. Fujii Masao 9.5.0
2014-08-06 Refactor pg_receivexlog main loop code, for readability, take 2. Fujii Masao 9.5.0
2014-08-02 Add missing PQclear() calls into pg_receivexlog. Fujii Masao 9.5.0
2014-08-02 Fix bug in pg_receivexlog --verbose. Fujii Masao 9.5.0
2014-07-24 Fix bug where pg_receivexlog goes into busy loop if -s option is set to 0. Fujii Masao 9.5.0
2014-07-08 Fix typo in comment. Fujii Masao 9.5.0
2014-07-07 Fix typos in comments. Fujii Masao 9.5.0
2014-07-04 Fix double-free bug of WAL streaming buffer in pg_receivexlog. Fujii Masao 9.5.0