index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
Commit message (
Expand
)
Author
Age
*
Add missing newlines in error messages
Peter Eisentraut
2020-05-03
*
Rename connection parameters to control min/max SSL protocol version in libpq
Michael Paquier
2020-04-30
*
Fix memory leak in libpq when using sslmode=verify-full
Michael Paquier
2020-04-22
*
Revert "Only provide new libpq sslpasskey hook for openssl-enabled builds"
Andrew Dunstan
2020-04-17
*
Only provide new libpq sslpasskey hook for openssl-enabled builds
Andrew Dunstan
2020-04-17
*
Use perl warnings pragma consistently
Andrew Dunstan
2020-04-13
*
Allow ecpg to be built stand-alone, allow parallel libpq make
Bruce Momjian
2020-03-31
*
Fix issues around .pgpass file.
Fujii Masao
2020-03-05
*
Remove long unused code behind a #if 0
Peter Eisentraut
2020-03-02
*
Add PostgreSQL home page to --help output
Peter Eisentraut
2020-02-28
*
Refer to bug report address by symbol rather than hardcoding
Peter Eisentraut
2020-02-28
*
Fix compiler warnings on 64-bit Windows
Peter Eisentraut
2020-02-21
*
Fix assorted error-cleanup bugs in SSL min/max protocol version code.
Tom Lane
2020-02-02
*
Allow building without default socket directory
Peter Eisentraut
2020-01-31
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
*
Fix dispsize for libpq connection parameters channel_binding and gssencmode
Michael Paquier
2020-01-29
*
Add connection parameters to control SSL protocol min/max in libpq
Michael Paquier
2020-01-28
*
Fix out-of-memory handling in ecpglib.
Tom Lane
2020-01-19
*
Move wchar.c and encnames.c to src/common/.
Tom Lane
2020-01-16
*
Remove libpq.rc, use win32ver.rc for libpq
Peter Eisentraut
2020-01-15
*
Reduce size of backend scanner's tables.
Tom Lane
2020-01-13
*
Extensive code review for GSSAPI encryption mechanism.
Tom Lane
2020-01-11
*
Improve GSSAPI Encryption startup comment in libpq
Stephen Frost
2020-01-08
*
Remove support for OpenSSL 0.9.8 and 1.0.0
Michael Paquier
2020-01-06
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
libpq should expose GSS-related parameters even when not implemented.
Tom Lane
2019-12-20
*
Sort out getpeereid() and peer auth handling on Windows
Peter Eisentraut
2019-12-16
*
Remove PQsslpassword function
Andrew Dunstan
2019-12-07
*
Fix handling of OpenSSL's SSL_clear_options
Michael Paquier
2019-12-06
*
Offer pnstrdup to frontend code
Alvaro Herrera
2019-12-04
*
Add dummy versions of new SSL functions for non-SSL builds
Andrew Dunstan
2019-12-01
*
libq support for sslpassword connection param, DER format keys
Andrew Dunstan
2019-11-30
*
Fix off-by-one error in PGTYPEStimestamp_fmt_asc
Tomas Vondra
2019-11-30
*
Remove useless "return;" lines
Alvaro Herrera
2019-11-28
*
Make the order of the header file includes consistent.
Amit Kapila
2019-11-25
*
Fix ecpglib.h to declare bool consistently with c.h.
Tom Lane
2019-11-12
*
Move declaration of ecpg_gettext() to a saner place.
Tom Lane
2019-11-07
*
Remove HAVE_LONG_LONG_INT
Peter Eisentraut
2019-11-07
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
*
Fix typos in the code
Michael Paquier
2019-10-30
*
Fix compiler warnings in ecpg tests
Peter Eisentraut
2019-10-29
*
Revert "Revert part of commit dddf4cdc3."
Tom Lane
2019-10-25
*
Get rid of useless/dangerous redefinition of bool in ECPG.
Tom Lane
2019-10-25
*
Revert part of commit dddf4cdc3.
Amit Kapila
2019-10-25
*
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2019-10-25
*
Remove libpq-dist.rc
Peter Eisentraut
2019-10-23
*
Fix thinkos from 4f4061b for libpq integer parsing
Michael Paquier
2019-10-23
*
Fix error reporting of connect_timeout in libpq for value parsing
Michael Paquier
2019-10-21
*
Fix parsing of integer values for connection parameters in libpq
Michael Paquier
2019-10-21
*
Clean up MinGW def file generation
Peter Eisentraut
2019-10-20
[next]