index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
/
pgtypeslib
Commit message (
Expand
)
Author
Age
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Rename ecpg's various "extern.h" files to have distinct names.
Tom Lane
2018-12-01
*
Const-ify a few more large static tables.
Tom Lane
2018-10-17
*
Build src/common files as a library with -fPIC.
Tom Lane
2018-09-28
*
Fix another portability issue from commit 758ce9b77.
Tom Lane
2018-09-26
*
Fix link failures due to snprintf/strerror changes.
Tom Lane
2018-09-26
*
Always use our own versions of *printf().
Tom Lane
2018-09-26
*
Convert elog.c's useful_strerror() into a globally-used strerror wrapper.
Tom Lane
2018-09-26
*
Attempt to identify system timezone by reading /etc/localtime symlink.
Tom Lane
2018-09-13
*
Clean up assorted misuses of snprintf()'s result value.
Tom Lane
2018-08-15
*
Rethink how to get float.h in old Windows API for isnan/isinf
Alvaro Herrera
2018-07-11
*
Add PGTYPESchar_free() to avoid cross-module problems on Windows.
Thomas Munro
2018-06-18
*
Avoid unnecessary use of strncpy in a couple of places in ecpg.
Tom Lane
2018-06-16
*
Clean up warnings from -Wimplicit-fallthrough.
Tom Lane
2018-05-01
*
Prevent accidental linking of system-supplied copies of libpq.so etc.
Tom Lane
2018-04-03
*
Fix a boatload of typos in C comments.
Tom Lane
2018-04-01
*
Move strtoint() to common
Peter Eisentraut
2018-03-13
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
ecpg: Use bool instead of int
Peter Eisentraut
2017-11-04
*
ecpg: Remove useless return values
Peter Eisentraut
2017-11-04
*
Add port/strnlen support to libpq and ecpg Makefiles.
Tom Lane
2017-10-11
*
Remove unnecessary parentheses in return statements
Peter Eisentraut
2017-09-05
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Fix typo in code comment
Peter Eisentraut
2017-06-15
*
Remove now-dead code for !HAVE_INT64_TIMESTAMP.
Tom Lane
2017-02-23
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Automate the maintenance of SO_MINOR_VERSION for our shared libraries.
Tom Lane
2016-08-16
*
Stamp shared-library minor version numbers for v10.
Tom Lane
2016-08-15
*
Remove bogus dependencies on NUMERIC_MAX_PRECISION.
Tom Lane
2016-08-14
*
Rename strtoi() to strtoint().
Tom Lane
2016-04-23
*
Be more careful about out-of-range dates and timestamps.
Tom Lane
2016-03-16
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Use "g" not "f" format in ecpg's PGTYPESnumeric_from_double().
Tom Lane
2015-12-01
*
Change type of DOW/DOY to UNITS
Greg Stark
2015-09-07
*
Stamp shared-library minor version numbers for 9.6.
Tom Lane
2015-06-30
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Revert error-throwing wrappers for the printf family of functions.
Tom Lane
2015-05-19
*
Add error-throwing wrappers for the printf family of functions.
Noah Misch
2015-05-18
*
Fix various typos and grammar errors in comments.
Andres Freund
2015-04-26
*
Remove obsolete -I options from ECPG library compilation.
Noah Misch
2015-04-24
*
Build every ECPG library with -DFRONTEND.
Noah Misch
2015-04-24
*
Replace a bunch more uses of strncpy() with safer coding.
Tom Lane
2015-01-24
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Fix typos.
Robert Haas
2014-10-20
*
Support timezone abbreviations that sometimes change.
Tom Lane
2014-10-16
[next]