summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
AgeCommit message (Expand)Author
2025-02-17Translation updatesÁlvaro Herrera
2025-02-10Translation updatesPeter Eisentraut
2025-01-25Test ECPG decadd(), decdiv(), decmul(), and decsub() for risnull() input.Noah Misch
2025-01-14ecpg: Restore detection of unsupported COPY FROM STDIN.Fujii Masao
2024-12-01Fix broken list-munging in ecpg's remove_variables().Tom Lane
2024-11-11Translation updatesPeter Eisentraut
2024-10-22ecpg: Fix out-of-bound read in DecodeDateTime()Michael Paquier
2024-08-08Revert ECPG's use of pnstrdup()Peter Eisentraut
2024-08-05Translation updatesPeter Eisentraut
2024-05-23Remove race conditions between ECPGdebug() and ecpg_log().Tom Lane
2024-05-06Translation updatesPeter Eisentraut
2024-04-16Fix assorted bugs in ecpg's macro mechanism.Tom Lane
2024-04-04Fix ecpg's mechanism for detecting unsupported cases in the grammar.Tom Lane
2024-02-19ecpg: Fix zero-termination of string generated by intoasc()Michael Paquier
2024-02-09Avoid concurrent calls to bindtextdomain().Tom Lane
2024-02-09Clean up Windows-specific mutex code in libpq and ecpglib.Tom Lane
2023-05-08Translation updatesPeter Eisentraut
2023-04-24Remove duplicate lines of codeDaniel Gustafsson
2023-04-18ecpg: Fix handling of strings in ORACLE compat code with SQLDAMichael Paquier
2023-02-06Translation updatesPeter Eisentraut
2022-11-07Translation updatesPeter Eisentraut
2022-09-09Fix possible omission of variable storage markers in ECPG.Tom Lane
2022-08-08Translation updatesAlvaro Herrera
2022-07-03Fix previous commit's ecpg_clocale for ppc Darwin.Noah Misch
2022-07-02ecpglib: call newlocale() once per process.Noah Misch
2022-06-14Avoid ecpglib core dump with out-of-order operations.Tom Lane
2022-06-06Don't fail on libpq-generated error reports in ecpg_raise_backend().Tom Lane
2022-05-09Translation updatesPeter Eisentraut
2022-04-17Add a temp-install prerequisite to src/interfaces/ecpg "checktcp".Noah Misch
2022-02-07Translation updatesPeter Eisentraut
2022-01-21Fix race condition in gettext() initialization in libpq and ecpglib.Tom Lane
2021-11-08Translation updatesPeter Eisentraut
2021-09-13Fix error handling with threads on OOM in ECPG connection logicMichael Paquier
2021-08-09Translation updatesPeter Eisentraut
2021-07-30Fix range check in ECPG numeric to int conversionJohn Naylor
2021-05-10Translation updatesPeter Eisentraut
2021-04-02Use macro MONTHS_PER_YEAR instead of '12' in /ecpg/pgtypeslibBruce Momjian
2021-01-28Make ecpg's rjulmdy() and rmdyjul() agree with their declarations.Tom Lane
2020-11-09Translation updatesPeter 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-24Fix ancient bug in ecpg's pthread_once() emulation for Windows.Tom Lane
2020-09-14Translation updatesPeter Eisentraut
2020-08-10Translation updatesPeter 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-07-27Fix handling of structure for bytea data type in ECPGMichael Paquier
2020-06-30Fix ecpg crash with bytea and cursor variables.Michael Meskes
2020-06-22Translation updatesPeter Eisentraut
2020-05-18Translation updatesPeter Eisentraut