aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
Commit message (Expand)AuthorAge
* Fixed some memory leaks in ECPG.Michael Meskes2015-06-12
* Fix intoasc() in Informix compat lib. This function used to be a noop.Michael Meskes2015-06-12
* pgindent run for 9.5Bruce Momjian2015-05-23
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* 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
* Fix parallel make risk with new check temp-install setupPeter Eisentraut2015-04-29
* Fix various typos and grammar errors in comments.Andres Freund2015-04-26
* Add transforms featurePeter Eisentraut2015-04-26
* Remove obsolete -I options from ECPG library compilation.Noah Misch2015-04-24
* Build every ECPG library with -DFRONTEND.Noah Misch2015-04-24
* Improve speed of make check-worldPeter Eisentraut2015-04-23
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-26
* Make operator precedence follow the SQL standard more closely.Tom Lane2015-03-11
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-11
* Clean up the mess from => patch.Tom Lane2015-03-10
* Revert "Ignore object files generated by ecpg test suite on Windows"Michael Meskes2015-03-09
* Ignore object files generated by ecpg test suite on WindowsMichael Meskes2015-03-09
* Remove null-pointer checks that are not needed.Michael Meskes2015-02-25
* Improve parser's one-extra-token lookahead mechanism.Tom Lane2015-02-24
* 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
* Translation updatesPeter Eisentraut2014-12-15
* Translation updatesPeter Eisentraut2014-11-16
* Make ECPG test programs depend on "ecpg$(X)", not "ecpg".Noah Misch2014-11-02
* Small code cleanup.Michael Meskes2014-10-22
* MinGW: Link with shell32.dll instead of shfolder.dll.Noah Misch2014-10-21
* Fix typos.Robert Haas2014-10-20
* Support timezone abbreviations that sometimes change.Tom Lane2014-10-16
* Fix array overrun in ecpg's version of ParseDateTime().Tom Lane2014-10-06
* Translation updatesPeter Eisentraut2014-10-05
* Finish adding file version information to installed Windows binaries.Noah Misch2014-08-18
* 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
* Let installcheck-world pass against a server requiring a password.Noah Misch2014-06-19
* Stamp shared-library minor version numbers for 9.5.Tom Lane2014-06-10
* Revert "Fix bogus %name-prefix option syntax in all our Bison files."Tom Lane2014-05-28
* Fix bogus %name-prefix option syntax in all our Bison files.Tom Lane2014-05-28
* Fix spurious tab characterPeter Eisentraut2014-05-21
* Fix missing dependencies in ecpg's test Makefiles.Tom Lane2014-05-08
* Un-break ecpg test suite under --disable-integer-datetimes.Noah Misch2014-05-08
* With ecpg exclusion removed, re-run pgindent for 9.4Bruce Momjian2014-05-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Fix handling of array of char pointers in ecpglib.Michael Meskes2014-05-06