postgresql/src/backend
Fujii Masao 9a895462d9 Enhance pg_stat_wal_receiver view to display host and port of sender server.
Previously there was no way in the standby side to find out the host and port
of the sender server that the walreceiver was currently connected to when
multiple hosts and ports were specified in primary_conninfo. For that purpose,
this patch adds sender_host and sender_port columns into pg_stat_wal_receiver
view. They report the host and port that the active replication connection
currently uses.

Bump catalog version.

Author: Haribabu Kommi
Reviewed-by: Michael Paquier and me

Discussion: https://postgr.es/m/CAJrrPGcV_aq8=cdqkFhVDJKEnDQ70yRTTdY9RODzMnXNrCz2Ow@mail.gmail.com
2018-03-31 07:51:22 +09:00
..
access Ensure that WAL pages skipped by a forced WAL switch are zero-filled. 2018-03-30 16:18:18 -04:00
bootstrap Handle heap rewrites even better in logical decoding 2018-03-21 09:15:04 -04:00
catalog Enhance pg_stat_wal_receiver view to display host and port of sender server. 2018-03-31 07:51:22 +09:00
commands Allow to lock views. 2018-03-30 09:18:02 +09:00
executor C comments: "a" <--> "an" corrections 2018-03-29 15:18:53 -04:00
foreign Remove bogus "extern" annotations on function definitions. 2018-02-19 12:07:44 -05:00
jit Improve JIT docs. 2018-03-29 16:13:40 -07:00
lib Minor clean-up in dshash.{c,h}. 2018-03-01 16:25:46 -08:00
libpq C comments: "a" <--> "an" corrections 2018-03-29 15:18:53 -04:00
main Update copyright for 2018 2018-01-02 23:30:12 -05:00
nodes C comments: "a" <--> "an" corrections 2018-03-29 15:18:53 -04:00
optimizer Don't call IS_DUMMY_REL() when cheapest_total_path might be junk. 2018-03-30 11:40:41 -04:00
parser Handle INSERT .. ON CONFLICT with partitioned tables 2018-03-26 10:43:54 -03:00
po Translation updates 2017-08-07 13:55:34 -04:00
port Support huge pages on Windows 2018-01-21 15:40:46 +01:00
postmaster Log when a BRIN autosummarization request fails 2018-03-14 11:59:40 -03:00
regex Update copyright for 2018 2018-01-02 23:30:12 -05:00
replication Enhance pg_stat_wal_receiver view to display host and port of sender server. 2018-03-31 07:51:22 +09:00
rewrite Fast ALTER TABLE ADD COLUMN with a non-NULL default 2018-03-28 10:43:52 +10:30
snowball Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. 2018-01-26 18:25:14 -05:00
statistics Fast ALTER TABLE ADD COLUMN with a non-NULL default 2018-03-28 10:43:52 +10:30
storage Remove obsolete SLRU wrapping and warnings from predicate.c. 2018-03-30 15:11:39 -04:00
tcop Allow committing inside cursor loop 2018-03-28 19:03:26 -04:00
tsearch Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. 2018-01-26 18:25:14 -05:00
utils Improve out-of-memory error reports by including memory context name. 2018-03-30 13:53:33 -04:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
Makefile Add inlining support to LLVM JIT provider. 2018-03-28 13:19:08 -07:00
common.mk Add inlining support to LLVM JIT provider. 2018-03-28 13:19:08 -07:00
nls.mk Translation updates 2017-05-15 12:19:54 -04:00