aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/datetime.c
Commit message (Expand)AuthorAge
* Remove comment on errno=0 lines, but add mention to port/strtol.c function.Bruce Momjian2005-12-02
* Comment "errno = 0" in a more generic way.Bruce Momjian2005-12-01
* Add comments about why errno is set to zero.Bruce Momjian2005-12-01
* Check for overflow in strtol() while parsing datetime inputs.Tom Lane2005-12-01
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Allow times of 24:00:00 to match rounding behavior:Bruce Momjian2005-10-14
* Fix (hopefully for the last time) problems with datetime values displayingTom Lane2005-10-09
* Andrew pointed out that the current fix didn't handle dates that wereBruce Momjian2005-07-23
* Code spacing improvement, particularly *tm spacing.Bruce Momjian2005-07-22
* Update DAYS_PER_MONTH comment.Bruce Momjian2005-07-21
* Remove unnecessary parentheses in assignments.Bruce Momjian2005-07-21
* Add time/date macros for code clarity:Bruce Momjian2005-07-21
* Change 5e0 to 5.0, for consistency.Bruce Momjian2005-07-12
* Clean up the rather historically encumbered interface to now() andTom Lane2005-06-29
* Display only 9 subsecond digits instead of 10 for time values, forBruce Momjian2005-05-27
* Back out part of patch that should be applied later.Bruce Momjian2005-05-27
* Fix compile of entab to use stdarg.h. Clean up includes.Bruce Momjian2005-05-27
* Back out:Bruce Momjian2005-05-26
* Display only 9 not 10 digits of precision for timestamp values whenBruce Momjian2005-05-26
* Adjust datetime parsing to be more robust. We now pass the length of theNeil Conway2005-05-26
* Remove more extraneous parentheses in date/time functions.Bruce Momjian2005-05-24
* More macro cleanups for date/time.Bruce Momjian2005-05-23
* Add datetime macros for constants, for clarity:Bruce Momjian2005-05-23
* Remove unnecessary parentheses in datetime/timestamp code.Bruce Momjian2005-05-23
* Remove excess parens, use Abs instead of : ?.Bruce Momjian2005-05-21
* Fix mis-display of negative fractional seconds in interval values forTom Lane2005-04-20
* Attached patch gets rid of the global timezone in the following steps:Bruce Momjian2005-04-19
* interval_out failed to mention 'ago' for negative intervals in SQL andTom Lane2005-01-11
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Invent pg_next_dst_boundary() and rewrite DetermineLocalTimeZone() toTom Lane2004-11-01
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-30
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Cause the format of BC timestamptz output to be 'datetime zone BC' ratherTom Lane2004-07-11
* Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane2004-06-03
* Suppress compile warnings on machines where the INT64CONST() decorationTom Lane2004-05-31
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-21
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-07
* Fix to_char for 1 BC. Previously it returned 1 AD.Bruce Momjian2004-03-30
* For application to HEAD, following community review.Bruce Momjian2004-02-25
* Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_pathTom Lane2004-01-19
* Back out:Bruce Momjian2003-12-21
* In my mind there were two categories of open issuesBruce Momjian2003-12-20
* Fix DecodeInterval to handle '-0.1' sanely, per gripe from Tilo Schwarz.Tom Lane2003-12-17
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Fix datetime input parsing to accept YYYY-MONTHNAME-DD and related syntaxes,Tom Lane2003-11-16
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Okay, I've had it with mktime() bugs. While chasing Torello Querci'sTom Lane2003-09-13
* Adjust date/time input parsing code to correctly distinguish the fourTom Lane2003-08-27