aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* libpq: pass a memory allocation failure error up to PQconndefaults()Bruce Momjian2014-03-20
* Fix advertised dispsize for libpq's sslmode connection parameter.Tom Lane2014-03-16
* C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian2014-03-13
* Fix whitespacePeter Eisentraut2014-03-03
* Various Coverity-spotted fixesStephen Frost2014-03-01
* Fix some missing .gitignore and "make clean" items in ecpg.Tom Lane2014-02-19
* Prevent potential overruns of fixed-size buffers.Tom Lane2014-02-17
* Fix handling of wide datetime input/output.Noah Misch2014-02-17
* Improve libpq's error recovery for connection loss during COPY.Tom Lane2014-02-12
* Rename 'gmake' to 'make' in docs and recommended commandsBruce Momjian2014-02-12
* Mark some more variables as static or include the appropriate headerPeter Eisentraut2014-02-08
* Fix makefile syntax.Andrew Dunstan2014-02-01
* Copy the libpq DLL to the bin directory on Mingw and Cygwin.Andrew Dunstan2014-02-01
* Disallow use of SSL v3 protocol in the server as well as in libpq.Tom Lane2014-01-31
* Add checks for interval overflow/underflowBruce Momjian2014-01-30
* libpq: Support TLS versions beyond TLSv1.Noah Misch2014-01-24
* Add libpq function PQhostaddr().Fujii Masao2014-01-24
* Fix bugs in PQhost().Fujii Masao2014-01-23
* Remove support for native krb5 authenticationMagnus Hagander2014-01-19
* Split ecpg_execute() in constituent partsAlvaro Herrera2014-01-16
* Split ECPGdo() in constituent partsAlvaro Herrera2014-01-16
* Always use the same way to addres a descriptor in ecpg's regression tests.Michael Meskes2014-01-13
* Changed regression test to ecpg test suite for alignment problem just with lastMichael Meskes2014-01-09
* Fix descriptor output in ECPG.Michael Meskes2014-01-09
* Update copyright for 2014Bruce Momjian2014-01-07
* Do not use an empty hostname.Michael Meskes2014-01-01
* C comment: again update comment for pg_fe_sendauth for error casesBruce Momjian2013-12-03
* Update C comment for pg_fe_getauthnameBruce Momjian2013-12-03
* libpq: change PQconndefaults() to ignore invalid service filesBruce Momjian2013-12-03
* Translation updatesPeter Eisentraut2013-12-02
* ECPG: Fix searching for quoted cursor names case-sensitively.Michael Meskes2013-11-27
* ECPG: Fix offset to NULL/size indicator array.Michael Meskes2013-11-26
* ECPG: Simplify free_variable()Michael Meskes2013-11-26
* ECPG: Add EXEC SQL CLOSE C to the tests.Michael Meskes2013-11-26
* ECPG: Free the malloc()'ed variables in the test so it comes out clean onMichael Meskes2013-11-26
* ECPG: Make the preprocessor emit ';' if the variable type for a list ofMichael Meskes2013-11-26
* More improvement to comment parsing in ecpg.Michael Meskes2013-11-25
* Fix ecpg parsing of sizeof().Michael Meskes2013-11-25
* Allow C array definitions to use sizeof().Michael Meskes2013-11-24
* Distinguish between C and SQL mode for C-style comments.Michael Meskes2013-11-24
* ecpg: Split off mmfatal() from mmerror()Peter Eisentraut2013-11-19
* Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStrHeikki Linnakangas2013-11-18
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-10
* Fix ECPG compiler warning.Robert Haas2013-11-09
* Changed test case slightly so it doesn't have an unused typedef.Michael Meskes2013-11-03
* Improve pqexpbuffer.c to use modern vsnprintf implementations efficiently.Tom Lane2013-10-25
* Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane2013-10-22
* Translation updates to fix build failuresPeter Eisentraut2013-10-13
* Add use of asprintf()Peter Eisentraut2013-10-13
* Translation updatesPeter Eisentraut2013-10-07