aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* Fix order of arguments in ecpg generated typedef command.Michael Meskes2015-10-16
* Fix poor errno handling in libpq's version of our custom OpenSSL BIO.Tom Lane2015-09-28
* Fix whitespacePeter Eisentraut2015-09-21
* Let compiler handle size calculation of bool types.Michael Meskes2015-09-17
* Change type of DOW/DOY to UNITSGreg Stark2015-09-07
* Rearrange the handling of error context reports.Tom Lane2015-09-05
* Fix declaration of isarray variable.Michael Meskes2015-08-13
* Improve handling of out-of-memory in libpq.Heikki Linnakangas2015-07-07
* Stamp shared-library minor version numbers for 9.6.Tom Lane2015-06-30
* Stamp HEAD as 9.6devel.Tom Lane2015-06-30
* Translation updatesPeter Eisentraut2015-06-28
* Check for out of memory when allocating sqlca.Michael Meskes2015-06-15
* Fix memory leak in ecpglib's connect function.Michael Meskes2015-06-15
* Fixed some memory leaks in ECPG.Michael Meskes2015-06-12
* Fix intoasc() in Informix compat lib. This function used to be a noop.Michael Meskes2015-06-12
* pgindent run for 9.5Bruce Momjian2015-05-23
* Fix more typos in comments.Heikki Linnakangas2015-05-20
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Revert error-throwing wrappers for the printf family of functions.Tom Lane2015-05-19
* Message string improvementsPeter Eisentraut2015-05-18
* Add error-throwing wrappers for the printf family of functions.Noah Misch2015-05-18
* Add new files to nls.mkPeter Eisentraut2015-05-17
* Fix parallel make risk with new check temp-install setupPeter Eisentraut2015-04-29
* Fix various typos and grammar errors in comments.Andres Freund2015-04-26
* Add transforms featurePeter Eisentraut2015-04-26
* 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