postgresql/src
Robert Haas 274bb2b385 libpq: Allow connection strings and URIs to specify multiple hosts.
It's also possible to specify a separate port for each host.

Previously, we'd loop over every address returned by looking up the
host name; now, we'll try every address for every host name.

Patch by me.  Victor Wagner wrote an earlier patch for this feature,
which I read, but I didn't use any of his code.  Review by Mithun Cy.
2016-11-03 09:25:20 -04:00
..
backend Don't make FK-based selectivity estimates in inheritance situations. 2016-11-02 15:50:15 -04:00
bin Fix memory leak in tar file padding 2016-10-30 14:10:39 +01:00
common Rename "pg_xlog" directory to "pg_wal". 2016-10-20 11:32:18 -04:00
fe_utils Teach appendShellString() to not quote strings containing "-". 2016-09-06 14:53:31 -04:00
include Remove declarations for pq_putmessage_hook and pq_flush_hook. 2016-10-31 09:14:46 -04:00
interfaces libpq: Allow connection strings and URIs to specify multiple hosts. 2016-11-03 09:25:20 -04:00
makefiles Remove "sco" and "unixware" ports. 2016-10-11 11:26:04 -04:00
pl Add function name to PyArg_ParseTuple() 2016-10-27 15:41:29 -04:00
port Remove invitation to report a bug about unknown encoding 2016-10-27 18:43:46 -04:00
template Remove "sco" and "unixware" ports. 2016-10-11 11:26:04 -04:00
test Don't convert Consts into Vars during setrefs.c processing. 2016-11-02 14:32:13 -04:00
timezone Fix not-HAVE_SYMLINK code in zic.c. 2016-10-26 13:40:41 -04:00
tools Revert "Replace PostmasterRandom() with a stronger way of generating randomness." 2016-10-18 16:28:23 +03:00
tutorial Update copyright for 2016 2016-01-02 13:33:40 -05:00
.gitignore
DEVELOPERS
Makefile Install TAP test infrastructure so it's available for extension testing. 2016-09-23 15:50:00 -04:00
Makefile.global.in Remove "sco" and "unixware" ports. 2016-10-11 11:26:04 -04:00
Makefile.shlib Remove "sco" and "unixware" ports. 2016-10-11 11:26:04 -04:00
bcc32.mak
nls-global.mk nls-global.mk: search build dir for source files, too 2016-06-07 18:55:18 -04:00
win32.mak