index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
controldata_utils.c
Age
Commit message (
Expand
)
Author
2019-05-14
Move logging.h and logging.c from src/fe_utils/ to src/common/.
Tom Lane
2019-04-01
Unified logging system for command-line programs
Peter Eisentraut
2019-03-18
Refactor more code logic to update the control file
Michael Paquier
2019-03-12
Add routine able to update the control file to src/common/
Michael Paquier
2019-03-09
Tighten use of OpenTransientFile and CloseTransientFile
Michael Paquier
2019-02-28
Make get_controlfile not leak file descriptors
Joe Conway
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-07-23
Add proper errcodes to new error messages for read() failures
Michael Paquier
2018-07-18
Rework error messages around file handling
Michael Paquier
2018-06-11
Adjust error message
Peter Eisentraut
2018-05-18
Fix error message on short read of pg_control
Magnus Hagander
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-09-28
Fix CRC check handling in get_controlfile
Peter Eisentraut
2016-09-21
pg_ctl: Detect current standby state from pg_control
Peter Eisentraut
2016-06-09
pgindent run for 9.6
Robert Haas
2016-03-07
Make get_controlfile() error logging consistent with src/common
Joe Conway
2016-03-05
Expose control file data via SQL accessible functions.
Joe Conway