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
/
timestamp.c
Commit message (
Expand
)
Author
Age
*
thread-safety: gmtime_r(), localtime_r()
Peter Eisentraut
2024-08-23
*
Remove dependence on -fwrapv semantics in a few places.
Nathan Bossart
2024-08-15
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Remove stray mid-sentence tabs in comments
Peter Eisentraut
2023-05-19
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Fix off-by-one error in PGTYPEStimestamp_fmt_asc
Tomas Vondra
2019-11-30
*
Remove useless "return;" lines
Alvaro Herrera
2019-11-28
*
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2019-10-25
*
Remove use of deprecated Autoconf define
Peter Eisentraut
2019-10-07
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-22
*
Remove explicit error handling for obsolete date/time values
Peter Eisentraut
2019-06-30
*
Rename ecpg's various "extern.h" files to have distinct names.
Tom Lane
2018-12-01
*
Rethink how to get float.h in old Windows API for isnan/isinf
Alvaro Herrera
2018-07-11
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
*
ecpg: Remove useless return values
Peter Eisentraut
2017-11-04
*
Remove unnecessary parentheses in return statements
Peter Eisentraut
2017-09-05
*
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
*
Remove now-dead code for !HAVE_INT64_TIMESTAMP.
Tom Lane
2017-02-23
*
Be more careful about out-of-range dates and timestamps.
Tom Lane
2016-03-16
*
Fix typos.
Robert Haas
2014-10-20
*
Fix handling of wide datetime input/output.
Noah Misch
2014-02-17
*
ecpg: Move function prototype into header file
Peter Eisentraut
2013-07-22
*
Initialize day of year value.
Michael Meskes
2013-07-19
*
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
*
Lots of doc corrections.
Robert Haas
2012-04-23
*
Add const qualifier to tzn returned by timestamp2tm()
Peter Eisentraut
2012-03-15
*
Improve EncodeDateTime and EncodeTimeOnly APIs
Peter Eisentraut
2012-03-14
*
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
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
*
Use non-literal format for possibly non-standard strftime formats.
Andrew Dunstan
2011-04-28
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Removed some variables no longer needed.
Michael Meskes
2009-09-03
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Removed some unneeded variables and comparisons
Michael Meskes
2009-05-20
*
Added result checks for calls to gmtime().
Michael Meskes
2009-02-04
*
Add $PostgreSQL$ markers to a lot of files that were missing them.
Andrew Dunstan
2008-05-17
*
PGTYPEStimestamp_sub should use the values and not the pointers to substract.
Michael Meskes
2008-04-10
*
More cleaning up and removed some duplicates.
Michael Meskes
2007-08-22
*
- Finished major rewrite to use new protocol version
Michael Meskes
2007-08-14
*
- Changed some whitespacing in connect statement.
Michael Meskes
2007-03-17
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Added lots of SoC stuff made by Joachim.
Michael Meskes
2006-08-15
*
Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight...
Michael Meskes
2006-06-21
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
<limits.h> is now needed here, for INT_MAX. Per Michael Fuhr.
Tom Lane
2005-10-10
[next]