summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/datetime.c
AgeCommit message (Expand)Author
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
2004-05-31Suppress compile warnings on machines where the INT64CONST() decorationTom Lane
2004-05-21Integrate src/timezone library for all platforms. There is more we canTom Lane
2004-05-07Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane
2004-03-30Fix to_char for 1 BC. Previously it returned 1 AD.Bruce Momjian
2004-02-25For application to HEAD, following community review.Bruce Momjian
2004-01-19Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_pathTom Lane
2003-12-21Back out:Bruce Momjian
2003-12-20In my mind there were two categories of open issuesBruce Momjian
2003-12-17Fix DecodeInterval to handle '-0.1' sanely, per gripe from Tilo Schwarz.Tom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-16Fix datetime input parsing to accept YYYY-MONTHNAME-DD and related syntaxes,Tom Lane
2003-09-25Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut
2003-09-13Okay, I've had it with mktime() bugs. While chasing Torello Querci'sTom Lane
2003-08-27Adjust date/time input parsing code to correctly distinguish the fourTom Lane
2003-08-25Add the Brazilian time zone abbreviations BRT, BRST, FNT, FNST.Tom Lane
2003-08-25Allow parsing of time and timetz inputs to accept the documented inputTom Lane
2003-08-08Another pgindent run with updated typedefs.Bruce Momjian
2003-08-05Improve documentation of ParseDateTime(). Reorder tests to preventTom Lane
2003-08-05Fix several places where fractional-second inputs were misprocessedTom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-07-29Apply (a somewhat revised version of) Greg Mullane's patch to eliminateTom Lane
2003-07-27Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane
2003-06-25In ISO datestyle, never emit just HH:MM, always emit HH:MM:SS orTom Lane
2003-05-18Add code to test for unknown timezone names (following some ideas fromTom Lane
2003-05-04Allow 60 in seconds fields of timestamp, time, interval input values.Tom Lane
2003-04-04Avoid repeated computation of the constants date2j(1970, 1, 1) andTom Lane
2003-02-22Simplify timezone-handling code per proposal to pghackers: get rid ofTom Lane
2003-02-20Fix timestamptz_in so that parsing of 'now'::timestamptz gives rightTom Lane
2003-02-19The following patches eliminate the overflows in the j2date() and date2j()Bruce Momjian
2003-01-29Repair array subscript overrun identified by Yichen Xie. Reduce theTom Lane
2003-01-16Repair an embarrassingly large number of alphabetization mistakes in theTom Lane
2002-11-13Allow +1300 as a numeric timezone specifier; we already accept FJST as meanin...Tom Lane
2002-09-04pgindent run.Bruce Momjian
2002-09-03Work around mktime() brain damage in recent versions of glibc by usingTom Lane
2002-09-02Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian
2002-08-04Add guard code to protect from buffer overruns on long date/time inputThomas G. Lockhart
2002-06-20Update copyright to 2002.Bruce Momjian
2002-06-11Katherine Ward wrote:Jan Wieck
2002-05-17Merge the last few variable.c configuration variables into the genericTom Lane
2002-04-21Support alternate storage scheme of 64-bit integer for date/time types.Thomas G. Lockhart
2002-02-25Add a large number of time zones to the lookup table.Thomas G. Lockhart