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