summaryrefslogtreecommitdiff
path: root/src/include/utils/datetime.h
Commit message (Expand)AuthorAgeFilesLines
* Use "alternative" instead of "alternate" where it is clearer.Peter Eisentraut2007-11-071-2/+2
* Minor comment fixes.Tom Lane2007-06-121-3/+4
* Fix a bug in input processing for the "interval" type. Previously,Neil Conway2007-05-291-11/+15
* Add "isodow" option to EXTRACT() and date_part() where Sunday = 7.Bruce Momjian2007-02-191-1/+2
* Add two new format fields for use with to_char(), to_date() andBruce Momjian2007-02-161-1/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix up timetz input so that a date is required only when the specifiedTom Lane2006-10-181-2/+2
* Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs,Tom Lane2006-09-161-2/+3
* Remove hard-wired lists of timezone abbreviations in favor of providingTom Lane2006-07-251-1/+5
* Remove ancient AIX structure workaround.Bruce Momjian2006-06-061-5/+1
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-15/+15
* Andrew pointed out that the current fix didn't handle dates that wereBruce Momjian2005-07-231-2/+2
* Code spacing improvement, particularly *tm spacing.Bruce Momjian2005-07-221-11/+11
* Adjust datetime parsing to be more robust. We now pass the length of theNeil Conway2005-05-261-2/+2
* Put parentheses around use of macro arguments in FMODULO and TMODULO.Bruce Momjian2005-05-241-7/+7
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-5/+5
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane2004-06-031-21/+3
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-211-14/+12
* Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_pathTom Lane2004-01-191-2/+1
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Adjust date/time input parsing code to correctly distinguish the fourTom Lane2003-08-271-8/+25
* Improve documentation of ParseDateTime(). Reorder tests to preventTom Lane2003-08-051-2/+2
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-3/+3
* Add an upper limit to IS_VALID_JULIAN() to defend against overflow inTom Lane2003-07-171-6/+10
* Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL conventionTom Lane2003-07-171-3/+14
* Add code to test for unknown timezone names (following some ideas fromTom Lane2003-05-181-1/+3
* Make Win32 tests to match existing Cygwin tests, where appropriate.Bruce Momjian2003-04-181-8/+1
* Avoid repeated computation of the constants date2j(1970, 1, 1) andTom Lane2003-04-041-2/+6
* Fix timestamptz_in so that parsing of 'now'::timestamptz gives rightTom Lane2003-02-201-2/+2
* The following patches eliminate the overflows in the j2date() and date2j()Bruce Momjian2003-02-191-2/+2
* Repair an embarrassingly large number of alphabetization mistakes in theTom Lane2003-01-161-3/+5
* pgindent run.Bruce Momjian2002-09-041-5/+5
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Katherine Ward wrote:Jan Wieck2002-06-111-3/+3
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-171-2/+2
* Support alternate storage scheme of 64-bit integer for date/time types.Thomas G. Lockhart2002-04-211-12/+23
* Rename TIME token to ISOTIME to eliminate conflict with gram.y parserThomas G. Lockhart2002-01-011-3/+3
* Rework the date/time parsing to tighten up some cases and to enable otherThomas G. Lockhart2001-12-291-4/+4
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-3/+3
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+1
* Document range restriction on bit values used in INTERVAL typmod.Tom Lane2001-10-231-2/+7
* Measure the current transaction time to milliseconds.Thomas G. Lockhart2001-09-281-2/+10
* Remove unneeded/unportable extern.Tom Lane2001-08-271-2/+1
* Ensure macros are adequately parenthesized.Tom Lane2001-07-101-10/+11
* Add GUC setting for Australian timezones. Uses new GUC boolean callbackBruce Momjian2001-06-181-1/+3