Commit Graph

4209 Commits (ce77abe63cfc85fb0bc236deb2cc34ae35cb5324)

Author SHA1 Message Date
Bruce Momjian 051fd5e0f9 Allow ecpg to be built stand-alone, allow parallel libpq make 6 years ago
Fujii Masao 2eb3bc5881 Fix issues around .pgpass file. 6 years ago
Peter Eisentraut d433b79b89 Remove long unused code behind a #if 0 6 years ago
Peter Eisentraut 1933ae629e Add PostgreSQL home page to --help output 6 years ago
Peter Eisentraut 864934131e Refer to bug report address by symbol rather than hardcoding 6 years ago
Peter Eisentraut 3f9c1697dc Fix compiler warnings on 64-bit Windows 6 years ago
Tom Lane 6148e2b9a6 Fix assorted error-cleanup bugs in SSL min/max protocol version code. 6 years ago
Peter Eisentraut a9cff89f7e Allow building without default socket directory 6 years ago
Alvaro Herrera c9d2977519 Clean up newlines following left parentheses 6 years ago
Michael Paquier 29e321cdd6 Fix dispsize for libpq connection parameters channel_binding and gssencmode 6 years ago
Michael Paquier ff8ca5fadd Add connection parameters to control SSL protocol min/max in libpq 6 years ago
Tom Lane 44f1fc8df5 Fix out-of-memory handling in ecpglib. 6 years ago
Tom Lane e6afa8918c Move wchar.c and encnames.c to src/common/. 6 years ago
Peter Eisentraut 16a4a3d59c Remove libpq.rc, use win32ver.rc for libpq 6 years ago
Tom Lane 7f380c59f8 Reduce size of backend scanner's tables. 6 years ago
Tom Lane 2c0cdc8183 Extensive code review for GSSAPI encryption mechanism. 6 years ago
Stephen Frost 8dd1511e39 Improve GSSAPI Encryption startup comment in libpq 6 years ago
Michael Paquier 7b283d0e1d Remove support for OpenSSL 0.9.8 and 1.0.0 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Tom Lane e60b480d39 libpq should expose GSS-related parameters even when not implemented. 6 years ago
Peter Eisentraut f14413b684 Sort out getpeereid() and peer auth handling on Windows 6 years ago
Andrew Dunstan e75b1e3371 Remove PQsslpassword function 6 years ago
Michael Paquier 7d0bcb0477 Fix handling of OpenSSL's SSL_clear_options 6 years ago
Alvaro Herrera 0b9466fce2 Offer pnstrdup to frontend code 6 years ago
Andrew Dunstan c01ac6dcba Add dummy versions of new SSL functions for non-SSL builds 6 years ago
Andrew Dunstan 4dc6355210 libq support for sslpassword connection param, DER format keys 6 years ago
Tomas Vondra 3ff660bbeb Fix off-by-one error in PGTYPEStimestamp_fmt_asc 6 years ago
Alvaro Herrera 3974c4a724 Remove useless "return;" lines 6 years ago
Amit Kapila e0487223ec Make the order of the header file includes consistent. 6 years ago
Tom Lane 7a0574b50e Fix ecpglib.h to declare bool consistently with c.h. 6 years ago
Tom Lane c8cb98ec41 Move declaration of ecpg_gettext() to a saner place. 6 years ago
Peter Eisentraut effa40281b Remove HAVE_LONG_LONG_INT 6 years ago
Andres Freund 01368e5d9d Split all OBJS style lines in makefiles into one-line-per-entry style. 6 years ago
Michael Paquier 6ca86bb7e9 Fix typos in the code 6 years ago
Peter Eisentraut 517bf2d910 Fix compiler warnings in ecpg tests 6 years ago
Tom Lane ee20152070 Revert "Revert part of commit dddf4cdc3." 6 years ago
Tom Lane 1408d5d869 Get rid of useless/dangerous redefinition of bool in ECPG. 6 years ago
Amit Kapila c114229ca2 Revert part of commit dddf4cdc3. 6 years ago
Amit Kapila dddf4cdc33 Make the order of the header file includes consistent in non-backend modules. 6 years ago
Peter Eisentraut 508e84d799 Remove libpq-dist.rc 6 years ago
Michael Paquier 57379cd5ac Fix thinkos from 4f4061b for libpq integer parsing 6 years ago
Michael Paquier ba19a6b73c Fix error reporting of connect_timeout in libpq for value parsing 6 years ago
Michael Paquier 4f4061b2dd Fix parsing of integer values for connection parameters in libpq 6 years ago
Peter Eisentraut ea9e06ac66 Clean up MinGW def file generation 6 years ago
Peter Eisentraut b4675a8ae2 Fix use of term "verifier" 6 years ago
Tom Lane 06a367c382 Put back pqsignal() as an exported libpq symbol. 6 years ago
Peter Eisentraut 38d8dce61f Remove some code for old unsupported versions of MSVC 6 years ago
Peter Eisentraut 4d7e5a5db0 Remove use of deprecated Autoconf define 6 years ago
Michael Paquier 41a6de41ed Fix confusing error caused by connection parameter channel_binding 6 years ago
Tom Lane 2c97f73468 Fix bogus order of error checks in new channel_binding code. 6 years ago