pgsql: doc: Clarify logical replication documentation

2019-07-08 Thread Peter Eisentraut
doc: Clarify logical replication documentation Document that the data types of replicated tables do not need to match. The documentation previously claimed that they had to match. Author: Robert Treat Discussion: https://www.postgresql.org/message-id/flat/CAJSLCQ13==d8ka2ylycttm0y+8mhgycx_zj7f

pgsql: doc: Clarify logical replication documentation

2019-07-08 Thread Peter Eisentraut
doc: Clarify logical replication documentation Document that the data types of replicated tables do not need to match. The documentation previously claimed that they had to match. Author: Robert Treat Discussion: https://www.postgresql.org/message-id/flat/CAJSLCQ13==d8ka2ylycttm0y+8mhgycx_zj7f

pgsql: doc: Clarify logical replication documentation

2019-07-08 Thread Peter Eisentraut
doc: Clarify logical replication documentation Document that the data types of replicated tables do not need to match. The documentation previously claimed that they had to match. Author: Robert Treat Discussion: https://www.postgresql.org/message-id/flat/CAJSLCQ13==d8ka2ylycttm0y+8mhgycx_zj7f

pgsql: doc: Clarify logical replication documentation

2019-07-08 Thread Peter Eisentraut
doc: Clarify logical replication documentation Document that the data types of replicated tables do not need to match. The documentation previously claimed that they had to match. Author: Robert Treat Discussion: https://www.postgresql.org/message-id/flat/CAJSLCQ13==d8ka2ylycttm0y+8mhgycx_zj7f

pgsql: tableam: Provide helper functions for relation sizing.

2019-07-08 Thread Robert Haas
tableam: Provide helper functions for relation sizing. Most block-based table AMs will need the exact same implementation of the relation_size callback as the heap, and if they use a standard page layout, they will likely need an implementation of the relation_estimate_size callback that is very s

pgsql: Remove unused C structure member

2019-07-08 Thread Bruce Momjian
Remove unused C structure member Remove quote_all_identifiers from struct _dumpOptions. Discussion: https://postgr.es/m/[email protected] Author: Arthur Zakirov Backpatch-through: head Branch -- master Details --- https://git.postgresql.org/pg/commit

pgsql: Adjust ssl_ciphers to be specific to OpenSSL

2019-07-08 Thread Bruce Momjian
Adjust ssl_ciphers to be specific to OpenSSL Syntax is OpenSSL-specific, so only use it for OpenSSL. Discussion: https://postgr.es/m/[email protected] Author: Daniel Gustafsson Backpatch-through: head Branch -- master Details --- https://git.postgresql.org/

pgsql: doc: adjust to_timestamp()/to_date() wording

2019-07-08 Thread Bruce Momjian
doc: adjust to_timestamp()/to_date() wording Discussion: https://postgr.es/m/[email protected] Author: Justin Pryzby Backpatch-through: 12 Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/38c268dde0ae749a93acd750afd1aad9c8f01049 Modified Files

pgsql: doc: adjust to_timestamp()/to_date() wording

2019-07-08 Thread Bruce Momjian
doc: adjust to_timestamp()/to_date() wording Discussion: https://postgr.es/m/[email protected] Author: Justin Pryzby Backpatch-through: 12 Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/d0217d5ef2b8c44fa786f7f96c514684a0a04b28 Modified

pgsql: Force hash joins to be enabled in the hash join regression tests

2019-07-08 Thread Thomas Munro
Force hash joins to be enabled in the hash join regression tests. Otherwise the regressplans.sh tests generate extremely slow nested loop joins. Back-patch to 11 where the hash join tests came in. Reported-by: Michael Paquier Discussion: https://postgr.es/m/20190708055256.GB2709%40paquier.xyz B

pgsql: Force hash joins to be enabled in the hash join regression tests

2019-07-08 Thread Thomas Munro
Force hash joins to be enabled in the hash join regression tests. Otherwise the regressplans.sh tests generate extremely slow nested loop joins. Back-patch to 11 where the hash join tests came in. Reported-by: Michael Paquier Discussion: https://postgr.es/m/20190708055256.GB2709%40paquier.xyz B

pgsql: Force hash joins to be enabled in the hash join regression tests

2019-07-08 Thread Thomas Munro
Force hash joins to be enabled in the hash join regression tests. Otherwise the regressplans.sh tests generate extremely slow nested loop joins. Back-patch to 11 where the hash join tests came in. Reported-by: Michael Paquier Discussion: https://postgr.es/m/20190708055256.GB2709%40paquier.xyz B