summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
AgeCommit message (Expand)Author
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
2017-08-25Fix locale dependency in new ecpg test case.Tom Lane
2017-08-25Implement DO CONTINUE action for ECPG WHENEVER statement.Michael Meskes
2017-08-15Allow continuation lines in ecpg cppline parsing.Michael Meskes
2017-08-14Changed ecpg parser to allow RETURNING clauses without attached C variables.Michael Meskes
2017-08-07Translation updatesPeter Eisentraut
2017-07-10Translation updatesAlvaro Herrera
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-15Fix typo in code commentPeter Eisentraut
2017-06-13Re-run pgindent.Tom Lane
2017-05-25Fix whitespacePeter Eisentraut
2017-05-23Synced ecpg's pg_type.h with the one used in the backend.Michael Meskes
2017-05-15Translation updatesPeter Eisentraut
2017-04-11Remove symbol WIN32_ONLY_COMPILERMagnus Hagander
2017-03-27Clean up Perl code according to perlcriticPeter Eisentraut
2017-03-18Fix schedule of ecpg test files to only try two-phase commit test when possible.Michael Meskes
2017-03-14ecpg: Improve some variable namesPeter Eisentraut
2017-03-14Update .gitignoreRobert Haas
2017-03-13Add test case for two phase commit. Also by Masahiko Sawada.Michael Meskes
2017-03-13Ecpg should support COMMIT PREPARED and ROLLBACK PREPARED.Michael Meskes
2017-03-10Fix a potential double-free in ecpg.Michael Meskes
2017-03-09Fix inclusions of postgres_fe.h from .h files.Tom Lane
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-02-24Suppress compiler warnings in ecpg test on newer Windows toolchains.Tom Lane