postgresql/src/common
Joe Conway dc7d70ea05 Expose control file data via SQL accessible functions.
Add four new SQL accessible functions: pg_control_system(),
pg_control_checkpoint(), pg_control_recovery(), and pg_control_init()
which expose a subset of the control file data.

Along the way move the code to read and validate the control file to
src/common, where it can be shared by the new backend functions
and the original pg_controldata frontend program.

Patch by me, significant input, testing, and review by Michael Paquier.
2016-03-05 11:10:19 -08:00
..
Makefile Expose control file data via SQL accessible functions. 2016-03-05 11:10:19 -08:00
config_info.c Cosmetic improvements in new config_info code. 2016-02-21 11:38:24 -05:00
controldata_utils.c Expose control file data via SQL accessible functions. 2016-03-05 11:10:19 -08:00
exec.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
fe_memutils.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
pg_lzcompress.c Fix typos in comments 2016-02-01 11:43:48 +01:00
pgfnames.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
psprintf.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
relpath.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
restricted_token.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
rmtree.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
string.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
username.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
wait_error.c Update copyright for 2016 2016-01-02 13:33:40 -05:00