summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2014-02-19Fix some missing .gitignore and "make clean" items in ecpg.Tom Lane
2014-02-17Prevent potential overruns of fixed-size buffers.Tom Lane
2014-02-17Fix handling of wide datetime input/output.Noah Misch
2014-02-12Improve libpq's error recovery for connection loss during COPY.Tom Lane
2014-02-12Rename 'gmake' to 'make' in docs and recommended commandsBruce Momjian
2014-02-09Mark some more variables as static or include the appropriate headerPeter Eisentraut
2014-02-02Fix makefile syntax.Andrew Dunstan
2014-02-01Copy the libpq DLL to the bin directory on Mingw and Cygwin.Andrew Dunstan
2014-01-31Disallow use of SSL v3 protocol in the server as well as in libpq.Tom Lane
2014-01-30Add checks for interval overflow/underflowBruce Momjian
2014-01-25libpq: Support TLS versions beyond TLSv1.Noah Misch
2014-01-23Add libpq function PQhostaddr().Fujii Masao
2014-01-23Fix bugs in PQhost().Fujii Masao
2014-01-19Remove support for native krb5 authenticationMagnus Hagander
2014-01-16Split ecpg_execute() in constituent partsAlvaro Herrera
2014-01-16Split ECPGdo() in constituent partsAlvaro Herrera
2014-01-13Always use the same way to addres a descriptor in ecpg's regression tests.Michael Meskes
2014-01-09Changed regression test to ecpg test suite for alignment problem just with lastMichael Meskes
2014-01-09Fix descriptor output in ECPG.Michael Meskes
2014-01-07Update copyright for 2014Bruce Momjian
2014-01-01Do not use an empty hostname.Michael Meskes
2013-12-03C comment: again update comment for pg_fe_sendauth for error casesBruce Momjian
2013-12-03Update C comment for pg_fe_getauthnameBruce Momjian
2013-12-03libpq: change PQconndefaults() to ignore invalid service filesBruce Momjian
2013-12-02Translation updatesPeter Eisentraut
2013-11-27ECPG: Fix searching for quoted cursor names case-sensitively.Michael Meskes
2013-11-26ECPG: Fix offset to NULL/size indicator array.Michael Meskes
2013-11-26ECPG: Simplify free_variable()Michael Meskes
2013-11-26ECPG: Add EXEC SQL CLOSE C to the tests.Michael Meskes
2013-11-26ECPG: Free the malloc()'ed variables in the test so it comes out clean onMichael Meskes
2013-11-26ECPG: Make the preprocessor emit ';' if the variable type for a list ofMichael Meskes
2013-11-25More improvement to comment parsing in ecpg.Michael Meskes
2013-11-25Fix ecpg parsing of sizeof().Michael Meskes
2013-11-24Allow C array definitions to use sizeof().Michael Meskes
2013-11-24Distinguish between C and SQL mode for C-style comments.Michael Meskes
2013-11-20ecpg: Split off mmfatal() from mmerror()Peter Eisentraut
2013-11-18Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStrHeikki Linnakangas
2013-11-10Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut
2013-11-09Fix ECPG compiler warning.Robert Haas
2013-11-03Changed test case slightly so it doesn't have an unused typedef.Michael Meskes
2013-10-25Improve pqexpbuffer.c to use modern vsnprintf implementations efficiently.Tom Lane
2013-10-22Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane
2013-10-14Translation updates to fix build failuresPeter Eisentraut
2013-10-13Add use of asprintf()Peter Eisentraut
2013-10-07Translation updatesPeter Eisentraut
2013-09-23Fix SSL deadlock risk in libpqStephen Frost
2013-09-08Return error if allocation of new element was not possible.Michael Meskes
2013-09-08Close file to no leak file descriptor memory. Found by Coverity.Michael Meskes
2013-09-02Translation updatesPeter Eisentraut
2013-08-27Fix some "translator:" comments mangled by pgindentAlvaro Herrera