aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/pgtypeslib/timestamp.c
Commit message (Expand)AuthorAge
* thread-safety: gmtime_r(), localtime_r()Peter Eisentraut2024-08-23
* Remove dependence on -fwrapv semantics in a few places.Nathan Bossart2024-08-15
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Remove stray mid-sentence tabs in commentsPeter Eisentraut2023-05-19
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Fix off-by-one error in PGTYPEStimestamp_fmt_ascTomas Vondra2019-11-30
* Remove useless "return;" linesAlvaro Herrera2019-11-28
* Make the order of the header file includes consistent in non-backend modules.Amit Kapila2019-10-25
* Remove use of deprecated Autoconf definePeter Eisentraut2019-10-07
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-22
* Remove explicit error handling for obsolete date/time valuesPeter Eisentraut2019-06-30
* Rename ecpg's various "extern.h" files to have distinct names.Tom Lane2018-12-01
* Rethink how to get float.h in old Windows API for isnan/isinfAlvaro Herrera2018-07-11
* Add some const decorations to prototypesPeter Eisentraut2017-11-10
* ecpg: Remove useless return valuesPeter Eisentraut2017-11-04
* Remove unnecessary parentheses in return statementsPeter Eisentraut2017-09-05
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Remove now-dead code for !HAVE_INT64_TIMESTAMP.Tom Lane2017-02-23
* Be more careful about out-of-range dates and timestamps.Tom Lane2016-03-16
* Fix typos.Robert Haas2014-10-20
* Fix handling of wide datetime input/output.Noah Misch2014-02-17
* ecpg: Move function prototype into header filePeter Eisentraut2013-07-22
* Initialize day of year value.Michael Meskes2013-07-19
* 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
* Lots of doc corrections.Robert Haas2012-04-23
* Add const qualifier to tzn returned by timestamp2tm()Peter Eisentraut2012-03-15
* Improve EncodeDateTime and EncodeTimeOnly APIsPeter Eisentraut2012-03-14
* 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
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Use non-literal format for possibly non-standard strftime formats.Andrew Dunstan2011-04-28
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Removed some variables no longer needed.Michael Meskes2009-09-03
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Removed some unneeded variables and comparisonsMichael Meskes2009-05-20
* Added result checks for calls to gmtime().Michael Meskes2009-02-04
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-17
* PGTYPEStimestamp_sub should use the values and not the pointers to substract.Michael Meskes2008-04-10
* More cleaning up and removed some duplicates.Michael Meskes2007-08-22
* - Finished major rewrite to use new protocol versionMichael Meskes2007-08-14
* - Changed some whitespacing in connect statement.Michael Meskes2007-03-17
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Added lots of SoC stuff made by Joachim.Michael Meskes2006-08-15
* Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight...Michael Meskes2006-06-21
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* <limits.h> is now needed here, for INT_MAX. Per Michael Fuhr.Tom Lane2005-10-10