aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/datetime.c
Commit message (Expand)AuthorAge
* 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
* Add the Brazilian time zone abbreviations BRT, BRST, FNT, FNST.Tom Lane2003-08-25
* Allow parsing of time and timetz inputs to accept the documented inputTom Lane2003-08-25
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* Improve documentation of ParseDateTime(). Reorder tests to preventTom Lane2003-08-05
* Fix several places where fractional-second inputs were misprocessedTom Lane2003-08-05
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Apply (a somewhat revised version of) Greg Mullane's patch to eliminateTom Lane2003-07-29
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-27
* In ISO datestyle, never emit just HH:MM, always emit HH:MM:SS orTom Lane2003-06-25
* Add code to test for unknown timezone names (following some ideas fromTom Lane2003-05-18
* Allow 60 in seconds fields of timestamp, time, interval input values.Tom Lane2003-05-04
* Avoid repeated computation of the constants date2j(1970, 1, 1) andTom Lane2003-04-04
* Simplify timezone-handling code per proposal to pghackers: get rid ofTom Lane2003-02-22
* Fix timestamptz_in so that parsing of 'now'::timestamptz gives rightTom Lane2003-02-20
* The following patches eliminate the overflows in the j2date() and date2j()Bruce Momjian2003-02-19
* Repair array subscript overrun identified by Yichen Xie. Reduce theTom Lane2003-01-29
* Repair an embarrassingly large number of alphabetization mistakes in theTom Lane2003-01-16
* Allow +1300 as a numeric timezone specifier; we already accept FJST as meanin...Tom Lane2002-11-13
* pgindent run.Bruce Momjian2002-09-04
* Work around mktime() brain damage in recent versions of glibc by usingTom Lane2002-09-03
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-02
* Add guard code to protect from buffer overruns on long date/time inputThomas G. Lockhart2002-08-04
* Update copyright to 2002.Bruce Momjian2002-06-20
* Katherine Ward wrote:Jan Wieck2002-06-11
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-17