summaryrefslogtreecommitdiff
path: root/src/common/controldata_utils.c
AgeCommit message (Expand)Author
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-09Tighten 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-18Rework 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-02Update 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