postgresql/src/backend/postmaster
Michael Paquier 10074651e3 Add pg_promote function
This function is able to promote a standby with this new SQL-callable
function.  Execution access can be granted to non-superusers so that
failover tools can observe the principle of least privilege.

Catalog version is bumped.

Author: Laurenz Albe
Reviewed-by: Michael Paquier, Masahiko Sawada
Discussion: https://postgr.es/m/6e7c79b3ec916cf49742fb8849ed17cd87aed620.camel@cybertec.at
2018-10-25 09:46:00 +09:00
..
Makefile Revert "Allow on-line enabling and disabling of data checksums" 2018-04-09 19:03:42 +02:00
autovacuum.c Make autovacuum more aggressive to remove orphaned temp tables 2018-08-13 11:49:04 +02:00
bgworker.c Don't run atexit callbacks in quickdie signal handlers. 2018-08-08 19:10:32 +03:00
bgwriter.c Don't run atexit callbacks in quickdie signal handlers. 2018-08-08 19:10:32 +03:00
checkpointer.c Don't run atexit callbacks in quickdie signal handlers. 2018-08-08 19:10:32 +03:00
fork_process.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
pgarch.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
pgstat.c Add pg_promote function 2018-10-25 09:46:00 +09:00
postmaster.c Refactor pid, random seed and start time initialization. 2018-10-19 13:59:28 +13:00
startup.c Don't run atexit callbacks in quickdie signal handlers. 2018-08-08 19:10:32 +03:00
syslogger.c Implement "pg_ctl logrotate" command 2018-09-01 19:46:49 +03:00
walwriter.c Don't run atexit callbacks in quickdie signal handlers. 2018-08-08 19:10:32 +03:00