aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ecpglib/execute.c
Commit message (Expand)AuthorAge
* Don't use custom OID symbols in pg_type.dat, either.Tom Lane2020-10-29
* Fix handling of structure for bytea data type in ECPGMichael Paquier2020-07-27
* Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane2020-05-16
* Fix out-of-memory handling in ecpglib.Tom Lane2020-01-19
* Remove HAVE_LONG_LONG_INTPeter Eisentraut2019-11-07
* Make the order of the header file includes consistent in non-backend modules.Amit Kapila2019-10-25
* Revert "Add DECLARE STATEMENT support to ECPG."Tom Lane2019-09-20
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-22
* Fix inconsistencies in the codeMichael Paquier2019-07-08
* Fix more thinkos in new ECPG "PREPARE AS" code.Tom Lane2019-05-26
* Initial pgindent run for v12.Tom Lane2019-05-22
* Implement PREPARE AS statement for ECPG.Michael Meskes2019-05-22
* Hopefully fixing memory handling issues in ecpglib that Coverity found.Michael Meskes2019-02-26
* Properly end string to make sure ecpglib does not read beyond its boundaries.Michael Meskes2019-02-18
* Add bytea datatype to ECPG.Michael Meskes2019-02-18
* Add DECLARE STATEMENT support to ECPG.Michael Meskes2019-02-16
* Make sure that ecpglib's statement variable has a defined value no matter what.Michael Meskes2019-01-30
* Blind attempt to fix _configthreadlocale() failures on MinGW.Tom Lane2019-01-23
* Second try at fixing ecpglib thread-safety problem.Tom Lane2019-01-21
* Avoid thread-safety problem in ecpglib.Tom Lane2019-01-21
* Rename ecpg's various "extern.h" files to have distinct names.Tom Lane2018-12-01
* Client-side fixes for delayed NOTIFY receipt.Tom Lane2018-10-19
* Remove deprecated abstime, reltime, tinterval datatypes.Andres Freund2018-10-11
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-18
* Rethink how to get float.h in old Windows API for isnan/isinfAlvaro Herrera2018-07-11
* Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.Tom Lane2018-04-08
* Trivial adjustments in preparation for bootstrap data conversion.Tom Lane2018-03-03
* Update typedefs.list and re-run pgindentRobert Haas2017-11-29
* Fixed handling of escape character in libecpg.Michael Meskes2017-10-26
* Remove unnecessary parentheses in return statementsPeter Eisentraut2017-09-05
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-25
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Fix typos.Robert Haas2016-03-15
* Fix whitespacePeter Eisentraut2015-09-21
* Let compiler handle size calculation of bool types.Michael Meskes2015-09-17
* Fix declaration of isarray variable.Michael Meskes2015-08-13
* Check for out of memory when allocating sqlca.Michael Meskes2015-06-15
* pgindent run for 9.5Bruce Momjian2015-05-23
* Fixed array handling in ecpg.Michael Meskes2015-02-10
* This routine was calling ecpg_alloc to allocate to memory but did notMichael Meskes2015-02-05
* Fix memory leaks on OOM in ecpg.Heikki Linnakangas2015-02-04
* Replace a bunch more uses of strncpy() with safer coding.Tom Lane2015-01-24
* pgindent run for 9.4Bruce Momjian2014-05-06
* Fix handling of array of char pointers in ecpglib.Michael Meskes2014-05-06
* Various Coverity-spotted fixesStephen Frost2014-03-01
* Split ecpg_execute() in constituent partsAlvaro Herrera2014-01-16