summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
AgeCommit message (Expand)Author
2024-02-19ecpg: Fix zero-termination of string generated by intoasc()Michael Paquier
2024-02-19ecpg: Fix error handling on OOMs when parsing timestampsMichael Paquier
2024-02-09Avoid concurrent calls to bindtextdomain().Tom Lane
2024-02-09Clean up Windows-specific mutex code in libpq and ecpglib.Tom Lane
2024-01-04Update copyright for 2024Bruce Momjian
2024-01-03Fix some typosMichael Paquier
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-11-06Remove distprepPeter Eisentraut
2023-10-24Speed up pg_regress server readiness testing.Daniel Gustafsson
2023-08-16Unify some error messagesPeter Eisentraut
2023-07-26Add more SQL/JSON constructor functionsAmit Langote
2023-07-11Remove --disable-thread-safety and related code.Thomas Munro
2023-07-05Handle \v as a whitespace character in parsersMichael Paquier
2023-06-10meson: Add dependencies to perl modules to various script invocationsAndres Freund
2023-05-22Translation updatesPeter Eisentraut
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-19Remove stray mid-sentence tabs in commentsPeter Eisentraut
2023-04-24Remove duplicate lines of codeDaniel Gustafsson
2023-04-18ecpg: Fix handling of strings in ORACLE compat code with SQLDAMichael Paquier
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