summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/expected
AgeCommit message (Expand)Author
2025-12-07ecpg: refactor to eliminate cast-away-const in find_variable().Tom Lane
2025-08-29Silence -Wmissing-variable-declarations in headerscheck.Tom Lane
2025-01-25Test ECPG decadd(), decdiv(), decmul(), and decsub() for risnull() input.Noah Misch
2025-01-07Fix error message wordingÁlvaro Herrera
2024-12-06Fix printf format string warning on MinGW.Thomas Munro
2024-12-04Use <stdint.h> and <inttypes.h> for c.h integers.Thomas Munro
2024-10-23ecpg: Fix out-of-bound read in DecodeDateTime()Michael Paquier
2024-10-04ecpg: avoid adding whitespace around '&' in connection URLs.Tom Lane
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-04Add basic JSON_TABLE() functionalityAmit Langote
2024-03-25ecpg: Fix return code for overflow in numeric conversionDaniel Gustafsson
2024-02-19ecpg: Fix zero-termination of string generated by intoasc()Michael Paquier
2023-08-16Unify some error messagesPeter Eisentraut
2023-07-26Add more SQL/JSON constructor functionsAmit Langote
2023-07-12Remove --disable-thread-safety and related code.Thomas Munro
2023-04-18ecpg: Fix handling of strings in ORACLE compat code with SQLDAMichael Paquier
2023-03-31SQL/JSON: support the IS JSON predicateAlvaro Herrera
2023-03-29SQL/JSON: add standard JSON constructor functionsAlvaro Herrera
2023-03-09Use ICU by default at initdb time.Jeff Davis
2022-09-22Harmonize parameter names in ecpg code.Peter Geoghegan
2022-09-09Fix possible omission of variable storage markers in ECPG.Tom Lane
2022-08-31Fix MSVC warning in compat_informix/rnull.pgcAndres Freund
2022-07-12Fix ECPG's handling of type names that match SQL keywords.Tom Lane
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-07-30Fix range check in ECPG numeric to int conversionJohn Naylor
2021-06-10Avoid ECPG test failures in some GSS-capable environments.Tom Lane
2021-03-24Add DECLARE STATEMENT command to ECPGMichael Meskes
2021-01-25Remove duplicate includePeter Eisentraut
2021-01-23Update ecpg's connect-test1 for connection-failure message changes.Tom Lane
2021-01-22Avoid redundantly prefixing PQerrorMessage for a connection failure.Tom Lane
2021-01-21Improve new wording of libpq's connection failure messages.Tom Lane
2021-01-11Uniformly identify the target host in libpq connection failure reports.Tom Lane
2020-11-07Avoid re-using output variables in new ecpg test case.Tom Lane
2020-11-07Fix ecpg's mishandling of B'...' and X'...' literals.Tom Lane
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-10-21Fix -Wcast-function-type warnings on Windows/MinGWPeter Eisentraut
2020-08-04Increase hard-wired timeout values in ecpg regression tests.Tom Lane
2020-08-03Fix behavior of ecpg's "EXEC SQL elif name".Tom Lane
2020-06-30Fix ecpg crash with bytea and cursor variables.Michael Meskes
2020-02-21Fix compiler warnings on 64-bit WindowsPeter Eisentraut
2020-01-13Reduce size of backend scanner's tables.Tom Lane
2019-11-30Fix off-by-one error in PGTYPEStimestamp_fmt_ascTomas Vondra
2019-11-07Remove HAVE_LONG_LONG_INTPeter Eisentraut
2019-10-29Fix compiler warnings in ecpg testsPeter Eisentraut
2019-10-08Remove some code for old unsupported versions of MSVCPeter Eisentraut
2019-09-20Revert "Add DECLARE STATEMENT support to ECPG."Tom Lane