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 e
Use NIL instead of NULL for an empty List.
Tatsuro Yamada, reviewed by Ashutosh Bapat
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/c6ff380e380686fd6b3bd056ccd09ea469f1267c
Modified Files
--
contrib/postgres_fdw/postgres_fdw.c | 4 ++--
1 file changed,
psql: Tab-complete LOCK [TABLE] ... IN {ACCESS|ROW|SHARE}.
Suggest the lock modes that begin with the word in question.
Thomas Munro, reviewed by Marllius Ribeiro. Comments tweaked by me.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/1d15d0db50a5f39ab69c1fe60f2d5
psql: Split up "Modifiers" column in \d and \dD
Make separate columns "Collation", "Nullable", "Default".
Reviewed-by: Kuntal Ghosh
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/a0f357e570ce01cf017f02d9f05ab2272663d695
Modified Files
--
contrib/earth
Sync our copy of the timezone library with IANA tzcode master.
This patch absorbs some unreleased fixes for symlink manipulation bugs
introduced in tzcode 2016g. Ordinarily I'd wait around for a released
version, but in this case it seems like we could do with extra testing,
in particular checkin
doc: Add index letter links to XSLT HTML build
This matches what was already implemented in the DSSSL HTML build.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/97f16b87028b1af8606094d80bb92b24318ce1db
Modified Files
--
doc/src/sgml/stylesheet.xsl | 187