aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/datetime.h
Commit message (Expand)AuthorAge
* Adjust datetime parsing to be more robust. We now pass the length of theNeil Conway2005-05-26
* Adjust date/time input parsing code to correctly distinguish the fourTom Lane2003-08-27
* Improve documentation of ParseDateTime(). Reorder tests to preventTom Lane2003-08-05
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Add an upper limit to IS_VALID_JULIAN() to defend against overflow inTom Lane2003-07-17
* Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL conventionTom Lane2003-07-17
* Add code to test for unknown timezone names (following some ideas fromTom Lane2003-05-18
* Make Win32 tests to match existing Cygwin tests, where appropriate.Bruce Momjian2003-04-18
* Avoid repeated computation of the constants date2j(1970, 1, 1) andTom Lane2003-04-04
* 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 an embarrassingly large number of alphabetization mistakes in theTom Lane2003-01-16
* pgindent run.Bruce Momjian2002-09-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
* Support alternate storage scheme of 64-bit integer for date/time types.Thomas G. Lockhart2002-04-21
* Rename TIME token to ISOTIME to eliminate conflict with gram.y parserThomas G. Lockhart2002-01-01
* Rework the date/time parsing to tighten up some cases and to enable otherThomas G. Lockhart2001-12-29
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Document range restriction on bit values used in INTERVAL typmod.Tom Lane2001-10-23
* Measure the current transaction time to milliseconds.Thomas G. Lockhart2001-09-28
* Remove unneeded/unportable extern.Tom Lane2001-08-27
* Ensure macros are adequately parenthesized.Tom Lane2001-07-10
* Add GUC setting for Australian timezones. Uses new GUC boolean callbackBruce Momjian2001-06-18
* Consolidate several near-identical uses of mktime() into a singleTom Lane2001-05-03
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Fix up "Postgres-style" time interval representation when fields haveThomas G. Lockhart2001-01-18
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-08
* Repair problems with overrun of timezone name length. Increase MAXTZLENTom Lane2000-05-29
* Fix spelling of "millennium".Thomas G. Lockhart2000-04-14
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-14
* Implement "date/time grand unification".Thomas G. Lockhart2000-02-16
* Add:Bruce Momjian2000-01-26
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-14
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Remove code not previously enabled with USE_NEW_DATE and USE_NEW_TIMEThomas G. Lockhart1997-06-23
* Date/Time updates from Thomas...Marc G. Fournier1997-03-14
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-10