summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/sql
Commit message (Expand)AuthorAgeFilesLines
* SQL/JSON: support the IS JSON predicateAlvaro Herrera2023-03-311-0/+17
* Add missing .gitignore entries.Tom Lane2023-03-291-0/+2
* SQL/JSON: add standard JSON constructor functionsAlvaro Herrera2023-03-293-0/+46
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+46
* Improved ECPG warning as suggested by Michael Paquier and removed test caseMichael Meskes2021-08-171-31/+6
* Fix connection handling for DEALLOCATE and DESCRIBE statementsMichael Meskes2021-08-131-5/+35
* Add DECLARE STATEMENT command to ECPGMichael Meskes2021-03-243-0/+210
* Add documentation and tests for quote marks in ECPG literal queries.Tom Lane2020-10-221-2/+2
* Avoid premature de-doubling of quote marks in ECPG strings.Tom Lane2020-10-221-1/+1
* Fix ecpg crash with bytea and cursor variables.Michael Meskes2020-06-301-1/+12
* Remove HAVE_LONG_LONG_INTPeter Eisentraut2019-11-071-2/+0
* Fix compiler warnings in ecpg testsPeter Eisentraut2019-10-291-1/+7
* Revert "Add DECLARE STATEMENT support to ECPG."Tom Lane2019-09-203-210/+0
* Fix format truncation issue from ECPG testMichael Paquier2019-08-021-1/+1
* Add .gitignore entries for new ecpg test case.Tom Lane2019-05-221-0/+2
* Implement PREPARE AS statement for ECPG.Michael Meskes2019-05-222-1/+200
* Fix whitespacePeter Eisentraut2019-03-011-1/+0
* Free memory in ecpg bytea regression test.Michael Meskes2019-02-261-0/+1
* Fix omissions in ecpg/test/sql/.gitignore.Tom Lane2019-02-181-0/+4
* Sync ECPG's CREATE TABLE AS statement with backend's.Michael Meskes2019-02-182-0/+42
* Add bytea datatype to ECPG.Michael Meskes2019-02-182-1/+112
* Add DECLARE STATEMENT support to ECPG.Michael Meskes2019-02-163-1/+211
* Make some ecpg test cases more robust against unexpected errors that happenMichael Meskes2019-01-303-54/+14
* Remove infinite-loop hazards in ecpg test suite.Tom Lane2019-01-242-5/+5
* Second try at fixing numeric data passed through an ECPG SQLDA.Tom Lane2018-11-141-1/+1
* Fix incorrect results for numeric data passed through an ECPG SQLDA.Tom Lane2018-11-131-1/+3
* Add PGTYPESchar_free() to avoid cross-module problems on Windows.Thomas Munro2018-06-181-1/+1
* printf("%lf") is not portable, so omit the "l".Tom Lane2018-05-201-1/+1
* Hot-fix ecpg regression test for missing ecpg_config.h inclusion.Tom Lane2018-05-181-1/+1
* Add some test coverage for ecpg's "long long" support.Tom Lane2018-05-181-4/+14
* Remove unnecessary parentheses in return statementsPeter Eisentraut2017-09-056-6/+6
* Update .gitignoreRobert Haas2017-03-141-0/+2
* Add test case for two phase commit. Also by Masahiko Sawada.Michael Meskes2017-03-132-0/+45
* ecpg: Fix typoPeter Eisentraut2016-03-081-1/+1
* Revert "Ignore object files generated by ecpg test suite on Windows"Michael Meskes2015-03-091-20/+0
* Ignore object files generated by ecpg test suite on WindowsMichael Meskes2015-03-091-0/+20
* Fixed array handling in ecpg.Michael Meskes2015-02-102-13/+42
* Fix missing dependencies in ecpg's test Makefiles.Tom Lane2014-05-081-2/+2
* Always use the same way to addres a descriptor in ecpg's regression tests.Michael Meskes2014-01-131-3/+3
* Changed regression test to ecpg test suite for alignment problem just with lastMichael Meskes2014-01-091-1/+2
* ECPG: Add EXEC SQL CLOSE C to the tests.Michael Meskes2013-11-262-0/+4
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-105-10/+10
* Sync ECPG with WITH ORDINALITY changesGreg Stark2013-07-291-3/+3
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-238-22/+22
* Still more .gitignore cleanup.Tom Lane2010-09-241-3/+40
* Add gitignore files for ecpg regression tests.Magnus Hagander2010-09-221-0/+3
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-191-1/+0
* Applied Zoltan's patch to fix a few memleaks in ecpg's pgtypeslib.Michael Meskes2010-08-171-0/+2