postgresql/src/backend
Robert Haas bbd8550bce Refactor other replication commands to use DestRemoteSimple.
Commit a84069d935 added a new type of
DestReceiver to avoid duplicating the existing code for the SHOW
command, but it turns out we can leverage that new DestReceiver
type in a few more places, saving some code.

Michael Paquier, reviewed by Andres Freund and by me.

Discussion: http://postgr.es/m/CAB7nPqSdFOQC0evc0r1nJeQyGBqjBrR41MC4rcMqUUpoJaZbtQ%40mail.gmail.com
Discussion: http://postgr.es/m/CAB7nPqT2K4XFT1JgqufFBjsOc-NUKXg5qBDucHPMbk6Xi1kYaA@mail.gmail.com
2017-02-01 13:42:41 -05:00
..
access Refactor other replication commands to use DestRemoteSimple. 2017-02-01 13:42:41 -05:00
bootstrap Remove dead code in bootstrap 2017-01-17 16:54:40 -03:00
catalog Tweak catalog indexing abstraction for upcoming WARM 2017-01-31 18:42:24 -03:00
commands Replace isMD5() with a more future-proof way to check if pw is encrypted. 2017-02-01 13:11:37 +02:00
executor Use castNode() in a bunch of statement-list-related code. 2017-01-26 22:09:34 -05:00
foreign Generate fmgr prototypes automatically 2017-01-17 14:06:07 -05:00
lib Fix overflow check in StringInfo; add missing casts 2017-01-10 11:41:13 -03:00
libpq Replace isMD5() with a more future-proof way to check if pw is encrypted. 2017-02-01 13:11:37 +02:00
main Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
nodes Logical replication 2017-01-20 09:04:49 -05:00
optimizer Refactor bitmap heap scan estimation of heap pages fetched. 2017-01-27 16:28:47 -05:00
parser Use castNode() in a bunch of statement-list-related code. 2017-01-26 22:09:34 -05:00
po Translation updates 2016-08-08 11:08:00 -04:00
port Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
postmaster Fix typo: pg_statistics -> pg_statistic 2017-01-25 14:38:33 -05:00
regex Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
replication Refactor other replication commands to use DestRemoteSimple. 2017-02-01 13:42:41 -05:00
rewrite Tweak catalog indexing abstraction for upcoming WARM 2017-01-31 18:42:24 -03:00
snowball Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
storage Tweak catalog indexing abstraction for upcoming WARM 2017-01-31 18:42:24 -03:00
tcop Improve comments about ProcessUtility's queryString parameter. 2017-01-27 10:02:04 -05:00
tsearch Move some things from builtins.h to new header files 2017-01-20 20:29:53 -05:00
utils Don't create "holes" in BufFiles, in the new logtape code. 2017-02-01 12:17:38 +02:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
Makefile Fix parallel make issue with new fmgrprotos.h 2017-01-23 15:36:27 -05:00
common.mk Remove maintainer-check target, fold into normal build 2013-10-10 20:11:56 -04:00
nls.mk Remove trailing slashes from directories in find command 2015-09-18 22:06:54 -04:00