summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
AgeCommit message (Expand)Author
4 daysMake ecpg parse.pl more robust with bracesPeter Eisentraut
5 daysecpg: refactor to eliminate cast-away-const in find_variable().Tom Lane
7 daysFix some cases of indirectly casting away const.Tom Lane
11 daysRemove useless casting to same typePeter Eisentraut
11 daysReplace pointer comparisons and assignments to literal zero with NULLPeter Eisentraut
2025-10-17ecpg: check return value of replace_variables()Daniel Gustafsson
2025-10-08Cleanup NAN code in float.h, too.Tom Lane
2025-08-29Silence -Wmissing-variable-declarations in headerscheck.Tom Lane
2025-08-06Fix typo in comment.Fujii Masao
2025-07-27ecpg: Fix memory leaks in ecpg_auto_prepare()Michael Paquier
2025-07-22ecpg: Improve error detection around ecpg_strdup()Michael Paquier
2025-07-22ecpg: Fix NULL pointer dereference during connection lookupMichael Paquier
2025-05-19ecpg: Add missing newline in meson.buildMichael Paquier
2025-05-05Translation updatesPeter Eisentraut
2025-04-25Fix terminology in comment and messagePeter Eisentraut
2025-03-28Revert "Tidy up locale thread safety in ECPG library."Peter Eisentraut
2025-03-28Tidy up locale thread safety in ECPG library.Peter Eisentraut
2025-03-23Fix "make clean" for new TAP suite.Noah Misch
2025-03-13pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut
2025-03-11Update nls.mk for newly added filePeter Eisentraut
2025-03-05ecpg: Fix compiler warning in ecpg build with Meson.Fujii Masao
2025-03-04Add .gitignore entry for ecpg test detritus.Tom Lane
2025-03-04ecpg: Add TAP test for the ecpg command.Fujii Masao
2025-02-20Remove various unnecessary (char *) castsPeter Eisentraut
2025-02-12Remove unnecessary (char *) casts [mem]Peter Eisentraut
2025-02-12Remove unnecessary (char *) casts [string]Peter Eisentraut
2025-02-04meson: Add pg_regress_ecpg to ecpg test dependenciesAndres Freund
2025-01-25Test ECPG decadd(), decdiv(), decmul(), and decsub() for risnull() input.Noah Misch
2025-01-16Add OLD/NEW support to RETURNING in DML queries.Dean Rasheed
2025-01-14ecpg: Restore detection of unsupported COPY FROM STDIN.Fujii Masao
2025-01-07Fix error message wordingÁlvaro Herrera
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-25Partial pgindent of .l and .y filesPeter Eisentraut
2024-12-05Fix printf format string warning on MinGW.Thomas Munro
2024-12-04Use <stdint.h> and <inttypes.h> for c.h integers.Thomas Munro
2024-12-01Fix broken list-munging in ecpg's remove_variables().Tom Lane
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-11-27Require sizeof(bool) == 1.Thomas Munro
2024-11-27ecpg: clean up some other assorted memory leaks.Tom Lane
2024-11-27ecpg: put all string-valued tokens returned by pgc.l in local storage.Tom Lane
2024-11-27ecpg: fix some memory leakage of data-type-related structures.Tom Lane
2024-11-27Revert "Blind attempt to fix _configthreadlocale() failures on MinGW."Thomas Munro
2024-11-27Remove configure check for _configthreadlocale().Thomas Munro
2024-10-22ecpg: Fix out-of-bound read in DecodeDateTime()Michael Paquier
2024-10-22ecpg: Refactor ecpg_log() to skip unnecessary calls to ECPGget_sqlca().Fujii Masao
2024-10-17ecpg: fix more minor mishandling of bad input in preprocessor.Tom Lane
2024-10-16ecpg: fix some minor mishandling of bad input in preprocessor.Tom Lane
2024-10-14ecpg: invent a saner syntax for ecpg.addons entries.Tom Lane
2024-10-14ecpg: add cross-checks to parse.pl for usage of internal tables.Tom Lane
2024-10-14ecpg: avoid breaking the IDENT precedence level in two.Tom Lane