summaryrefslogtreecommitdiff
path: root/src/bin/pg_basebackup/receivelog.c
AgeCommit message (Expand)Author
2020-01-01Update copyrights for 2020Bruce Momjian
2019-10-25Make the order of the header file includes consistent in non-backend modules.Amit Kapila
2019-07-29Handle fsync failures in pg_receivewal and pg_recvlogicalPeter Eisentraut
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-14Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane
2019-04-01Unified logging system for command-line programsPeter Eisentraut
2019-01-02Update copyright for 2019Bruce Momjian
2018-01-02Update copyright for 2018Bruce Momjian
2017-11-05Fix commentMagnus Hagander
2017-09-27pg_basebackup: Add option to create replication slotPeter Eisentraut
2017-09-19Make WAL segment size configurable at initdb time.Andres Freund
2017-08-04Message style improvementsPeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-06Fix some cases of "the the" split across two lines.Robert Haas
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-12Standardize "WAL location" terminologyPeter Eisentraut
2017-05-12Replace "transaction log" with "write-ahead log"Peter Eisentraut
2017-04-27Avoid slow shutdown of pg_basebackup.Tom Lane
2017-04-12Fix reversed check of return value from syncMagnus Hagander
2017-02-23Consistently declare timestamp variables as TimestampTz.Tom Lane
2017-01-16Make pg_basebackup use temporary replication slotsMagnus Hagander
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-27Don't rename .partial files in pg_receivexlog if an error occuredMagnus Hagander
2016-10-23Rename walmethod fsync method to syncMagnus Hagander
2016-10-23Allow pg_basebackup to stream transaction log in tar modeMagnus Hagander
2016-10-02Avoid leaking FDs after an fsync failure.Tom Lane
2016-09-29pg_basebackup: Add --nosync optionPeter Eisentraut
2016-09-29pg_basebackup pg_receivexlog: Issue fsync more carefullyPeter Eisentraut
2016-09-27Include <sys/select.h> where neededAlvaro Herrera
2016-08-29Fix pg_receivexlog --synchronousSimon Riggs
2016-03-11Refactor receivelog.c parametersMagnus Hagander
2016-03-08Handle invalid libpq sockets in more placesPeter Eisentraut
2016-01-02Update copyright for 2016Bruce Momjian
2015-05-23pgindent run for 9.5Bruce Momjian
2015-01-06Update copyright for 2015Bruce Momjian
2015-01-05Fix oversight in recent pg_basebackup fix causing pg_receivexlog failures.Andres Freund
2015-01-04Fix inconsequential fd leak in the new mark_file_as_archived() function.Andres Freund
2015-01-03Prevent WAL files created by pg_basebackup -x/X from being archived again.Andres Freund
2014-11-19Fix bug in the test of file descriptor of current WAL file in pg_receivexlog.Fujii Masao
2014-11-19Fix pg_receivexlog --slot so that it doesn't prevent the server shutdown.Fujii Masao
2014-11-18Add --synchronous option to pg_receivexlog, for more reliable WAL writing.Fujii Masao
2014-10-20Fix typos.Robert Haas
2014-08-19Revert "Fix bug in checking of IDENTIFY_SYSTEM result."Fujii Masao
2014-08-19Fix bug in checking of IDENTIFY_SYSTEM result.Fujii Masao
2014-08-08Add -F option to pg_receivexlog, for specifying fsync interval.Fujii Masao
2014-08-06Refactor pg_receivexlog main loop code, for readability, take 2.Fujii Masao
2014-08-02Add missing PQclear() calls into pg_receivexlog.Fujii Masao
2014-08-02Fix bug in pg_receivexlog --verbose.Fujii Masao