aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/pgtypeslib
Commit message (Expand)AuthorAge
* Update copyright for 2019Bruce Momjian2019-01-02
* Rename ecpg's various "extern.h" files to have distinct names.Tom Lane2018-12-01
* Const-ify a few more large static tables.Tom Lane2018-10-17
* Build src/common files as a library with -fPIC.Tom Lane2018-09-28
* Fix another portability issue from commit 758ce9b77.Tom Lane2018-09-26
* Fix link failures due to snprintf/strerror changes.Tom Lane2018-09-26
* Always use our own versions of *printf().Tom Lane2018-09-26
* Convert elog.c's useful_strerror() into a globally-used strerror wrapper.Tom Lane2018-09-26
* Attempt to identify system timezone by reading /etc/localtime symlink.Tom Lane2018-09-13
* Clean up assorted misuses of snprintf()'s result value.Tom Lane2018-08-15
* Rethink how to get float.h in old Windows API for isnan/isinfAlvaro Herrera2018-07-11
* Add PGTYPESchar_free() to avoid cross-module problems on Windows.Thomas Munro2018-06-18
* Avoid unnecessary use of strncpy in a couple of places in ecpg.Tom Lane2018-06-16
* Clean up warnings from -Wimplicit-fallthrough.Tom Lane2018-05-01
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-04-03
* Fix a boatload of typos in C comments.Tom Lane2018-04-01
* Move strtoint() to commonPeter Eisentraut2018-03-13
* Update copyright for 2018Bruce Momjian2018-01-02
* Add some const decorations to prototypesPeter Eisentraut2017-11-10
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* ecpg: Use bool instead of intPeter Eisentraut2017-11-04
* ecpg: Remove useless return valuesPeter Eisentraut2017-11-04
* Add port/strnlen support to libpq and ecpg Makefiles.Tom Lane2017-10-11
* 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
* Fix typo in code commentPeter Eisentraut2017-06-15
* Remove now-dead code for !HAVE_INT64_TIMESTAMP.Tom Lane2017-02-23
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Automate the maintenance of SO_MINOR_VERSION for our shared libraries.Tom Lane2016-08-16
* Stamp shared-library minor version numbers for v10.Tom Lane2016-08-15
* Remove bogus dependencies on NUMERIC_MAX_PRECISION.Tom Lane2016-08-14
* Rename strtoi() to strtoint().Tom Lane2016-04-23
* Be more careful about out-of-range dates and timestamps.Tom Lane2016-03-16
* Update copyright for 2016Bruce Momjian2016-01-02
* 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
* Stamp shared-library minor version numbers for 9.6.Tom Lane2015-06-30
* 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