summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
AgeCommit message (Expand)Author
2020-06-22Translation updatesPeter Eisentraut
2020-05-18Translation updatesPeter Eisentraut
2020-05-16Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-05-13Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera
2020-05-12Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera
2020-05-11Translation updatesPeter Eisentraut
2020-03-31Allow ecpg to be built stand-alone, allow parallel libpq makeBruce Momjian
2020-03-02Remove long unused code behind a #if 0Peter Eisentraut
2020-02-28Add PostgreSQL home page to --help outputPeter Eisentraut
2020-02-28Refer to bug report address by symbol rather than hardcodingPeter Eisentraut
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