aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/datetime.c
Commit message (Expand)AuthorAge
* Allow +1300 as a numeric timezone specifier; we already accept FJST as meanin...Tom Lane2002-11-13
* pgindent run.Bruce Momjian2002-09-04
* Work around mktime() brain damage in recent versions of glibc by usingTom Lane2002-09-03
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-02
* Add guard code to protect from buffer overruns on long date/time inputThomas G. Lockhart2002-08-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
* Add a large number of time zones to the lookup table.Thomas G. Lockhart2002-02-25
* Rename TIME token to ISOTIME to eliminate conflict with gram.y parserThomas G. Lockhart2002-01-01
* Make sure that all <ctype.h> routines are called with unsigned charTom Lane2001-12-30
* Fix newly introduced datetime.c compile failure; not enough parens.Bruce Momjian2001-12-29
* Check a bit more carefully for preceeding ISO field tagsThomas G. Lockhart2001-12-29
* Rework the date/time parsing to tighten up some cases and to enable otherThomas G. Lockhart2001-12-29
* Add full name of the month of July to the lookup table.Thomas G. Lockhart2001-12-21
* Spell 'precedes', 'preceding' correctly in various places.Tom Lane2001-11-21
* Add a few new time zones, and list every time zone mentioned in myThomas G. Lockhart2001-11-21
* Grammatical and spelling fixes.Tom Lane2001-11-19
* Add British Double Standard Time (BDST) per mailing list report.Thomas G. Lockhart2001-11-06
* 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
* Fix transposed arguments for typmod for one INTERVAL production.Thomas G. Lockhart2001-10-20
* Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart2001-10-18
* Suppress gcc warnings.Tom Lane2001-10-11
* Remove gratuitous discrepancy between extract() and date_part(),Peter Eisentraut2001-10-10
* Define CEST as a synonym for Central European Savings TimeThomas G. Lockhart2001-10-05
* Make current_time deliver a fractional-second answer.Tom Lane2001-10-04
* Implement precision support for timestamp and time, both with and withoutThomas G. Lockhart2001-10-03
* Measure the current transaction time to milliseconds.Thomas G. Lockhart2001-09-28
* Remove formatter's assumption that year would never exceed four digits.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
* Correct bogus mktime() calls.Tom Lane2001-04-03
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Remove obsolete PowerPC-specific hack for comparisons to DBL_MINTom Lane2001-03-14
* 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
* Change comparisons of tm->tm_isdst from "nonzero" to "greater than zero".Thomas G. Lockhart2001-01-17
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-03
* Allow interpretation of INTERVALs with more timezone-like syntax.Thomas G. Lockhart2000-11-11
* Fix INTERVAL output when year/month has different sign as day/hour etc.Thomas G. Lockhart2000-11-06
* USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which arePeter Eisentraut2000-10-29
* Modify date->timestamp conversion to use mktime().Thomas G. Lockhart2000-09-12
* Fix indenting in prototype declarations. No functional changes.Thomas G. Lockhart2000-07-14
* Remove a bunch of unused configure tests, in particular cases wherePeter Eisentraut2000-07-12
* Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut2000-06-14
* 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