pgsql: Use explicit_bzero() when clearing sslpassword in libpq

2020-05-20 Thread Michael Paquier
Use explicit_bzero() when clearing sslpassword in libpq Since 74a308c, any security-sensitive information gets cleared from memory this way. This was forgotten in 4dc6355. Author: Daniel Gustafsson Reviewed-by: Peter Eisentraut, Michael Paquier Discussion: https://postgr.es/m/935443ba-d42e-4ce0-

pgsql: Fix MSVC installations with multiple "configure" files detected

2020-05-20 Thread Michael Paquier
Fix MSVC installations with multiple "configure" files detected When installing binaries and libraries using the MSVC installation routines, the operation gets done after moving to the root folder, whose location is detected by checking if "configure" exists two times in a row. So, calling the in

pgsql: Fix MSVC installations with multiple "configure" files detected

2020-05-20 Thread Michael Paquier
Fix MSVC installations with multiple "configure" files detected When installing binaries and libraries using the MSVC installation routines, the operation gets done after moving to the root folder, whose location is detected by checking if "configure" exists two times in a row. So, calling the in

pgsql: Fix MSVC installations with multiple "configure" files detected

2020-05-20 Thread Michael Paquier
Fix MSVC installations with multiple "configure" files detected When installing binaries and libraries using the MSVC installation routines, the operation gets done after moving to the root folder, whose location is detected by checking if "configure" exists two times in a row. So, calling the in

pgsql: Fix MSVC installations with multiple "configure" files detected

2020-05-20 Thread Michael Paquier
Fix MSVC installations with multiple "configure" files detected When installing binaries and libraries using the MSVC installation routines, the operation gets done after moving to the root folder, whose location is detected by checking if "configure" exists two times in a row. So, calling the in

pgsql: Fix MSVC installations with multiple "configure" files detected

2020-05-20 Thread Michael Paquier
Fix MSVC installations with multiple "configure" files detected When installing binaries and libraries using the MSVC installation routines, the operation gets done after moving to the root folder, whose location is detected by checking if "configure" exists two times in a row. So, calling the in

pgsql: Fix MSVC installations with multiple "configure" files detected

2020-05-20 Thread Michael Paquier
Fix MSVC installations with multiple "configure" files detected When installing binaries and libraries using the MSVC installation routines, the operation gets done after moving to the root folder, whose location is detected by checking if "configure" exists two times in a row. So, calling the in

pgsql: doc: Adding a partition does not require Access Exclusive lock

2020-05-20 Thread Alvaro Herrera
doc: Adding a partition does not require Access Exclusive lock This doc update was missed in 898e5e3290a7. Backpatch to 12. Pointed out by Pavel Luzanov Discussion: https://postgr.es/m/[email protected] Branch -- REL_12_STABLE Details --- https://git.

pgsql: doc: Adding a partition does not require Access Exclusive lock

2020-05-20 Thread Alvaro Herrera
doc: Adding a partition does not require Access Exclusive lock This doc update was missed in 898e5e3290a7. Backpatch to 12. Pointed out by Pavel Luzanov Discussion: https://postgr.es/m/[email protected] Branch -- master Details --- https://git.postgre

pgsql: Tag refs/tags/REL_13_BETA1 was created

2020-05-20 Thread noreply
Tag refs/tags/REL_13_BETA1 was created.