summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
AgeCommit message (Expand)Author
2020-11-11Fix some stray whitespace in parser filesPeter Eisentraut
2020-11-07Avoid re-using output variables in new ecpg test case.Tom Lane
2020-11-07Fix ecpg's mishandling of B'...' and X'...' literals.Tom Lane
2020-10-29Don't use custom OID symbols in pg_type.dat, either.Tom Lane
2020-10-24Fix ancient bug in ecpg's pthread_once() emulation for Windows.Tom Lane
2020-10-22Add documentation and tests for quote marks in ECPG literal queries.Tom Lane
2020-10-22Avoid premature de-doubling of quote marks in ECPG strings.Tom Lane
2020-10-21Fix -Wcast-function-type warnings on Windows/MinGWPeter Eisentraut
2020-10-14Use https for gnu.org linksPeter Eisentraut
2020-09-22Rethink API for pg_get_line.c, one more time.Tom Lane
2020-09-18Allow most keywords to be used as column labels without requiring AS.Tom Lane
2020-09-06Remove arbitrary line length limits in pg_regress (plain and ECPG).Tom Lane
2020-08-10Replace remaining StrNCpy() by strlcpy()Peter Eisentraut
2020-08-04Increase hard-wired timeout values in ecpg regression tests.Tom Lane
2020-08-03Fix behavior of ecpg's "EXEC SQL elif name".Tom Lane
2020-07-27Fix handling of structure for bytea data type in ECPGMichael Paquier
2020-06-30Fix ecpg crash with bytea and cursor variables.Michael Meskes
2020-06-29Mop up some no-longer-necessary hacks around printf %.*s format.Tom Lane
2020-06-10Remove redundant grammar symbolsPeter 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