pgsql: Fix typo in pgbench.c

2019-01-22 Thread Michael Paquier
Fix typo in pgbench.c Author: Moon, Insung Discussion: https://postgr.es/m/008001d4b2db$1f772170$5e656450$@lab.ntt.co.jp Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/1699e6dd1fa7fbc7c3d114b121828eb27eb523b1 Modified Files -- src/bin/pgbench/pgbench.c

pgsql: Doc: fix typo in URL of OASIS group web site.

2019-01-22 Thread Tatsuo Ishii
Doc: fix typo in URL of OASIS group web site. In other places that has been changed from http://www.oasis-open.org/ https://www.oasis-open.org/ but there's a place where the change was missed. Discussion: https://postgr.es/m/20190121.222844.399814306477973879.t-ishii%40sraoss.co.jp Branch --

pgsql: Doc: fix typo in URL of OASIS group web site.

2019-01-22 Thread Tatsuo Ishii
Doc: fix typo in URL of OASIS group web site. In other places that has been changed from http://www.oasis-open.org/ https://www.oasis-open.org/ but there's a place where the change was missed. Discussion: https://postgr.es/m/20190121.222844.399814306477973879.t-ishii%40sraoss.co.jp Branch --

pgsql: Make vacuumdb test regex more modular for its query output

2019-01-22 Thread Michael Paquier
Make vacuumdb test regex more modular for its query output This is in preparation for always using a catalog query to discover tables, where the ANALYZE and VACUUM queries get completed with relation names. Author: Nathan Bossart Discussion: https://postgr.es/m/20190122060730.gd8...@paquier.xyz

pgsql: Fix handling of volatile expressions in COPY FROM ... WHERE

2019-01-22 Thread Tomas Vondra
Fix handling of volatile expressions in COPY FROM ... WHERE The checking for calls to volatile functions in the COPY FROM ... WHERE expression was treating all WHERE clauses as if containing such calls. While that does not produce incorrect results, this disables batching which may result in signi

pgsql: llvm: Fix file-ending in IDENTIFICATION comments.

2019-01-22 Thread Andres Freund
llvm: Fix file-ending in IDENTIFICATION comments. Author: Amit Langote Discussion: https://postgr.es/m/9a54dcef-c799-ce89-2e47-0a7fc12d5...@lab.ntt.co.jp Backpatch: 11-, where llvm was introduced. Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/f6192660ab861

pgsql: llvm: Fix file-ending in IDENTIFICATION comments.

2019-01-22 Thread Andres Freund
llvm: Fix file-ending in IDENTIFICATION comments. Author: Amit Langote Discussion: https://postgr.es/m/9a54dcef-c799-ce89-2e47-0a7fc12d5...@lab.ntt.co.jp Backpatch: 11-, where llvm was introduced. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/005881033d4e34c0b2e0