summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
AgeCommit message (Expand)Author
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-14Fix out-of-memory error handling in ParameterDescription message processing.Heikki Linnakangas
2015-11-27Improve PQhost() to return useful data for default Unix-socket connections.Tom Lane
2015-11-12Fix unwanted flushing of libpq's input buffer when socket EOF is seen.Tom Lane
2015-11-12libpq: Notice errors a backend may have sent just before dying.Robert Haas
2015-11-07Rename PQsslAttributes() to PQsslAttributeNames(), and const-ify fully.Tom Lane
2015-09-28Fix poor errno handling in libpq's version of our custom OpenSSL BIO.Tom Lane
2015-09-05Rearrange the handling of error context reports.Tom Lane
2015-07-07Improve handling of out-of-memory in libpq.Heikki Linnakangas
2015-06-30Stamp shared-library minor version numbers for 9.6.Tom Lane
2015-06-30Stamp HEAD as 9.6devel.Tom Lane
2015-06-29Translation updatesPeter Eisentraut
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-20Fix more typos in comments.Heikki Linnakangas
2015-05-19Revert error-throwing wrappers for the printf family of functions.Tom Lane
2015-05-19Message string improvementsPeter Eisentraut
2015-05-18Add error-throwing wrappers for the printf family of functions.Noah Misch
2015-05-18Add new files to nls.mkPeter Eisentraut
2015-04-10libpq: Don't overwrite existing OpenSSL thread callbacksPeter Eisentraut
2015-04-08libpq: add newlines to SSPI error messagesBruce Momjian
2015-04-08libpq: issue clear error message for nested service filesBruce Momjian
2015-04-02psql: fix \connect with URIs and conninfo stringsAlvaro Herrera
2015-04-02Revert "psql: fix \connect with URIs and conninfo strings"Robert Haas
2015-04-01psql: fix \connect with URIs and conninfo stringsAlvaro Herrera
2015-03-26Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane
2015-03-11Fix libpq test expected output fileAlvaro Herrera
2015-03-11Add macros wrapping all usage of gcc's __attribute__.Andres Freund
2015-03-08Cast to (void *) rather than (int *) when passing int64's to PQfn().Tom Lane
2015-03-08Fix documentation for libpq's PQfn().Tom Lane
2015-02-23Fix potential deadlock with libpq non-blocking mode.Heikki Linnakangas
2015-02-21Minor code beautification in conninfo_uri_parse_params().Tom Lane
2015-02-21Fix misparsing of empty value in conninfo_uri_parse_params().Tom Lane
2015-02-21Some more FLEXIBLE_ARRAY_MEMBER fixes.Tom Lane
2015-02-16Fix comment in libpq OpenSSL code about why a substitue BIO is used.Heikki Linnakangas
2015-02-04Add dummy PQsslAttributes function for non-SSL builds.Heikki Linnakangas
2015-02-03Add API functions to libpq to interrogate SSL related stuff.Heikki Linnakangas
2015-02-02Translation updatesPeter Eisentraut
2015-01-24Replace a bunch more uses of strncpy() with safer coding.Tom Lane
2015-01-19Install shared libraries also in bin on cygwin, mingwPeter Eisentraut
2015-01-11Fix libpq's behavior when /etc/passwd isn't readable.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-15Translation updatesPeter Eisentraut
2014-12-01Put SSL_pending() call behind the new internal SSL API.Heikki Linnakangas
2014-11-30Fix minor bugs in commit 30bf4689a96cd283af33edcdd6b7210df3f20cd8 et al.Tom Lane
2014-11-29Revert "Add libpq function PQhostaddr()."Noah Misch
2014-11-25Allow "dbname" from connection string to be overridden in PQconnectDBParamsHeikki Linnakangas
2014-11-25Check return value of strdup() in libpq connection option parsing.Heikki Linnakangas
2014-10-29Reset error message at PQreset()Heikki Linnakangas
2014-10-22Ensure libpq reports a suitable error message on unexpected socket EOF.Tom Lane
2014-10-22MinGW: Link with shell32.dll instead of shfolder.dll.Noah Misch