summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
AgeCommit message (Expand)Author
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-01-30Add checks for interval overflow/underflowBruce Momjian
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-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-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-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-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-07-29Sync ECPG with WITH ORDINALITY changesGreg Stark
2013-07-23ecpg: Move function prototype into header filePeter Eisentraut
2013-07-19Initialize day of year value.Michael Meskes
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-14Stamp shared-library minor version numbers for 9.4.Tom Lane
2013-06-01Post-pgindent cleanupStephen Frost
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-05-06Translation updatesPeter Eisentraut
2013-04-20Clean up references to SQL92Peter Eisentraut
2013-04-01Revert "ecpg: Don't link compatlib with libpq"Peter Eisentraut
2013-03-31Add pkg-config files for libpq and ecpg librariesPeter Eisentraut
2013-03-31ecpg: Don't link compatlib with libpqPeter Eisentraut
2013-03-30ecpg: Parallel make fixPeter Eisentraut
2013-03-04Fix overflow check in tm2timestamp (this time for sure).Tom Lane