postgresql/src/interfaces
Heikki Linnakangas 20bf7b2b0a Fix PQencryptPasswordConn to work with older server versions.
password_encryption was a boolean before version 10, so cope with "on" and
"off".

Also, change the behavior with "plain", to treat it the same as "md5".
We're discussing removing the password_encryption='plain' option from the
server altogether, which will make this the only reasonable choice, but
even if we kept it, it seems best to never send the password in cleartext.
2017-05-04 12:28:25 +03:00
..
ecpg Remove symbol WIN32_ONLY_COMPILER 2017-04-11 15:22:21 +02:00
libpq Fix PQencryptPasswordConn to work with older server versions. 2017-05-04 12:28:25 +03:00
Makefile Fix parallel make when running make install before make all 2011-03-08 23:52:29 +02:00