summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
AgeCommit message (Expand)Author
2023-04-04Code review for recent SQL/JSON commitsAlvaro Herrera
2023-03-31SQL/JSON: support the IS JSON predicateAlvaro Herrera
2023-03-29Add missing .gitignore entries.Tom Lane
2023-03-29SQL/JSON: add standard JSON constructor functionsAlvaro Herrera
2023-03-24meson: add install-{quiet, world} targetsAndres Freund
2023-03-16pkg-config Requires.private entries should be comma-separatedPeter Eisentraut
2023-03-09Use ICU by default at initdb time.Jeff Davis
2023-02-04Allow underscores in integer and numeric constants.Dean Rasheed
2023-02-01meson: Fix typo in pkgconfig generationPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-14Non-decimal integer literalsPeter Eisentraut
2022-12-12Order getopt argumentsPeter Eisentraut
2022-12-07meson: Add 'running' test setup, as a replacement for installcheckAndres Freund
2022-10-07Remove unnecessary uses of Abs()Peter Eisentraut
2022-10-07meson: Add support for building with precompiled headersAndres Freund
2022-10-05meson: Add windows resource filesAndres Freund
2022-10-05meson: ecpg: Split definition of static and shared librariesAndres Freund
2022-10-05Rename shadowed local variablesDavid Rowley
2022-09-22Harmonize parameter names in ecpg code.Peter Geoghegan
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-09Fix possible omission of variable storage markers in ECPG.Tom Lane
2022-09-01Revert SQL/JSON featuresAndrew Dunstan
2022-08-31Fix MSVC warning in compat_informix/rnull.pgcAndres Freund
2022-08-24Further reduce warnings with -Wshadow=compatible-localDavid Rowley
2022-08-23Don't define FRONTEND for ecpg librariesAndres Freund
2022-08-20regress: allow to specify directory containing expected files, for ecpgAndres Freund
2022-08-05Remove fallbacks for strtoll, strtoull.Thomas Munro
2022-07-20Make subquery aliases optional in the FROM clause.Dean Rasheed
2022-07-18Improve perl style in ecpg's parser-construction scripts.Tom Lane
2022-07-18ecpg: use our instead of my in parse.pl to fix perlcritic complaintAndres Freund
2022-07-18ecpg: Output dir, source dir, stamp file argument for preproc/*.plAndres Freund
2022-07-13Revert "Use wildcards instead of manually-maintained file lists in */nls.mk."Tom Lane
2022-07-13Use wildcards instead of manually-maintained file lists in */nls.mk.Tom Lane
2022-07-13NLS: Put list of available languages into LINGUAS filesPeter Eisentraut
2022-07-12Fix ECPG's handling of type names that match SQL keywords.Tom Lane
2022-07-06Reorder ecpg_config.h.in alphabeticallyPeter Eisentraut
2022-07-03Remove redundant null pointer checks before PQclear and PQconninfoFreePeter Eisentraut
2022-07-03Remove redundant null pointer checks before free()Peter Eisentraut
2022-07-03Fix previous commit's ecpg_clocale for ppc Darwin.Noah Misch
2022-07-02ecpglib: call newlocale() once per process.Noah Misch
2022-06-27Translation updatesPeter Eisentraut
2022-06-14Avoid ecpglib core dump with out-of-order operations.Tom Lane
2022-06-06Don't fail on libpq-generated error reports in ecpg_raise_backend().Tom Lane
2022-05-30Make STRING an unreserved_keyword.Tom Lane
2022-05-16Translation updatesPeter Eisentraut
2022-05-13Indent C code in flex and bison filesPeter Eisentraut
2022-04-17Add a temp-install prerequisite to src/interfaces/ecpg "checktcp".Noah Misch
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-03-27SQL/JSON constructorsAndrew Dunstan