summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
AgeCommit message (Expand)Author
2019-05-31Fix assorted header files that failed to compile standalone.Tom Lane
2019-05-26Fix typos.Amit Kapila
2019-05-24Update copyright year.Thomas Munro
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-20Translation updatesPeter Eisentraut
2019-05-13Fix misuse of an integer as a bool.Tom Lane
2019-04-20GSSAPI: Improve documentation and testsStephen Frost
2019-04-19Fix collection of typos and grammar mistakes in docs and commentsMichael Paquier
2019-04-17Fix assorted minor bogosity in GSSAPI transport error messages.Tom Lane
2019-04-06Add support TCP user timeout in libpq and the backend serverMichael Paquier
2019-04-05Handle errors during GSSAPI startup betterStephen Frost
2019-04-04Add a "SQLSTATE-only" error verbosity option to libpq and psql.Tom Lane
2019-04-03GSSAPI encryption supportStephen Frost
2019-03-19Restructure libpq's handling of send failures.Tom Lane
2019-02-28Fix SCRAM authentication via SSL when mixing versions of OpenSSLMichael Paquier
2019-02-22Remove duplicate variable declaration in fe-connect.cMichael Paquier
2019-02-13More unconstify usePeter Eisentraut
2019-01-10Add .gitignore entry for a derived file created by "make distprep".Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2019-01-01Remove configure switch --disable-strong-randomMichael Paquier
2018-12-07In PQprint(), write HTML table trailer before closing the output pipe.Tom Lane
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