aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/datetime.c
Commit message (Expand)AuthorAge
* Remove the useless and rather inconsistent return values of EncodeDateOnly,Tom Lane2009-05-26
* When checking for datetime field overflow, we should allow a fractional-secondTom Lane2009-05-01
* Remove the datetime keywords ABSTIME and RELTIME, which we'd been treating asTom Lane2009-03-22
* Improve zero-year comments.Bruce Momjian2009-03-17
* Document that datetime year '0' is considered in a recent century, notBruce Momjian2009-03-17
* Update copyright for 2009.Bruce Momjian2009-01-01
* Clean up the ancient decision to show only two fractional-seconds digitsTom Lane2008-11-12
* Add support for input and output of interval values formatted per ISO 8601;Tom Lane2008-11-11
* Add a new GUC variable called "IntervalStyle" that decouples interval outputTom Lane2008-11-09
* Fix recently added code for SQL years-months interval syntax so thatTom Lane2008-11-08
* Fix improper display of fractional seconds in interval valuesTom Lane2008-10-02
* Fix integral timestamps so the output is consistent in all cases toBruce Momjian2008-09-24
* Clean up a couple of weird corner cases in interval parsing: make -yyyy-mm beTom Lane2008-09-16
* Adjust the parser to accept the typename syntax INTERVAL ... SECOND(n)Tom Lane2008-09-11
* Make our parsing of INTERVAL literals spec-compliant (or at least a heck ofTom Lane2008-09-10
* Fix datetime input functions to correctly detect integer overflow whenTom Lane2008-06-09
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-25
* Reject year zero during datetime input, except when it's a 2-digit yearTom Lane2008-02-25
* Fix datetime input to behave correctly for Feb 29 in years BC.Tom Lane2008-02-25
* Replace time_t with pg_time_t (same values, but always int64) in on-diskTom Lane2008-02-17
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Switch over to using the src/timezone functions for formatting timestampsTom Lane2007-08-04
* Fix DecodeDateTime to allow timezone to appear before year. This hadTom Lane2007-06-12
* Fix a bug in input processing for the "interval" type. Previously,Neil Conway2007-05-29
* Code cleanup: use "bool" for Boolean variables, rather than "int".Neil Conway2007-05-27
* Fix date/time formats for XML Schema output.Peter Eisentraut2007-03-01
* Add "isodow" option to EXTRACT() and date_part() where Sunday = 7.Bruce Momjian2007-02-19
* Add two new format fields for use with to_char(), to_date() andBruce Momjian2007-02-16
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Fix up timetz input so that a date is required only when the specifiedTom Lane2006-10-18
* Fix up some problems in handling of zic-style time zone names in datetimeTom Lane2006-10-17
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs,Tom Lane2006-09-16
* Fix interval input parser so that fractional weeks and months areTom Lane2006-09-04
* Remove hard-wired lists of timezone abbreviations in favor of providingTom Lane2006-07-25
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-14
* Allow timezone names in SQL strings,Bruce Momjian2006-06-07
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* 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