summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/expected
AgeCommit message (Expand)Author
2019-09-06Message style fixesPeter Eisentraut
2019-08-02Fix format truncation issue from ECPG testMichael Paquier
2019-06-08Stop using spelling "nonexistant".Noah Misch
2019-06-02Un-break ecpg tests for Windows.Tom Lane
2019-05-31Adjust ecpg expected-results files for commit 7640f9312.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-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-30Change error handling of out of scope variables in ecpg.Michael Meskes
2019-01-30Make some ecpg test cases more robust against unexpected errors that happenMichael Meskes
2019-01-24Remove _configthreadlocale() calls in ecpg test suite.Tom Lane
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-10-17Minor additional improvements for ecpglib/prepare.c.Tom Lane
2018-10-12Another round of portability hacking on ECPG regression tests.Tom Lane
2018-10-12Make float exponent output on Windows look the same as elsewhere.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
2018-03-22Fix whitespacePeter Eisentraut
2018-03-17Fix closing of incorrectly named cursor.Michael Meskes
2018-03-14Fixed compiler warnings in test case.Michael Meskes
2018-03-14Add Oracle like handling of char arrays.Michael Meskes
2017-11-11Make connect/test1 independent of localhost IPv6.Noah Misch
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-09-08Remove useless dead codePeter Eisentraut
2017-09-05Remove unnecessary parentheses in return statementsPeter Eisentraut
2017-08-26Changed order of statements and added an additiona MSVC safeguard to make ecpgMichael Meskes
2017-08-26Make setlocale in ECPG test cases thread aware on Windows.Michael Meskes
2017-08-25Fix locale dependency in new ecpg test case.Tom Lane
2017-08-25Implement DO CONTINUE action for ECPG WHENEVER statement.Michael Meskes
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-04-11Remove symbol WIN32_ONLY_COMPILERMagnus Hagander
2017-03-13Add test case for two phase commit. Also by Masahiko Sawada.Michael Meskes
2017-02-24Suppress compiler warnings in ecpg test on newer Windows toolchains.Tom Lane
2017-02-23De-support floating-point timestamps.Tom Lane
2016-11-03psql: Split up "Modifiers" column in \d and \dDPeter Eisentraut
2016-07-17Establish conventions about global object names used in regression tests.Tom Lane
2016-03-08ecpg: Fix typoPeter Eisentraut
2016-02-16Changed expected result to list IPv6 local interface too.Michael Meskes
2015-02-10Fixed array handling in ecpg.Michael Meskes
2014-06-19Let installcheck-world pass against a server requiring a password.Noah Misch
2014-05-08Un-break ecpg test suite under --disable-integer-datetimes.Noah Misch
2014-05-06With ecpg exclusion removed, re-run pgindent for 9.4Bruce Momjian