summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/sql
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-06Fix printf format string warning on MinGW.Thomas Munro
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-01-03Update copyright for 2024Bruce Momjian
2023-07-26Add more SQL/JSON constructor functionsAmit Langote
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-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-09-21meson: Add initial version of meson based build systemAndres Freund
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-03-24Add DECLARE STATEMENT command to ECPGMichael Meskes
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-06-30Fix ecpg crash with bytea and cursor variables.Michael Meskes
2019-11-07Remove HAVE_LONG_LONG_INTPeter Eisentraut
2019-10-29Fix compiler warnings in ecpg testsPeter Eisentraut
2019-09-20Revert "Add DECLARE STATEMENT support to ECPG."Tom Lane
2019-08-02Fix format truncation issue from ECPG testMichael Paquier
2019-05-22Add .gitignore entries for new ecpg test case.Tom Lane
2019-05-22Implement PREPARE AS statement for ECPG.Michael Meskes
2019-03-01Fix whitespacePeter Eisentraut
2019-02-26Free memory in ecpg bytea regression test.Michael Meskes
2019-02-18Fix omissions in ecpg/test/sql/.gitignore.Tom Lane
2019-02-18Sync ECPG's CREATE TABLE AS statement with backend's.Michael Meskes
2019-02-18Add bytea datatype to ECPG.Michael Meskes
2019-02-16Add DECLARE STATEMENT support to ECPG.Michael Meskes
2019-01-30Make some ecpg test cases more robust against unexpected errors that happenMichael Meskes
2019-01-24Remove infinite-loop hazards in ecpg test suite.Tom Lane
2018-11-14Second try at fixing numeric data passed through an ECPG SQLDA.Tom Lane
2018-11-13Fix incorrect results for numeric data passed through an ECPG SQLDA.Tom Lane
2018-06-18Add PGTYPESchar_free() to avoid cross-module problems on Windows.Thomas Munro
2018-05-20printf("%lf") is not portable, so omit the "l".Tom Lane
2018-05-18Hot-fix ecpg regression test for missing ecpg_config.h inclusion.Tom Lane
2018-05-18Add some test coverage for ecpg's "long long" support.Tom Lane
2017-09-05Remove unnecessary parentheses in return statementsPeter Eisentraut
2017-03-14Update .gitignoreRobert Haas
2017-03-13Add test case for two phase commit. Also by Masahiko Sawada.Michael Meskes
2016-03-08ecpg: Fix typoPeter Eisentraut
2015-03-09Revert "Ignore object files generated by ecpg test suite on Windows"Michael Meskes
2015-03-09Ignore object files generated by ecpg test suite on WindowsMichael Meskes
2015-02-10Fixed array handling in ecpg.Michael Meskes
2014-05-08Fix missing dependencies in ecpg's test Makefiles.Tom Lane
2014-01-13Always use the same way to addres a descriptor in ecpg's regression tests.Michael Meskes