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
*
Clean up assorted misuses of snprintf()'s result value.
Tom Lane
2018-08-15
*
Prevent accidental linking of system-supplied copies of libpq.so etc.
Tom Lane
2018-07-09
*
Add PGTYPESchar_free() to avoid cross-module problems on Windows.
Thomas Munro
2018-06-26
*
Avoid unnecessary use of strncpy in a couple of places in ecpg.
Tom Lane
2018-06-16
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Remove bogus dependencies on NUMERIC_MAX_PRECISION.
Tom Lane
2016-08-14
*
Rename strtoi() to strtoint().
Tom Lane
2016-04-23
*
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
*
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
*
Fix array overrun in ecpg's version of ParseDateTime().
Tom Lane
2014-10-06
*
Add file version information to most installed Windows binaries.
Noah Misch
2014-07-14
*
Stamp shared-library minor version numbers for 9.5.
Tom Lane
2014-06-10
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Fix some missing .gitignore and "make clean" items in ecpg.
Tom Lane
2014-02-19
*
Fix handling of wide datetime input/output.
Noah Misch
2014-02-17
*
Add checks for interval overflow/underflow
Bruce Momjian
2014-01-30
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Return error if allocation of new element was not possible.
Michael Meskes
2013-09-08
*
ecpg: Move function prototype into header file
Peter Eisentraut
2013-07-22
*
Initialize day of year value.
Michael Meskes
2013-07-19
*
Stamp shared-library minor version numbers for 9.4.
Tom Lane
2013-06-14
*
Post-pgindent cleanup
Stephen Frost
2013-06-01
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Fix overflow check in tm2timestamp (this time for sure).
Tom Lane
2013-03-04
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Stamp library minor versions for 9.3.
Tom Lane
2012-06-13
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Lots of doc corrections.
Robert Haas
2012-04-23
*
Stamp libraries versions for 9.2 (better late than never).
Bruce Momjian
2012-04-07
*
Add const qualifier to tzn returned by timestamp2tm()
Peter Eisentraut
2012-03-15
*
Improve EncodeDateTime and EncodeTimeOnly APIs
Peter Eisentraut
2012-03-14
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Mark variables as const in pgtypeslib if they only carry a format string.
Michael Meskes
2011-12-18
*
Miscellaneous cleanup to silence compiler warnings seen on Mingw.
Andrew Dunstan
2011-12-10
*
Remove redundant lib*dll.def rules from .gitignore
Magnus Hagander
2011-06-18
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
*
Prevent datebsearch() from crashing on base == NULL && nel == 0.
Tom Lane
2011-05-10
*
Use non-literal format for possibly non-standard strftime formats.
Andrew Dunstan
2011-04-28
*
Add gitignore entries for Windows MSVC builds
Peter Eisentraut
2011-04-19
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
[next]