summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
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
2018-05-18Add some test coverage for ecpg's "long long" support.Tom Lane
2018-05-02Further -Wimplicit-fallthrough cleanup.Andres Freund
2018-05-01Clean up warnings from -Wimplicit-fallthrough.Tom Lane
2018-04-27perltidy: Add option --nooutdent-long-commentsPeter Eisentraut
2018-04-27perltidy: Add option --nooutdent-long-quotesPeter Eisentraut
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-08Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.Tom Lane
2018-04-08Replace our traditional initial-catalog-data format with a better design.Tom Lane
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-04-01Fix a boatload of typos in C comments.Tom Lane
2018-03-27libpq: PQhost to return active connected host or hostaddrPeter Eisentraut
2018-03-23Fix make rules that generate multiple output files.Tom Lane
2018-03-23Fix whitespacePeter Eisentraut
2018-03-20Attempt to fix build with unusual OpenSSL versionsPeter Eisentraut
2018-03-17Fix closing of incorrectly named cursor.Michael Meskes
2018-03-17Set libpq sslcompression to off by defaultPeter Eisentraut
2018-03-15Fix more format truncation issuesPeter Eisentraut
2018-03-14Fixed compiler warnings in test case.Michael Meskes
2018-03-13Add Oracle like handling of char arrays.Michael Meskes
2018-03-13Fix double frees in ecpg.Michael Meskes
2018-03-13Set connection back to NULL after freeing it.Michael Meskes
2018-03-13Move strtoint() to commonPeter Eisentraut
2018-03-13Change internal integer representation of Value nodePeter Eisentraut
2018-03-03Trivial adjustments in preparation for bootstrap data conversion.Tom Lane