summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test
AgeCommit message (Expand)Author
2025-02-04meson: Add pg_regress_ecpg to ecpg test dependenciesAndres Freund
2025-01-25Test ECPG decadd(), decdiv(), decmul(), and decsub() for risnull() input.Noah Misch
2025-01-07Fix error message wordingÁlvaro Herrera
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-05Fix printf format string warning on MinGW.Thomas Munro
2024-12-04Use <stdint.h> and <inttypes.h> for c.h integers.Thomas Munro
2024-10-22ecpg: Fix out-of-bound read in DecodeDateTime()Michael Paquier
2024-10-04ecpg: avoid adding whitespace around '&' in connection URLs.Tom Lane
2024-08-03Add -Wmissing-variable-declarations to the standard compilation flagsPeter Eisentraut
2024-04-29Make two-phase tests of ECPG and main suite more concurrent-proofMichael Paquier
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-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-13Make the order of the header file includes consistentPeter Eisentraut
2024-02-19ecpg: Fix zero-termination of string generated by intoasc()Michael Paquier
2024-01-04Update copyright for 2024Bruce Momjian
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-04-18ecpg: Fix handling of strings in ORACLE compat code with SQLDAMichael Paquier
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-09Use ICU by default at initdb time.Jeff Davis
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-07meson: Add 'running' test setup, as a replacement for installcheckAndres Freund
2022-10-05meson: Add windows resource filesAndres Freund
2022-10-05meson: ecpg: Split definition of static and shared librariesAndres Freund
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-08-31Fix MSVC warning in compat_informix/rnull.pgcAndres Freund
2022-08-20regress: allow to specify directory containing expected files, for ecpgAndres Freund
2022-07-12Fix ECPG's handling of type names that match SQL keywords.Tom Lane
2022-03-25Refactor DLSUFFIX handlingPeter Eisentraut
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-20Remove dynamic translation of regression test scripts, step 2.Tom Lane
2021-08-17Improved ECPG warning as suggested by Michael Paquier and removed test caseMichael Meskes
2021-08-13Fix connection handling for DEALLOCATE and DESCRIBE statementsMichael Meskes
2021-07-30Fix range check in ECPG numeric to int conversionJohn Naylor
2021-06-10Avoid ECPG test failures in some GSS-capable environments.Tom Lane
2021-03-24Add DECLARE STATEMENT command to ECPGMichael Meskes
2021-01-25Remove duplicate includePeter Eisentraut
2021-01-23Update ecpg's connect-test1 for connection-failure message changes.Tom Lane
2021-01-22Avoid redundantly prefixing PQerrorMessage for a connection failure.Tom Lane