summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
AgeCommit message (Expand)Author
2020-02-21Fix compiler warnings on 64-bit WindowsPeter Eisentraut
2020-01-20Fix out-of-memory handling in ecpglib.Tom Lane
2020-01-13Reduce size of backend scanner's tables.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-04Offer pnstrdup to frontend codeAlvaro Herrera
2019-11-30Fix off-by-one error in PGTYPEStimestamp_fmt_ascTomas Vondra
2019-11-28Remove useless "return;" linesAlvaro Herrera
2019-11-25Make the order of the header file includes consistent.Amit Kapila
2019-11-12Fix ecpglib.h to declare bool consistently with c.h.Tom Lane
2019-11-07Move declaration of ecpg_gettext() to a saner place.Tom Lane
2019-11-07Remove HAVE_LONG_LONG_INTPeter Eisentraut
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-10-30Fix typos in the codeMichael Paquier
2019-10-29Fix compiler warnings in ecpg testsPeter Eisentraut
2019-10-25Revert "Revert part of commit dddf4cdc3."Tom Lane
2019-10-25Get rid of useless/dangerous redefinition of bool in ECPG.Tom Lane
2019-10-25Revert part of commit dddf4cdc3.Amit Kapila
2019-10-25Make the order of the header file includes consistent in non-backend modules.Amit Kapila
2019-10-20Clean up MinGW def file generationPeter Eisentraut
2019-10-08Remove some code for old unsupported versions of MSVCPeter Eisentraut
2019-10-07Remove use of deprecated Autoconf definePeter Eisentraut
2019-09-21Remove removed file from nls.mkPeter Eisentraut
2019-09-20Revert "Add DECLARE STATEMENT support to ECPG."Tom Lane
2019-09-19Revert change of ecpglib major versionPeter Eisentraut
2019-09-06Message style fixesPeter Eisentraut
2019-08-31Cosmetic improvements for options-handling code in ECPGconnect().Tom Lane
2019-08-27Set application_name per-test in isolation and ecpg tests.Tom Lane
2019-08-18Fix failure-to-compile-standalone in ecpg's dt.h.Tom Lane
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2019-08-02Fix format truncation issue from ECPG testMichael Paquier
2019-07-22Fix inconsistencies and typos in the treeMichael Paquier
2019-07-16Fix inconsistencies and typos in the treeMichael Paquier
2019-07-08Fix inconsistencies in the codeMichael Paquier
2019-07-06Add missing source files to nls.mkPeter Eisentraut
2019-07-04Remove unnecessary casts from size_t to intPeter Eisentraut
2019-07-03Fix small memory leak in ecpglib ecpg_update_declare_statement() is called theMichael Meskes
2019-07-03Use strtoint() instead of strtol() in pgtypeslib where the result is stored inMichael Meskes
2019-07-03Made ecpg compatibility mode and run-time behaviour options case insensitive.Michael Meskes
2019-06-30Remove explicit error handling for obsolete date/time valuesPeter Eisentraut
2019-06-17Translation updatesPeter Eisentraut
2019-06-13Fix double-word typosAlvaro Herrera
2019-06-08Stop using spelling "nonexistant".Noah Misch
2019-06-02Un-break ecpg tests for Windows.Tom Lane
2019-05-31Adjust ecpg expected-results files for commit 7640f9312.Tom Lane
2019-05-31Fix C++ incompatibilities in ecpg/preproc/ header files.Tom Lane
2019-05-31Fix assorted header files that failed to compile standalone.Tom Lane
2019-05-26Fix more thinkos in new ECPG "PREPARE AS" code.Tom Lane
2019-05-26Fix thinko in new ECPG "PREPARE AS" code.Tom Lane
2019-05-22Initial pgperltidy run for v12.Tom Lane