summaryrefslogtreecommitdiff
path: root/src/bin/pg_basebackup/receivelog.c
AgeCommit message (Expand)Author
6 daysStandardize LSN formatting by zero paddingÁlvaro Herrera
2025-02-12Clean up impenetrable logic in pg_basebackup/receivelog.c.Tom Lane
2025-01-09Fix off_t overflow in pg_basebackup on Windows.Thomas Munro
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-06Remove unused #include's from bin .c filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-19walmethods.c/h: Make WalWriteMethod more object-oriented.Robert Haas
2022-09-19walmethods.c/h: Make Walfile a struct, rather than a void *Robert Haas
2022-08-26Remove unneeded null pointer checks before PQfreemem()Peter Eisentraut
2022-08-13Remove configure probe for sys/select.h.Thomas Munro
2022-04-12Remove WalCompressionMethod in favor of pg_compress_algorithmMichael Paquier
2022-04-08Improve frontend error logging style.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-17Handle close() failures more robustly in pg_dump and pg_basebackup.Tom Lane
2021-11-17Fix incorrect format placeholdersPeter Eisentraut
2021-11-04Rework compression options of pg_receivewalMichael Paquier
2021-09-17Clarify some errors in pg_receivewal when closing WAL segmentsMichael Paquier
2021-08-31Refactor one use of IDENTIFY_SYSTEM in WAL streaming code of pg_basebackupMichael Paquier
2021-08-08Remove some unnecessary casts in format argumentsPeter Eisentraut
2021-07-26Fix a couple of memory leaks in src/bin/pg_basebackup/Michael Paquier
2021-07-20Fix some issues with WAL segment opening for pg_receivewal --compressMichael Paquier
2021-04-23Factor out system call names from error messagesPeter Eisentraut
2021-02-23Simplify printing of LSNsPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-09-10Remove unused parameterPeter Eisentraut
2020-07-08code: replace 'master' with 'primary' where appropriate.Andres Freund
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-03Update copyright for 2018Bruce Momjian
2017-11-05Fix commentMagnus Hagander
2017-09-27pg_basebackup: Add option to create replication slotPeter Eisentraut
2017-09-20Make 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