summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
AgeCommit message (Expand)Author
2018-06-25Translation updatesPeter Eisentraut
2018-06-18Add PGTYPESchar_free() to avoid cross-module problems on Windows.Thomas Munro
2018-06-16Avoid unnecessary use of strncpy in a couple of places in ecpg.Tom Lane
2018-05-27Don't fall off the end of perl functionsAndrew Dunstan
2018-05-21Translation updatesPeter Eisentraut
2018-05-20printf("%lf") is not portable, so omit the "l".Tom Lane
2018-05-18Hot-fix ecpg regression test for missing ecpg_config.h inclusion.Tom Lane
2018-05-18Add some test coverage for ecpg's "long long" support.Tom Lane
2018-05-01Clean up warnings from -Wimplicit-fallthrough.Tom Lane
2018-04-27perltidy: Add option --nooutdent-long-commentsPeter Eisentraut
2018-04-27perltidy: Add option --nooutdent-long-quotesPeter Eisentraut
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-08Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.Tom Lane
2018-04-08Replace our traditional initial-catalog-data format with a better design.Tom Lane
2018-04-03Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane
2018-04-01Fix a boatload of typos in C comments.Tom Lane
2018-03-23Fix make rules that generate multiple output files.Tom Lane
2018-03-23Fix whitespacePeter Eisentraut
2018-03-17Fix closing of incorrectly named cursor.Michael Meskes
2018-03-14Fixed compiler warnings in test case.Michael Meskes
2018-03-13Add Oracle like handling of char arrays.Michael Meskes
2018-03-13Fix double frees in ecpg.Michael Meskes
2018-03-13Set connection back to NULL after freeing it.Michael Meskes
2018-03-13Move strtoint() to commonPeter Eisentraut
2018-03-13Change internal integer representation of Value nodePeter Eisentraut
2018-03-03Trivial adjustments in preparation for bootstrap data conversion.Tom Lane
2018-01-13Cope with indicator arrays that do not have the correct length.Michael Meskes
2018-01-12Fix parsing of compatibility mode argument.Michael Meskes
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-30SQL proceduresPeter Eisentraut
2017-11-29Update typedefs.list and re-run pgindentRobert Haas
2017-11-11Add post-2010 ecpg tests to checktcp.Noah Misch
2017-11-11Make connect/test1 independent of localhost IPv6.Noah Misch
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-11-07Fix unportable usage of <ctype.h> functions.Tom Lane
2017-11-06Add a temp-install prerequisite to "check"-like targets not having one.Noah Misch
2017-11-04ecpg: Use bool instead of intPeter Eisentraut
2017-11-04ecpg: Remove useless return valuesPeter Eisentraut
2017-11-03Improve error message for incorrect number inputs in libecpg.Michael Meskes
2017-11-02Fix float parsing in ecpg INFORMIX mode.Michael Meskes
2017-11-01Make sure ecpglib does accepts digits behind decimal point even for integers inMichael Meskes
2017-10-26Fixed handling of escape character in libecpg.Michael Meskes
2017-10-16Exclude flex-generated code from coverage testingPeter Eisentraut
2017-10-11Add port/strnlen support to libpq and ecpg Makefiles.Tom Lane
2017-09-12Fixed ECPG to correctly handle out-of-scope cursor declarations with pointersMichael Meskes
2017-09-08Remove useless dead codePeter Eisentraut
2017-09-05Remove unnecessary parentheses in return statementsPeter Eisentraut
2017-08-26Changed order of statements and added an additiona MSVC safeguard to make ecpgMichael Meskes
2017-08-26Make setlocale in ECPG test cases thread aware on Windows.Michael Meskes