postgresql/src/backend/utils
Robert Haas d1ecd53947 Add a SHOW command to the replication command language.
This is useful infrastructure for an upcoming proposed patch to
allow the WAL segment size to be changed at initdb time; tools like
pg_basebackup need the ability to interrogate the server setting.
But it also doesn't seem like a bad thing to have independently of
that; it may find other uses in the future.

Robert Haas and Beena Emerson.  (The original patch here was by
Beena, but I rewrote it to such a degree that most of the code
being committed here is mine.)

Discussion: http://postgr.es/m/CA+TgmobNo4qz06wHEmy9DszAre3dYx-WNhHSCbU9SAwf+9Ft6g@mail.gmail.com
2017-01-24 17:04:12 -05:00
..
adt Reindent table partitioning code. 2017-01-24 10:20:02 -05:00
cache Move some things from builtins.h to new header files 2017-01-20 20:29:53 -05:00
error Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
fmgr Move some things from builtins.h to new header files 2017-01-20 20:29:53 -05:00
hash Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
init Move some things from builtins.h to new header files 2017-01-20 20:29:53 -05:00
mb Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
misc Add a SHOW command to the replication command language. 2017-01-24 17:04:12 -05:00
mmgr Change representation of statement lists, and add statement location info. 2017-01-14 16:02:35 -05:00
resowner Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
sort Fix NULL pointer dereference in tuplesort.c. 2017-01-16 13:53:40 -05:00
time Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
.gitignore Generate fmgr prototypes automatically 2017-01-17 14:06:07 -05:00
errcodes.txt Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
Gen_dummy_probes.pl Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
Gen_dummy_probes.sed Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
Gen_fmgrtab.pl Generate fmgr prototypes automatically 2017-01-17 14:06:07 -05:00
generate-errcodes.pl Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
Makefile Fix parallel make issue with new fmgrprotos.h 2017-01-23 15:36:27 -05:00
probes.d Update copyright via script for 2017 2017-01-03 13:48:53 -05:00