summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
AgeCommit message (Expand)Author
2022-03-25Refactor DLSUFFIX handlingPeter Eisentraut
2022-02-16Reject trailing junk after numeric literalsPeter Eisentraut
2022-01-21Fix race condition in gettext() initialization in libpq and ecpglib.Tom Lane
2022-01-12ecpg: Catch zero-length Unicode identifiers correctlyPeter Eisentraut
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-20Remove dynamic translation of regression test scripts, step 2.Tom Lane
2021-12-01Improve some comments in scanner filesPeter Eisentraut
2021-09-13Fix error handling with threads on OOM in ECPG connection logicMichael Paquier
2021-08-25Fix incorrect merge in ECPG code with DECLAREMichael Paquier
2021-08-25ecpg: Remove trailing period from error message.Fujii Masao
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-08-03interval: round values when spilling to monthsBruce Momjian
2021-07-30Fix range check in ECPG numeric to int conversionJohn Naylor
2021-06-21Translation updatesPeter Eisentraut
2021-06-10Avoid ECPG test failures in some GSS-capable environments.Tom Lane
2021-05-17Translation updatesPeter Eisentraut
2021-05-14Message style improvementsPeter Eisentraut
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-10Translation updatesPeter Eisentraut
2021-05-01Revert use singular for -1 (commits 9ee7d533da and 5da9868ed9Bruce Momjian
2021-04-19Fix typos and grammar in comments and docsMichael Paquier
2021-04-07SQL-standard function bodyPeter Eisentraut
2021-04-02Use macro MONTHS_PER_YEAR instead of '12' in /ecpg/pgtypeslibBruce Momjian
2021-03-30In messages, use singular nouns for -1, like we do for +1.Bruce Momjian
2021-03-24Need to step forward in the loop to get to an end.Michael Meskes
2021-03-24Add DECLARE STATEMENT command to ECPGMichael Meskes
2021-02-24Fix some typos, grammar and style in docs and commentsMichael Paquier
2021-02-11Remove dead code in ECPGconnect(), and improve documentation.Tom Lane
2021-01-28Make ecpg's rjulmdy() and rmdyjul() agree with their declarations.Tom Lane
2021-01-25Remove duplicate includePeter Eisentraut
2021-01-23Update ecpg's connect-test1 for connection-failure message changes.Tom Lane
2021-01-23Suppress bison warning in ecpg grammar.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
2021-01-11Allow pg_regress.c wrappers to postprocess test result files.Tom Lane
2021-01-04Re-implement pl/pgsql's expression and assignment parsing.Tom Lane
2021-01-04Add the ability for the core grammar to have more than one parse target.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-30Use setenv() in preference to putenv().Tom Lane
2020-12-24revert removal of hex_decode() from ecpg from commit c3826f831eBruce Momjian
2020-12-24move hex_decode() to /common so it can be called from frontendBruce Momjian
2020-11-11Fix some stray whitespace in parser filesPeter Eisentraut
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-29Don't use custom OID symbols in pg_type.dat, either.Tom Lane
2020-10-24Fix ancient bug in ecpg's pthread_once() emulation for Windows.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