aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* Remove obsolete -I options from ECPG library compilation.Noah Misch2015-04-24
* Build every ECPG library with -DFRONTEND.Noah Misch2015-04-24
* Improve speed of make check-worldPeter Eisentraut2015-04-23
* libpq: Don't overwrite existing OpenSSL thread callbacksPeter Eisentraut2015-04-09
* libpq: add newlines to SSPI error messagesBruce Momjian2015-04-08
* libpq: issue clear error message for nested service filesBruce Momjian2015-04-08
* psql: fix \connect with URIs and conninfo stringsAlvaro Herrera2015-04-02
* Revert "psql: fix \connect with URIs and conninfo strings"Robert Haas2015-04-02
* psql: fix \connect with URIs and conninfo stringsAlvaro Herrera2015-04-01
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-26
* Fix libpq test expected output fileAlvaro Herrera2015-03-11
* Make operator precedence follow the SQL standard more closely.Tom Lane2015-03-11
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-11
* Clean up the mess from => patch.Tom Lane2015-03-10
* Revert "Ignore object files generated by ecpg test suite on Windows"Michael Meskes2015-03-09
* Ignore object files generated by ecpg test suite on WindowsMichael Meskes2015-03-09
* Cast to (void *) rather than (int *) when passing int64's to PQfn().Tom Lane2015-03-08
* Fix documentation for libpq's PQfn().Tom Lane2015-03-08
* Remove null-pointer checks that are not needed.Michael Meskes2015-02-25
* Improve parser's one-extra-token lookahead mechanism.Tom Lane2015-02-24
* Fix potential deadlock with libpq non-blocking mode.Heikki Linnakangas2015-02-23
* Use FLEXIBLE_ARRAY_MEMBER in a number of other places.Tom Lane2015-02-21
* Minor code beautification in conninfo_uri_parse_params().Tom Lane2015-02-21
* Fix misparsing of empty value in conninfo_uri_parse_params().Tom Lane2015-02-21
* Some more FLEXIBLE_ARRAY_MEMBER fixes.Tom Lane2015-02-21
* Fix comment in libpq OpenSSL code about why a substitue BIO is used.Heikki Linnakangas2015-02-16
* Fixed array handling in ecpg.Michael Meskes2015-02-10
* This routine was calling ecpg_alloc to allocate to memory but did notMichael Meskes2015-02-05
* Fix memory leaks on OOM in ecpg.Heikki Linnakangas2015-02-04
* Add dummy PQsslAttributes function for non-SSL builds.Heikki Linnakangas2015-02-04
* Add API functions to libpq to interrogate SSL related stuff.Heikki Linnakangas2015-02-03
* Translation updatesPeter Eisentraut2015-02-01
* Replace a bunch more uses of strncpy() with safer coding.Tom Lane2015-01-24
* Install shared libraries also in bin on cygwin, mingwPeter Eisentraut2015-01-18
* Fix libpq's behavior when /etc/passwd isn't readable.Tom Lane2015-01-11
* Update copyright for 2015Bruce Momjian2015-01-06
* Translation updatesPeter Eisentraut2014-12-15
* Put SSL_pending() call behind the new internal SSL API.Heikki Linnakangas2014-12-01
* Fix minor bugs in commit 30bf4689a96cd283af33edcdd6b7210df3f20cd8 et al.Tom Lane2014-11-30
* Revert "Add libpq function PQhostaddr()."Noah Misch2014-11-29
* Allow "dbname" from connection string to be overridden in PQconnectDBParamsHeikki Linnakangas2014-11-25
* Check return value of strdup() in libpq connection option parsing.Heikki Linnakangas2014-11-25
* Translation updatesPeter Eisentraut2014-11-16
* Make ECPG test programs depend on "ecpg$(X)", not "ecpg".Noah Misch2014-11-02
* Reset error message at PQreset()Heikki Linnakangas2014-10-29
* Ensure libpq reports a suitable error message on unexpected socket EOF.Tom Lane2014-10-22
* Small code cleanup.Michael Meskes2014-10-22
* MinGW: Link with shell32.dll instead of shfolder.dll.Noah Misch2014-10-21
* Fix typos.Robert Haas2014-10-20
* Support timezone abbreviations that sometimes change.Tom Lane2014-10-16