summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
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
2013-08-19Translation updatesPeter Eisentraut
2013-08-18libpq: Report strerror on pthread_mutex_lock() failurePeter Eisentraut
2013-08-01Improve handling of pthread_mutex_lock error caseStephen Frost
2013-08-01Add locking around SSL_context usage in libpqStephen Frost
2013-07-29Sync ECPG with WITH ORDINALITY changesGreg Stark
2013-07-23Check for NULL result from strdupAlvaro Herrera
2013-07-23ecpg: Move function prototype into header filePeter Eisentraut
2013-07-19Initialize day of year value.Michael Meskes
2013-07-16Fix PQconninfoParse error message handlingPeter Eisentraut
2013-07-06Also escape double quotes for ECPG's #line statement.Michael Meskes
2013-07-05Apploed patch by MauMau <maumau307@gmail.com> to escape filenames in #line st...Michael Meskes
2013-06-30ecpg: Consistently use mm_strdup()Peter Eisentraut
2013-06-27Expect EWOULDBLOCK from a non-blocking connect() call only on Windows.Tom Lane
2013-06-14Stamp shared-library minor version numbers for 9.4.Tom Lane
2013-06-14Stamp HEAD as 9.4devel.Tom Lane
2013-06-03Additional spelling correctionsStephen Frost