aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/sql
Commit message (Expand)AuthorAge
* Update copyright for 2025Bruce Momjian2025-01-01
* Fix printf format string warning on MinGW.Thomas Munro2024-12-06
* Make two-phase tests of ECPG and main suite more concurrent-proofMichael Paquier2024-04-29
* Fix assorted bugs in ecpg's macro mechanism.Tom Lane2024-04-16
* JSON_TABLE: Add support for NESTED paths and columnsAmit Langote2024-04-08
* Further cleanup for recent JSON-related commits.Tom Lane2024-04-04
* Add basic JSON_TABLE() functionalityAmit Langote2024-04-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Add more SQL/JSON constructor functionsAmit Langote2023-07-26
* SQL/JSON: support the IS JSON predicateAlvaro Herrera2023-03-31
* Add missing .gitignore entries.Tom Lane2023-03-29
* SQL/JSON: add standard JSON constructor functionsAlvaro Herrera2023-03-29
* Update copyright for 2023Bruce Momjian2023-01-02
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* Improved ECPG warning as suggested by Michael Paquier and removed test caseMichael Meskes2021-08-17
* Fix connection handling for DEALLOCATE and DESCRIBE statementsMichael Meskes2021-08-13
* Add DECLARE STATEMENT command to ECPGMichael Meskes2021-03-24
* Add documentation and tests for quote marks in ECPG literal queries.Tom Lane2020-10-22
* Avoid premature de-doubling of quote marks in ECPG strings.Tom Lane2020-10-22
* Fix ecpg crash with bytea and cursor variables.Michael Meskes2020-06-30
* Remove HAVE_LONG_LONG_INTPeter Eisentraut2019-11-07
* Fix compiler warnings in ecpg testsPeter Eisentraut2019-10-29
* Revert "Add DECLARE STATEMENT support to ECPG."Tom Lane2019-09-20
* Fix format truncation issue from ECPG testMichael Paquier2019-08-02
* Add .gitignore entries for new ecpg test case.Tom Lane2019-05-22
* Implement PREPARE AS statement for ECPG.Michael Meskes2019-05-22
* Fix whitespacePeter Eisentraut2019-03-01
* Free memory in ecpg bytea regression test.Michael Meskes2019-02-26
* Fix omissions in ecpg/test/sql/.gitignore.Tom Lane2019-02-18
* Sync ECPG's CREATE TABLE AS statement with backend's.Michael Meskes2019-02-18
* Add bytea datatype to ECPG.Michael Meskes2019-02-18
* Add DECLARE STATEMENT support to ECPG.Michael Meskes2019-02-16
* Make some ecpg test cases more robust against unexpected errors that happenMichael Meskes2019-01-30
* Remove infinite-loop hazards in ecpg test suite.Tom Lane2019-01-24
* Second try at fixing numeric data passed through an ECPG SQLDA.Tom Lane2018-11-14
* Fix incorrect results for numeric data passed through an ECPG SQLDA.Tom Lane2018-11-13
* Add PGTYPESchar_free() to avoid cross-module problems on Windows.Thomas Munro2018-06-18
* printf("%lf") is not portable, so omit the "l".Tom Lane2018-05-20
* Hot-fix ecpg regression test for missing ecpg_config.h inclusion.Tom Lane2018-05-18
* Add some test coverage for ecpg's "long long" support.Tom Lane2018-05-18
* Remove unnecessary parentheses in return statementsPeter Eisentraut2017-09-05
* Update .gitignoreRobert Haas2017-03-14
* Add test case for two phase commit. Also by Masahiko Sawada.Michael Meskes2017-03-13
* ecpg: Fix typoPeter Eisentraut2016-03-08
* Revert "Ignore object files generated by ecpg test suite on Windows"Michael Meskes2015-03-09
* Ignore object files generated by ecpg test suite on WindowsMichael Meskes2015-03-09
* Fixed array handling in ecpg.Michael Meskes2015-02-10
* Fix missing dependencies in ecpg's test Makefiles.Tom Lane2014-05-08
* Always use the same way to addres a descriptor in ecpg's regression tests.Michael Meskes2014-01-13