postgresql/src/backend/access
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
..
brin Extend index AM API for parallel index scans. 2017-01-24 16:42:58 -05:00
common Add a SHOW command to the replication command language. 2017-01-24 17:04:12 -05:00
gin Extend index AM API for parallel index scans. 2017-01-24 16:42:58 -05:00
gist Extend index AM API for parallel index scans. 2017-01-24 16:42:58 -05:00
hash Extend index AM API for parallel index scans. 2017-01-24 16:42:58 -05:00
heap Fix interaction of partitioned tables with BulkInsertState. 2017-01-24 08:50:16 -05:00
index Extend index AM API for parallel index scans. 2017-01-24 16:42:58 -05:00
nbtree Extend index AM API for parallel index scans. 2017-01-24 16:42:58 -05:00
rmgrdesc Fix race condition in reading commit timestamps 2017-01-19 18:24:17 -03:00
spgist Extend index AM API for parallel index scans. 2017-01-24 16:42:58 -05:00
tablesample Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
transam Logical replication 2017-01-20 09:04:49 -05:00
Makefile