summaryrefslogtreecommitdiff
path: root/src/include/utils/datetime.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Consolidate several near-identical uses of mktime() into a singleTom Lane2001-05-031-1/+3
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Fix up "Postgres-style" time interval representation when fields haveThomas G. Lockhart2001-01-181-1/+6
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-081-12/+1
* Repair problems with overrun of timezone name length. Increase MAXTZLENTom Lane2000-05-291-3/+3
* Fix spelling of "millennium".Thomas G. Lockhart2000-04-141-4/+4
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-23/+23
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-141-169/+5
* Implement "date/time grand unification".Thomas G. Lockhart2000-02-161-4/+421