summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
AgeCommit message (Expand)Author
2015-10-05Translation updatesPeter Eisentraut
2015-09-19Let compiler handle size calculation of bool types.Michael Meskes
2015-09-07Change type of DOW/DOY to UNITSGreg Stark
2015-08-13Fix declaration of isarray variable.Michael Meskes
2015-08-12This routine was calling ecpg_alloc to allocate to memory but did notMichael Meskes
2015-06-15Check for out of memory when allocating sqlca.Michael Meskes
2015-06-15Fix memory leak in ecpglib's connect function.Michael Meskes
2015-06-13Fixed some memory leaks in ECPG.Michael Meskes
2015-06-13Fix intoasc() in Informix compat lib. This function used to be a noop.Michael Meskes
2015-05-19Revert error-throwing wrappers for the printf family of functions.Tom Lane
2015-05-18Add error-throwing wrappers for the printf family of functions.Noah Misch
2015-05-18Translation updatesPeter Eisentraut
2015-04-26Build libecpg with -DFRONTEND in all supported versions.Noah Misch
2015-04-24Build every ECPG library with -DFRONTEND.Noah Misch
2015-02-11Fixed array handling in ecpg.Michael Meskes
2014-10-16Support timezone abbreviations that sometimes change.Tom Lane
2014-10-06Fix array overrun in ecpg's version of ParseDateTime().Tom Lane
2014-06-14Make pqsignal() available to pg_regress of ECPG and isolation suites.Noah Misch
2014-05-28Revert "Fix bogus %name-prefix option syntax in all our Bison files."Tom Lane
2014-05-28Fix bogus %name-prefix option syntax in all our Bison files.Tom Lane
2014-05-08Un-break ecpg test suite under --disable-integer-datetimes.Noah Misch
2014-05-06Remove tabs after spaces in C commentsBruce Momjian
2014-05-06Fix handling of array of char pointers in ecpglib.Michael Meskes
2014-04-09Several fixes to array handling in ecpg.Michael Meskes
2014-02-17Translation updatesPeter Eisentraut
2014-02-17Prevent potential overruns of fixed-size buffers.Tom Lane
2014-02-17Fix handling of wide datetime input/output.Noah Misch
2014-01-09Fix descriptor output in ECPG.Michael Meskes
2014-01-01Do not use an empty hostname.Michael Meskes
2013-12-02Translation updatesPeter Eisentraut
2013-11-26ECPG: Fix offset to NULL/size indicator array.Michael Meskes
2013-11-26ECPG: Make the preprocessor emit ';' if the variable type for a list ofMichael Meskes
2013-11-03Changed test case slightly so it doesn't have an unused typedef.Michael Meskes
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-07-19Initialize day of year value.Michael Meskes
2013-07-06Also escape double quotes for ECPG's #line statement.Michael Meskes
2013-07-05Applied patch by MauMau <maumau307@gmail.com> to escape filenames in #line st...Michael Meskes
2013-03-04Fix overflow check in tm2timestamp (this time for sure).Tom Lane
2013-02-03Translation updatesPeter Eisentraut
2013-01-27Made ecpglib use translated messages.Michael Meskes
2012-12-04Fix Makefile breakage caused by a committed merge conflict.Bruce Momjian
2012-12-04Include isinf.o in libecpg if isinf() is not available on the system.Michael Meskes
2012-12-03Translation updatesPeter Eisentraut
2012-11-29When processing nested structure pointer variables ecpg always expected anMichael Meskes
2012-10-05Fixed test for array boundary.Michael Meskes
2012-08-14Translation updatesPeter Eisentraut
2012-05-31Translation updatesPeter Eisentraut
2012-03-11ecpg: Fix off-by-one error in memory copyingPeter Eisentraut
2012-03-11ecpg: Fix rare memory leaksPeter Eisentraut