summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2018-10-20Client-side fixes for delayed NOTIFY receipt.Tom Lane
2018-10-17Const-ify a few more large static tables.Tom Lane
2018-10-17Minor additional improvements for ecpglib/prepare.c.Tom Lane
2018-10-17Avoid statically allocating statement cache in ecpglib/prepare.c.Tom Lane
2018-10-17Formatting cleanup in ecpglib/prepare.c.Tom Lane
2018-10-12Another round of portability hacking on ECPG regression tests.Tom Lane
2018-10-12Remove dead reference to ecpg resultmap file.Tom Lane
2018-10-12Make float exponent output on Windows look the same as elsewhere.Tom Lane
2018-10-11Remove deprecated abstime, reltime, tinterval datatypes.Andres Freund
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 another portability issue from commit 758ce9b77.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-13Attempt to identify system timezone by reading /etc/localtime symlink.Tom Lane
2018-09-12ecpg: Change --version output to common stylePeter Eisentraut
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-23Fix lexing of standard multi-character operators in edge cases.Andrew Gierth
2018-08-23Reduce an unnecessary O(N^3) loop in lexer.Andrew Gierth
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-15Clean up assorted misuses of snprintf()'s result value.Tom Lane
2018-08-13Fix libpq's implementation of per-host connection timeouts.Tom Lane
2018-08-08Remove unwanted "garbage cleanup" logic in Makefiles.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-07-18Fix misc typos, mostly in comments.Heikki Linnakangas
2018-07-11Fix more wrong paths in header commentsAlexander Korotkov
2018-07-11Rethink how to get float.h in old Windows API for isnan/isinfAlvaro Herrera
2018-06-30Stamp HEAD as 12develAndrew Dunstan
2018-06-29Make capitalization of term "OpenSSL" more consistentMichael Paquier
2018-06-25Translation updatesPeter Eisentraut
2018-06-18Add PGTYPESchar_free() to avoid cross-module problems on Windows.Thomas Munro
2018-06-16Avoid unnecessary use of strncpy in a couple of places in ecpg.Tom Lane
2018-05-27Don't fall off the end of perl functionsAndrew Dunstan
2018-05-21Translation updatesPeter Eisentraut
2018-05-20printf("%lf") is not portable, so omit the "l".Tom Lane
2018-05-18Hot-fix ecpg regression test for missing ecpg_config.h inclusion.Tom Lane