summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/datetime.c
Commit message (Expand)AuthorAgeFilesLines
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Fix datetime input parsing to accept YYYY-MONTHNAME-DD and related syntaxes,Tom Lane2003-11-161-17/+64
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-6/+5
* Okay, I've had it with mktime() bugs. While chasing Torello Querci'sTom Lane2003-09-131-104/+66
* Adjust date/time input parsing code to correctly distinguish the fourTom Lane2003-08-271-201/+346
* Add the Brazilian time zone abbreviations BRT, BRST, FNT, FNST.Tom Lane2003-08-251-14/+13
* Allow parsing of time and timetz inputs to accept the documented inputTom Lane2003-08-251-7/+21
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-5/+5
* Improve documentation of ParseDateTime(). Reorder tests to preventTom Lane2003-08-051-22/+37
* Fix several places where fractional-second inputs were misprocessedTom Lane2003-08-051-33/+38
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-42/+44
* Apply (a somewhat revised version of) Greg Mullane's patch to eliminateTom Lane2003-07-291-97/+129
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-271-9/+20
* In ISO datestyle, never emit just HH:MM, always emit HH:MM:SS orTom Lane2003-06-251-6/+4
* Add code to test for unknown timezone names (following some ideas fromTom Lane2003-05-181-9/+31
* Allow 60 in seconds fields of timestamp, time, interval input values.Tom Lane2003-05-041-11/+12
* Avoid repeated computation of the constants date2j(1970, 1, 1) andTom Lane2003-04-041-12/+22
* Simplify timezone-handling code per proposal to pghackers: get rid ofTom Lane2003-02-221-2/+3
* Fix timestamptz_in so that parsing of 'now'::timestamptz gives rightTom Lane2003-02-201-5/+3
* The following patches eliminate the overflows in the j2date() and date2j()Bruce Momjian2003-02-191-38/+49
* Repair array subscript overrun identified by Yichen Xie. Reduce theTom Lane2003-01-291-63/+35
* Repair an embarrassingly large number of alphabetization mistakes in theTom Lane2003-01-161-21/+58
* Allow +1300 as a numeric timezone specifier; we already accept FJST as meanin...Tom Lane2002-11-131-2/+5
* pgindent run.Bruce Momjian2002-09-041-270/+287
* Work around mktime() brain damage in recent versions of glibc by usingTom Lane2002-09-031-12/+87
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-021-2/+1
* Add guard code to protect from buffer overruns on long date/time inputThomas G. Lockhart2002-08-041-249/+260
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Katherine Ward wrote:Jan Wieck2002-06-111-19/+19
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-171-5/+11
* Support alternate storage scheme of 64-bit integer for date/time types.Thomas G. Lockhart2002-04-211-185/+371
* Add a large number of time zones to the lookup table.Thomas G. Lockhart2002-02-251-167/+144
* Rename TIME token to ISOTIME to eliminate conflict with gram.y parserThomas G. Lockhart2002-01-011-4/+4
* Make sure that all <ctype.h> routines are called with unsigned charTom Lane2001-12-301-3/+3
* Fix newly introduced datetime.c compile failure; not enough parens.Bruce Momjian2001-12-291-2/+2
* Check a bit more carefully for preceeding ISO field tagsThomas G. Lockhart2001-12-291-10/+10
* Rework the date/time parsing to tighten up some cases and to enable otherThomas G. Lockhart2001-12-291-202/+663
* Add full name of the month of July to the lookup table.Thomas G. Lockhart2001-12-211-1/+2
* Spell 'precedes', 'preceding' correctly in various places.Tom Lane2001-11-211-2/+2
* Add a few new time zones, and list every time zone mentioned in myThomas G. Lockhart2001-11-211-5/+282
* Grammatical and spelling fixes.Tom Lane2001-11-191-3/+3
* Add British Double Standard Time (BDST) per mailing list report.Thomas G. Lockhart2001-11-061-1/+2
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-7/+7
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-140/+146
* Fix transposed arguments for typmod for one INTERVAL production.Thomas G. Lockhart2001-10-201-25/+48
* Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart2001-10-181-110/+120
* Suppress gcc warnings.Tom Lane2001-10-111-3/+3
* Remove gratuitous discrepancy between extract() and date_part(),Peter Eisentraut2001-10-101-4/+4