summaryrefslogtreecommitdiff
path: root/src/common/controldata_utils.c
AgeCommit message (Expand)Author
2025-04-07Use XLOG_CONTROL_FILE macro consistently for control file name.Fujii Masao
2025-02-20Remove various unnecessary (char *) castsPeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-06Remove unused #include's from bin .c filesPeter Eisentraut
2024-03-13Expose new function get_controlfile_by_exact_path().Robert Haas
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-16Try to handle torn reads of pg_control in frontend.Thomas Munro
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-15Static assertions cleanupPeter Eisentraut
2022-10-28Remove AssertArg and AssertStatePeter Eisentraut
2022-09-12Assorted examples of expanded type-safer palloc/pg_malloc APIPeter Eisentraut
2022-04-08Improve frontend error logging style.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-29Centralize timestamp computation of control file on updatesMichael Paquier
2021-01-02Update copyright for 2021Bruce Momjian
2020-01-01Update copyrights for 2020Bruce Momjian
2019-07-07Use consistent style for checking return from system callsPeter Eisentraut
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-03-18Refactor more code logic to update the control fileMichael Paquier
2019-03-12Add routine able to update the control file to src/common/Michael Paquier
2019-03-08Tighten use of OpenTransientFile and CloseTransientFileMichael Paquier
2019-02-28Make get_controlfile not leak file descriptorsJoe Conway
2019-01-02Update copyright for 2019Bruce Momjian
2018-07-23Add proper errcodes to new error messages for read() failuresMichael Paquier
2018-07-17Rework error messages around file handlingMichael Paquier
2018-06-11Adjust error messagePeter Eisentraut
2018-05-18Fix error message on short read of pg_controlMagnus Hagander
2018-01-03Update copyright for 2018Bruce Momjian
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-09-28Fix CRC check handling in get_controlfilePeter Eisentraut
2016-09-21pg_ctl: Detect current standby state from pg_controlPeter Eisentraut
2016-06-09pgindent run for 9.6Robert Haas
2016-03-07Make get_controlfile() error logging consistent with src/commonJoe Conway
2016-03-05Expose control file data via SQL accessible functions.Joe Conway