summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
AgeCommit message (Expand)Author
2024-05-06Translation updatesPeter Eisentraut
2024-04-29Make two-phase tests of ECPG and main suite more concurrent-proofMichael Paquier
2024-04-24Remove obsolete symbol from ecpg_config.h.inPeter Eisentraut
2024-04-16Fix assorted bugs in ecpg's macro mechanism.Tom Lane
2024-04-08JSON_TABLE: Add support for NESTED paths and columnsAmit Langote
2024-04-04Fix ecpg's mechanism for detecting unsupported cases in the grammar.Tom Lane
2024-04-04Further cleanup for recent JSON-related commits.Tom Lane
2024-04-04Add basic JSON_TABLE() functionalityAmit Langote
2024-03-25ecpg: Fix return code for overflow in numeric conversionDaniel Gustafsson
2024-03-21Add SQL/JSON query functionsAmit Langote
2024-03-13Make the order of the header file includes consistentPeter Eisentraut
2024-03-12Use printf's %m format instead of strerror(errno) in more placesMichael Paquier
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