summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/datetime.c
AgeCommit message (Expand)Author
2008-10-02Fix improper display of fractional seconds in interval valuesTom Lane
2008-06-09Fix datetime input functions to correctly detect integer overflow whenTom Lane
2008-02-25Fix datetime input to behave correctly for Feb 29 in years BC.Tom Lane
2007-06-12Fix DecodeDateTime to allow timezone to appear before year. This hadTom Lane
2007-05-29Fix a bug in input processing for the "interval" type. Previously,Neil Conway
2006-10-18Fix up timetz input so that a date is required only when the specifiedTom Lane
2006-10-17Fix up some problems in handling of zic-style time zone names in datetimeTom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-09-16Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs,Tom Lane
2006-09-04Fix interval input parser so that fractional weeks and months areTom Lane
2006-07-25Remove hard-wired lists of timezone abbreviations in favor of providingTom Lane
2006-07-14Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane
2006-06-07Allow timezone names in SQL strings,Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-12-02Remove comment on errno=0 lines, but add mention to port/strtol.c function.Bruce Momjian
2005-12-01Comment "errno = 0" in a more generic way.Bruce Momjian
2005-12-01Add comments about why errno is set to zero.Bruce Momjian
2005-12-01Check for overflow in strtol() while parsing datetime inputs.Tom Lane
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-10-14Allow times of 24:00:00 to match rounding behavior:Bruce Momjian
2005-10-09Fix (hopefully for the last time) problems with datetime values displayingTom Lane
2005-07-23Andrew pointed out that the current fix didn't handle dates that wereBruce Momjian
2005-07-22Code spacing improvement, particularly *tm spacing.Bruce Momjian
2005-07-21Update DAYS_PER_MONTH comment.Bruce Momjian
2005-07-21Remove unnecessary parentheses in assignments.Bruce Momjian
2005-07-21Add time/date macros for code clarity:Bruce Momjian
2005-07-12Change 5e0 to 5.0, for consistency.Bruce Momjian
2005-06-29Clean up the rather historically encumbered interface to now() andTom Lane
2005-05-27Display only 9 subsecond digits instead of 10 for time values, forBruce Momjian
2005-05-27Back out part of patch that should be applied later.Bruce Momjian
2005-05-27Fix compile of entab to use stdarg.h. Clean up includes.Bruce Momjian
2005-05-26Back out:Bruce Momjian
2005-05-26Display only 9 not 10 digits of precision for timestamp values whenBruce Momjian
2005-05-26Adjust datetime parsing to be more robust. We now pass the length of theNeil Conway
2005-05-24Remove more extraneous parentheses in date/time functions.Bruce Momjian
2005-05-23More macro cleanups for date/time.Bruce Momjian
2005-05-23Add datetime macros for constants, for clarity:Bruce Momjian
2005-05-23Remove unnecessary parentheses in datetime/timestamp code.Bruce Momjian
2005-05-21Remove excess parens, use Abs instead of : ?.Bruce Momjian
2005-04-20Fix mis-display of negative fractional seconds in interval values forTom Lane
2005-04-19Attached patch gets rid of the global timezone in the following steps:Bruce Momjian
2005-01-11interval_out failed to mention 'ago' for negative intervals in SQL andTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-11-01Invent pg_next_dst_boundary() and rewrite DetermineLocalTimeZone() toTom Lane
2004-08-30Another pgindent run with lib typedefs added.Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-07-11Cause the format of BC timestamptz output to be 'datetime zone BC' ratherTom Lane
2004-06-03Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane