summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
AgeCommit message (Expand)Author
2018-11-19psql: Show IP address in \conninfoAlvaro Herrera
2018-10-20Client-side fixes for delayed NOTIFY receipt.Tom Lane
2018-09-28Tweak MSVC build system to match changes in 7143b3e82.Tom Lane
2018-09-28Build src/common files as a library with -fPIC.Tom Lane
2018-09-28Remove pqsignal() from libpq's official exports list.Tom Lane
2018-09-27Build src/port files as a library with -fPIC, and use that in libpq.Tom Lane
2018-09-26Fix link failures due to snprintf/strerror changes.Tom Lane
2018-09-26Implement %m in src/port/snprintf.c, and teach elog.c to rely on that.Tom Lane
2018-09-26Always use our own versions of *printf().Tom Lane
2018-09-26Incorporate strerror_r() into src/port/snprintf.c, too.Tom Lane
2018-09-26Convert elog.c's useful_strerror() into a globally-used strerror wrapper.Tom Lane
2018-09-11Add PQresultMemorySize function to report allocated size of a PGresult.Tom Lane
2018-09-11Parse more strictly integer parameters from connection strings in libpqMichael Paquier
2018-09-09Install a check for mis-linking of src/port and src/common functions.Tom Lane
2018-09-08Minor cleanup/future-proofing for pg_saslprep().Tom Lane
2018-09-07libpq: Change "options" dispchar to normalPeter Eisentraut
2018-08-23In libpq, don't look up all the hostnames at once.Tom Lane
2018-08-16Require a C99-compliant snprintf(), and remove related workarounds.Tom Lane
2018-08-13Fix libpq's implementation of per-host connection timeouts.Tom Lane
2018-08-06Fix failure to reset libpq's state fully between connection attempts.Tom Lane
2018-08-05Remove support for tls-unique channel binding.Heikki Linnakangas
2018-08-03Change libpq's internal uses of PQhost() to inspect host field directly.Tom Lane
2018-08-01Fix libpq's code for searching .pgpass; rationalize empty-list-item cases.Tom Lane
2018-07-19Fix error message when a hostaddr cannot be parsed.Heikki Linnakangas
2018-06-30Stamp HEAD as 12develAndrew Dunstan
2018-06-29Make capitalization of term "OpenSSL" more consistentMichael Paquier
2018-06-25Translation updatesPeter Eisentraut
2018-05-21Translation updatesPeter Eisentraut
2018-05-02Further -Wimplicit-fallthrough cleanup.Andres Freund
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-13In libpq, free any partial query result before collecting a server error.Tom Lane
2018-04-12Revert MERGE patchSimon Riggs
2018-04-03Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane
2018-04-03MERGE SQL Command following SQL:2016Simon Riggs
2018-04-02Revert "Modified files for MERGE"Simon Riggs
2018-04-02Modified files for MERGESimon Riggs
2018-03-27libpq: PQhost to return active connected host or hostaddrPeter Eisentraut
2018-03-20Attempt to fix build with unusual OpenSSL versionsPeter Eisentraut
2018-03-17Set libpq sslcompression to off by defaultPeter Eisentraut
2018-03-15Fix more format truncation issuesPeter Eisentraut
2018-01-31Refactor client-side SSL certificate checking codePeter Eisentraut
2018-01-30Fix up references to scram-sha-256Peter Eisentraut
2018-01-23Extract common bits from OpenSSL implementationPeter Eisentraut
2018-01-23Move SSL API comments to header filesPeter Eisentraut
2018-01-21Fix wording of "hostaddrs"Magnus Hagander
2018-01-05Another attempt at fixing build with various OpenSSL versionsPeter Eisentraut
2018-01-04Add missing includesPeter Eisentraut
2018-01-04Fix build with older OpenSSL versionsPeter Eisentraut
2018-01-04Implement channel binding tls-server-end-point for SCRAMPeter Eisentraut
2018-01-04Refactor channel binding code to fetch cbind_data only when necessaryPeter Eisentraut