summaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* Fix parallel make risk with new check temp-install setupPeter Eisentraut2015-04-291-1/+1
* Fix various typos and grammar errors in comments.Andres Freund2015-04-262-2/+2
* Add transforms featurePeter Eisentraut2015-04-263-6/+3
* Remove obsolete -I options from ECPG library compilation.Noah Misch2015-04-242-2/+2
* Build every ECPG library with -DFRONTEND.Noah Misch2015-04-242-2/+2
* Improve speed of make check-worldPeter Eisentraut2015-04-231-7/+3
* libpq: Don't overwrite existing OpenSSL thread callbacksPeter Eisentraut2015-04-091-6/+12
* libpq: add newlines to SSPI error messagesBruce Momjian2015-04-081-2/+2
* libpq: issue clear error message for nested service filesBruce Momjian2015-04-081-0/+10
* psql: fix \connect with URIs and conninfo stringsAlvaro Herrera2015-04-021-0/+4
* Revert "psql: fix \connect with URIs and conninfo strings"Robert Haas2015-04-021-6/+40
* psql: fix \connect with URIs and conninfo stringsAlvaro Herrera2015-04-011-40/+6
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-267-29/+12
* Fix libpq test expected output fileAlvaro Herrera2015-03-111-14/+0
* Make operator precedence follow the SQL standard more closely.Tom Lane2015-03-113-6/+34
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-118-12/+12
* Clean up the mess from => patch.Tom Lane2015-03-102-1/+4
* Revert "Ignore object files generated by ecpg test suite on Windows"Michael Meskes2015-03-096-56/+0
* Ignore object files generated by ecpg test suite on WindowsMichael Meskes2015-03-096-0/+56
* Cast to (void *) rather than (int *) when passing int64's to PQfn().Tom Lane2015-03-081-5/+5
* Fix documentation for libpq's PQfn().Tom Lane2015-03-081-12/+10
* Remove null-pointer checks that are not needed.Michael Meskes2015-02-251-4/+4
* Improve parser's one-extra-token lookahead mechanism.Tom Lane2015-02-242-55/+67
* Fix potential deadlock with libpq non-blocking mode.Heikki Linnakangas2015-02-231-10/+17
* Use FLEXIBLE_ARRAY_MEMBER in a number of other places.Tom Lane2015-02-211-1/+1
* Minor code beautification in conninfo_uri_parse_params().Tom Lane2015-02-211-36/+19
* Fix misparsing of empty value in conninfo_uri_parse_params().Tom Lane2015-02-211-3/+2
* Some more FLEXIBLE_ARRAY_MEMBER fixes.Tom Lane2015-02-212-3/+4
* Fix comment in libpq OpenSSL code about why a substitue BIO is used.Heikki Linnakangas2015-02-161-6/+3
* Fixed array handling in ecpg.Michael Meskes2015-02-109-449/+526
* This routine was calling ecpg_alloc to allocate to memory but did notMichael Meskes2015-02-054-11/+27
* Fix memory leaks on OOM in ecpg.Heikki Linnakangas2015-02-041-4/+28
* Add dummy PQsslAttributes function for non-SSL builds.Heikki Linnakangas2015-02-041-0/+8
* Add API functions to libpq to interrogate SSL related stuff.Heikki Linnakangas2015-02-034-0/+98
* Translation updatesPeter Eisentraut2015-02-015-545/+582
* Replace a bunch more uses of strncpy() with safer coding.Tom Lane2015-01-248-23/+23
* Install shared libraries also in bin on cygwin, mingwPeter Eisentraut2015-01-181-9/+0
* Fix libpq's behavior when /etc/passwd isn't readable.Tom Lane2015-01-113-32/+74
* Update copyright for 2015Bruce Momjian2015-01-0634-34/+34
* Translation updatesPeter Eisentraut2014-12-152-285/+270
* Put SSL_pending() call behind the new internal SSL API.Heikki Linnakangas2014-12-013-2/+12
* Fix minor bugs in commit 30bf4689a96cd283af33edcdd6b7210df3f20cd8 et al.Tom Lane2014-11-301-9/+6
* Revert "Add libpq function PQhostaddr()."Noah Misch2014-11-293-10/+0
* Allow "dbname" from connection string to be overridden in PQconnectDBParamsHeikki Linnakangas2014-11-251-5/+12
* Check return value of strdup() in libpq connection option parsing.Heikki Linnakangas2014-11-251-19/+113
* Translation updatesPeter Eisentraut2014-11-161-94/+111
* Make ECPG test programs depend on "ecpg$(X)", not "ecpg".Noah Misch2014-11-021-1/+1
* Reset error message at PQreset()Heikki Linnakangas2014-10-291-0/+1
* Ensure libpq reports a suitable error message on unexpected socket EOF.Tom Lane2014-10-221-8/+11
* Small code cleanup.Michael Meskes2014-10-224-5/+6