aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ecpglib
Commit message (Expand)AuthorAge
* Translation updatesPeter Eisentraut2019-02-11
* Blind attempt to fix _configthreadlocale() failures on MinGW.Tom Lane2019-01-23
* Avoid thread-safety problem in ecpglib.Tom Lane2019-01-21
* Second try at fixing numeric data passed through an ECPG SQLDA.Tom Lane2018-11-14
* Fix incorrect results for numeric data passed through an ECPG SQLDA.Tom Lane2018-11-13
* Client-side fixes for delayed NOTIFY receipt.Tom Lane2018-10-19
* Translation updatesPeter Eisentraut2018-08-06
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-18
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-07-09
* Avoid unnecessary use of strncpy in a couple of places in ecpg.Tom Lane2018-06-16
* Translation updatesPeter Eisentraut2018-02-05
* Fix unportable usage of <ctype.h> functions.Tom Lane2017-11-07
* Improve error message for incorrect number inputs in libecpg.Michael Meskes2017-11-03
* Fix float parsing in ecpg INFORMIX mode.Michael Meskes2017-11-02
* Make sure ecpglib does accepts digits behind decimal point even for integers inMichael Meskes2017-11-01
* Fixed handling of escape character in libecpg.Michael Meskes2017-10-26
* Translation updatesPeter Eisentraut2017-08-28
* Translation updatesPeter Eisentraut2017-08-07
* Translation updatesPeter Eisentraut2017-05-08
* Ecpg should support COMMIT PREPARED and ROLLBACK PREPARED.Michael Meskes2017-03-13
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Translation updatesPeter Eisentraut2016-10-24
* Translation updatesPeter Eisentraut2016-08-08
* Fixed array checking code for "unsigned long long" datatypes in libecpg.Michael Meskes2016-08-01
* Translation updatesPeter Eisentraut2016-05-09
* Translation updatesPeter Eisentraut2016-02-08
* Translation updatesPeter Eisentraut2015-10-05
* Fix whitespacePeter Eisentraut2015-09-21
* Let compiler handle size calculation of bool types.Michael Meskes2015-09-19
* Fix declaration of isarray variable.Michael Meskes2015-08-13
* Translation updatesPeter Eisentraut2015-06-28
* Check for out of memory when allocating sqlca.Michael Meskes2015-06-15
* Fix memory leak in ecpglib's connect function.Michael Meskes2015-06-15
* pgindent run for 9.5Bruce Momjian2015-05-23
* Revert error-throwing wrappers for the printf family of functions.Tom Lane2015-05-19
* Add error-throwing wrappers for the printf family of functions.Noah Misch2015-05-18
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-11
* Remove null-pointer checks that are not needed.Michael Meskes2015-02-25
* Use FLEXIBLE_ARRAY_MEMBER in a number of other places.Tom Lane2015-02-21
* 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
* Translation updatesPeter Eisentraut2015-02-01
* Replace a bunch more uses of strncpy() with safer coding.Tom Lane2015-01-24
* Update copyright for 2015Bruce Momjian2015-01-06
* MinGW: Link with shell32.dll instead of shfolder.dll.Noah Misch2014-10-21
* Translation updatesPeter Eisentraut2014-07-21
* Replace "internationalize" with "localize" where appropriatePeter Eisentraut2014-07-20
* Add file version information to most installed Windows binaries.Noah Misch2014-07-14
* Stamp shared-library minor version numbers for 9.5.Tom Lane2014-06-10