summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/datetime.c
Commit message (Expand)AuthorAgeFilesLines
* Display only 9 subsecond digits instead of 10 for time values, forBruce Momjian2005-05-271-7/+4
* Back out part of patch that should be applied later.Bruce Momjian2005-05-271-4/+7
* Fix compile of entab to use stdarg.h. Clean up includes.Bruce Momjian2005-05-271-7/+4
* Back out:Bruce Momjian2005-05-261-3/+3
* Display only 9 not 10 digits of precision for timestamp values whenBruce Momjian2005-05-261-3/+3
* Adjust datetime parsing to be more robust. We now pass the length of theNeil Conway2005-05-261-30/+47
* Remove more extraneous parentheses in date/time functions.Bruce Momjian2005-05-241-29/+29
* More macro cleanups for date/time.Bruce Momjian2005-05-231-8/+8
* Add datetime macros for constants, for clarity:Bruce Momjian2005-05-231-7/+7
* Remove unnecessary parentheses in datetime/timestamp code.Bruce Momjian2005-05-231-195/+192
* Remove excess parens, use Abs instead of : ?.Bruce Momjian2005-05-211-8/+8
* Fix mis-display of negative fractional seconds in interval values forTom Lane2005-04-201-8/+15
* Attached patch gets rid of the global timezone in the following steps:Bruce Momjian2005-04-191-2/+3
* interval_out failed to mention 'ago' for negative intervals in SQL andTom Lane2005-01-111-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Invent pg_next_dst_boundary() and rewrite DetermineLocalTimeZone() toTom Lane2004-11-011-75/+65
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-301-3/+5
* Pgindent run for 8.0.Bruce Momjian2004-08-291-40/+41
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Cause the format of BC timestamptz output to be 'datetime zone BC' ratherTom Lane2004-07-111-17/+26
* Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane2004-06-031-93/+106
* Suppress compile warnings on machines where the INT64CONST() decorationTom Lane2004-05-311-3/+3
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-211-28/+26
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-071-6/+6
* Fix to_char for 1 BC. Previously it returned 1 AD.Bruce Momjian2004-03-301-3/+3
* For application to HEAD, following community review.Bruce Momjian2004-02-251-1/+13
* Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_pathTom Lane2004-01-191-2/+2
* Back out:Bruce Momjian2003-12-211-379/+2
* In my mind there were two categories of open issuesBruce Momjian2003-12-201-2/+379
* Fix DecodeInterval to handle '-0.1' sanely, per gripe from Tilo Schwarz.Tom Lane2003-12-171-2/+2
* $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