summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test
Commit message (Expand)AuthorAgeFilesLines
* ecpg: Fix handling of strings in ORACLE compat code with SQLDAMichael Paquier2023-04-184-122/+296
* SQL/JSON: support the IS JSON predicateAlvaro Herrera2023-03-314-53/+129
* Add missing .gitignore entries.Tom Lane2023-03-291-0/+2
* SQL/JSON: add standard JSON constructor functionsAlvaro Herrera2023-03-297-0/+325
* Use ICU by default at initdb time.Jeff Davis2023-03-095-7/+3
* Update copyright for 2023Bruce Momjian2023-01-029-9/+9
* Add copyright notices to meson filesAndrew Dunstan2022-12-208-0/+16
* meson: Add 'running' test setup, as a replacement for installcheckAndres Freund2022-12-071-0/+1
* meson: Add windows resource filesAndres Freund2022-10-051-0/+5
* meson: ecpg: Split definition of static and shared librariesAndres Freund2022-10-051-1/+1
* Harmonize parameter names in ecpg code.Peter Geoghegan2022-09-222-36/+36
* meson: Add initial version of meson based build systemAndres Freund2022-09-218-0/+280
* Fix possible omission of variable storage markers in ECPG.Tom Lane2022-09-094-120/+145
* Fix MSVC warning in compat_informix/rnull.pgcAndres Freund2022-08-312-2/+2
* regress: allow to specify directory containing expected files, for ecpgAndres Freund2022-08-202-22/+14
* Fix ECPG's handling of type names that match SQL keywords.Tom Lane2022-07-123-42/+58
* Refactor DLSUFFIX handlingPeter Eisentraut2022-03-251-1/+0
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Remove dynamic translation of regression test scripts, step 2.Tom Lane2021-12-201-1/+6
* Improved ECPG warning as suggested by Michael Paquier and removed test caseMichael Meskes2021-08-174-262/+116
* Fix connection handling for DEALLOCATE and DESCRIBE statementsMichael Meskes2021-08-134-34/+201
* Fix range check in ECPG numeric to int conversionJohn Naylor2021-07-304-7/+31
* Avoid ECPG test failures in some GSS-capable environments.Tom Lane2021-06-103-21/+7
* Add DECLARE STATEMENT command to ECPGMichael Meskes2021-03-247-0/+1097
* Remove duplicate includePeter Eisentraut2021-01-253-59/+57
* Update ecpg's connect-test1 for connection-failure message changes.Tom Lane2021-01-232-20/+10
* Avoid redundantly prefixing PQerrorMessage for a connection failure.Tom Lane2021-01-221-4/+2
* Improve new wording of libpq's connection failure messages.Tom Lane2021-01-212-6/+6
* Uniformly identify the target host in libpq connection failure reports.Tom Lane2021-01-111-2/+2
* Allow pg_regress.c wrappers to postprocess test result files.Tom Lane2021-01-111-7/+88
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Use setenv() in preference to putenv().Tom Lane2020-12-301-3/+3
* Avoid re-using output variables in new ecpg test case.Tom Lane2020-11-074-7/+15
* Fix ecpg's mishandling of B'...' and X'...' literals.Tom Lane2020-11-074-1/+27
* Add documentation and tests for quote marks in ECPG literal queries.Tom Lane2020-10-223-5/+5
* Avoid premature de-doubling of quote marks in ECPG strings.Tom Lane2020-10-225-11/+11
* Fix -Wcast-function-type warnings on Windows/MinGWPeter Eisentraut2020-10-214-4/+4
* Rethink API for pg_get_line.c, one more time.Tom Lane2020-09-221-2/+1
* Remove arbitrary line length limits in pg_regress (plain and ECPG).Tom Lane2020-09-061-38/+38
* Replace remaining StrNCpy() by strlcpy()Peter Eisentraut2020-08-101-1/+1
* Increase hard-wired timeout values in ecpg regression tests.Tom Lane2020-08-047-7/+7
* Fix behavior of ecpg's "EXEC SQL elif name".Tom Lane2020-08-033-55/+89
* Fix ecpg crash with bytea and cursor variables.Michael Meskes2020-06-304-85/+195
* Fix compiler warnings on 64-bit WindowsPeter Eisentraut2020-02-218-100/+106
* Reduce size of backend scanner's tables.Tom Lane2020-01-132-2/+2
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Fix off-by-one error in PGTYPEStimestamp_fmt_ascTomas Vondra2019-11-304-5/+39
* Remove HAVE_LONG_LONG_INTPeter Eisentraut2019-11-073-293/+289
* Fix compiler warnings in ecpg testsPeter Eisentraut2019-10-293-291/+303
* Remove some code for old unsupported versions of MSVCPeter Eisentraut2019-10-083-241/+227