aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/pgtypeslib
Commit message (Expand)AuthorAge
* Clean up assorted misuses of snprintf()'s result value.Tom Lane2018-08-15
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-07-09
* Add PGTYPESchar_free() to avoid cross-module problems on Windows.Thomas Munro2018-06-26
* Avoid unnecessary use of strncpy in a couple of places in ecpg.Tom Lane2018-06-16
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Remove bogus dependencies on NUMERIC_MAX_PRECISION.Tom Lane2016-08-14
* Rename strtoi() to strtoint().Tom Lane2016-04-23
* Use "g" not "f" format in ecpg's PGTYPESnumeric_from_double().Tom Lane2015-12-01
* Change type of DOW/DOY to UNITSGreg Stark2015-09-07
* 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 various typos and grammar errors in comments.Andres Freund2015-04-26
* Remove obsolete -I options from ECPG library compilation.Noah Misch2015-04-24
* Build every ECPG library with -DFRONTEND.Noah Misch2015-04-24
* Replace a bunch more uses of strncpy() with safer coding.Tom Lane2015-01-24
* Update copyright for 2015Bruce Momjian2015-01-06
* 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
* 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
* pgindent run for 9.4Bruce Momjian2014-05-06
* Fix some missing .gitignore and "make clean" items in ecpg.Tom Lane2014-02-19
* Fix handling of wide datetime input/output.Noah Misch2014-02-17
* Add checks for interval overflow/underflowBruce Momjian2014-01-30
* Update copyright for 2014Bruce Momjian2014-01-07
* Return error if allocation of new element was not possible.Michael Meskes2013-09-08
* ecpg: Move function prototype into header filePeter Eisentraut2013-07-22
* Initialize day of year value.Michael Meskes2013-07-19
* Stamp shared-library minor version numbers for 9.4.Tom Lane2013-06-14
* Post-pgindent cleanupStephen Frost2013-06-01
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Fix overflow check in tm2timestamp (this time for sure).Tom Lane2013-03-04
* Update copyrights for 2013Bruce Momjian2013-01-01
* Stamp library minor versions for 9.3.Tom Lane2012-06-13
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Lots of doc corrections.Robert Haas2012-04-23
* Stamp libraries versions for 9.2 (better late than never).Bruce Momjian2012-04-07
* Add const qualifier to tzn returned by timestamp2tm()Peter Eisentraut2012-03-15
* Improve EncodeDateTime and EncodeTimeOnly APIsPeter Eisentraut2012-03-14
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Mark variables as const in pgtypeslib if they only carry a format string.Michael Meskes2011-12-18
* Miscellaneous cleanup to silence compiler warnings seen on Mingw.Andrew Dunstan2011-12-10
* Remove redundant lib*dll.def rules from .gitignoreMagnus Hagander2011-06-18
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Prevent datebsearch() from crashing on base == NULL && nel == 0.Tom Lane2011-05-10
* Use non-literal format for possibly non-standard strftime formats.Andrew Dunstan2011-04-28
* Add gitignore entries for Windows MSVC buildsPeter Eisentraut2011-04-19
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01