summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ecpglib/execute.c
AgeCommit message (Expand)Author
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-02-20Remove various unnecessary (char *) castsPeter Eisentraut
2024-11-27Revert "Blind attempt to fix _configthreadlocale() failures on MinGW."Thomas Munro
2024-11-27Remove configure check for _configthreadlocale().Thomas Munro
2024-08-10Fix inappropriate uses of atol()Peter Eisentraut
2023-07-11Remove --disable-thread-safety and related code.Thomas Munro
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2022-10-05Rename shadowed local variablesDavid Rowley
2022-07-03Remove redundant null pointer checks before PQclear and PQconninfoFreePeter Eisentraut
2022-07-02ecpglib: call newlocale() once per process.Noah Misch
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2020-10-29Don't use custom OID symbols in pg_type.dat, either.Tom Lane
2020-07-27Fix handling of structure for bytea data type in ECPGMichael Paquier
2020-05-16Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane
2020-01-20Fix out-of-memory handling in ecpglib.Tom Lane
2019-11-07Remove HAVE_LONG_LONG_INTPeter Eisentraut
2019-10-25Make the order of the header file includes consistent in non-backend modules.Amit Kapila
2019-09-20Revert "Add DECLARE STATEMENT support to ECPG."Tom Lane
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2019-07-22Fix inconsistencies and typos in the treeMichael Paquier
2019-07-08Fix inconsistencies in the codeMichael Paquier
2019-05-26Fix more thinkos in new ECPG "PREPARE AS" code.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-22Implement PREPARE AS statement for ECPG.Michael Meskes
2019-02-26Hopefully fixing memory handling issues in ecpglib that Coverity found.Michael Meskes
2019-02-18Properly end string to make sure ecpglib does not read beyond its boundaries.Michael Meskes
2019-02-18Add bytea datatype to ECPG.Michael Meskes
2019-02-16Add DECLARE STATEMENT support to ECPG.Michael Meskes
2019-01-30Make sure that ecpglib's statement variable has a defined value no matter what.Michael Meskes
2019-01-24Blind attempt to fix _configthreadlocale() failures on MinGW.Tom Lane
2019-01-21Second try at fixing ecpglib thread-safety problem.Tom Lane
2019-01-21Avoid thread-safety problem in ecpglib.Tom Lane
2018-12-01Rename ecpg's various "extern.h" files to have distinct names.Tom Lane
2018-10-20Client-side fixes for delayed NOTIFY receipt.Tom Lane
2018-10-11Remove deprecated abstime, reltime, tinterval datatypes.Andres Freund
2018-07-18Fix misc typos, mostly in comments.Heikki Linnakangas
2018-07-11Rethink how to get float.h in old Windows API for isnan/isinfAlvaro Herrera
2018-04-08Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.Tom Lane
2018-03-03Trivial adjustments in preparation for bootstrap data conversion.Tom Lane
2017-11-29Update typedefs.list and re-run pgindentRobert Haas
2017-10-26Fixed handling of escape character in libecpg.Michael Meskes
2017-09-05Remove unnecessary parentheses in return statementsPeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-02-06Fix typos in comments.Heikki Linnakangas
2016-03-15Fix typos.Robert Haas
2015-09-21Fix whitespacePeter Eisentraut