aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/date.c
Commit message (Expand)AuthorAge
* Reject out-of-range dates in date_in().Tom Lane2006-02-09
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix (hopefully for the last time) problems with datetime values displayingTom Lane2005-10-09
* Fix the various forms of AT TIME ZONE to accept either timezones foundTom Lane2005-09-09
* Andrew pointed out that the current fix didn't handle dates that wereBruce Momjian2005-07-23
* More minor spacing improvements.Bruce Momjian2005-07-22
* 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
* Add 'day' field to INTERVAL so 1 day interval can be distinguished fromBruce Momjian2005-07-20
* Change 5e0 to 5.0, for consistency.Bruce Momjian2005-07-12
* Change typreceive function API so that receive functions get the sameTom Lane2005-07-10
* This patch makes it possible to use the full set of timezones when doingBruce Momjian2005-06-15
* 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
* Repair two TIME WITH TIME ZONE bugs found by Dennis Vshivkov. ComparisonTom Lane2005-04-23
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* 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
* Add missing operators of the form interval-plus-datetime, as required forTom Lane2004-07-02
* 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
* Create crosstype comparison operators for date vs. timestamp and dateTom Lane2004-02-14
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Various message fixes, among those fixes for the previous round of fixesPeter Eisentraut2003-09-26
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Adjust date/time input parsing code to correctly distinguish the fourTom Lane2003-08-27
* Fix floating-point timestamp comparisons to not go nuts if NaN isTom Lane2003-08-08
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-27
* Fix timestamp_date for HAVE_INT64_TIMESTAMP case.Tom Lane2003-07-24
* Repair 7.3 breakage in timestamp-to-date conversion for dates before 2000.Tom Lane2003-07-24
* Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL conventionTom Lane2003-07-17
* Fix bugs in interval-to-time conversion: HAVE_INT64_TIMESTAMP case did notTom Lane2003-06-16
* Add binary I/O routines for a bunch more datatypes. Still a few to go,Tom Lane2003-05-12
* Mark TimeScales constants as double to avoid integer overflow in some compilers.Tom Lane2003-04-08
* Avoid repeated computation of the constants date2j(1970, 1, 1) andTom Lane2003-04-04
* Prevent timetz2tm() from scribbling on its input in HAVE_INT64_TIMESTAMP case.Tom Lane2003-02-13
* Allow a time zone to be specified (and silently ignored) in the inputTom Lane2003-01-31
* Repair array subscript overrun identified by Yichen Xie. Reduce theTom Lane2003-01-29
* Fix sloppy comment.Tom Lane2003-01-22
* Repair inconsistent rounding behavior for timestamp, time, interval,Tom Lane2003-01-09
* Fix breakage in new-in-7.3 timetz_zone() function: was giving randomTom Lane2002-11-21