summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
AgeCommit message (Expand)Author
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
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