summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2015-04-30Fix parallel make risk with new check temp-install setupPeter Eisentraut
2015-04-26Fix various typos and grammar errors in comments.Andres Freund
2015-04-26Add transforms featurePeter Eisentraut
2015-04-24Remove obsolete -I options from ECPG library compilation.Noah Misch
2015-04-24Build every ECPG library with -DFRONTEND.Noah Misch
2015-04-23Improve speed of make check-worldPeter 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-11Make operator precedence follow the SQL standard more closely.Tom Lane
2015-03-11Add macros wrapping all usage of gcc's __attribute__.Andres Freund
2015-03-10Clean up the mess from => patch.Tom Lane
2015-03-09Revert "Ignore object files generated by ecpg test suite on Windows"Michael Meskes
2015-03-09Ignore object files generated by ecpg test suite on WindowsMichael Meskes
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-25Remove null-pointer checks that are not needed.Michael Meskes
2015-02-24Improve parser's one-extra-token lookahead mechanism.Tom Lane
2015-02-23Fix potential deadlock with libpq non-blocking mode.Heikki Linnakangas
2015-02-21Use FLEXIBLE_ARRAY_MEMBER in a number of other places.Tom Lane
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-10Fixed array handling in ecpg.Michael Meskes
2015-02-05This routine was calling ecpg_alloc to allocate to memory but did notMichael Meskes
2015-02-04Fix memory leaks on OOM in ecpg.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-11-17Translation updatesPeter Eisentraut
2014-11-03Make ECPG test programs depend on "ecpg$(X)", not "ecpg".Noah Misch
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-22Small code cleanup.Michael Meskes