aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/datetime.c
Commit message (Expand)AuthorAge
* 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
* Fix (well, add) support for ISO "week" in date_part(). Needed for ODBC.Thomas G. Lockhart2000-04-14
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Change rules for interpreting date/time input to disallow 1 and 3 characterThomas G. Lockhart2000-03-29
* Support full POSIX-style time zone: EST+3, PST-3, etc.Thomas G. Lockhart2000-03-16
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-14
* All regression tests pass except for rules.sql (unrelated).Thomas G. Lockhart2000-02-16
* Add:Bruce Momjian2000-01-26
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-15
* Remove DATEDEBUG because it didn't look Y2K safe, and fix timestamp elogBruce Momjian2000-01-02
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Update #include cleanupsBruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-14
* pgindent run over code.Bruce Momjian1999-05-25
* Fix from Yutaka Tanida <yutaka@marin.or.jp> for Cygwin32 support.Tatsuo Ishii1999-04-26
* Fix code to check legal dates *before* calling localtime() to get theThomas G. Lockhart1999-04-15
* Here is a little syntax error found in a .y file... A dropped semi.Bruce Momjian1999-03-14
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-21
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Fix "Y-2K" problem with two-digit BC dates being corrected by two millenia.Thomas G. Lockhart1999-01-20
* Change ordering of HAVE_TM_ZONE and HAVE_INT_TIMEZONE code blocksThomas G. Lockhart1998-12-31
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ...Bruce Momjian1998-01-07
* Change some ABORTS to ERROR. Add line number when COPY Failure.Bruce Momjian1998-01-05
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* Change a few routine names back to full length now that pg_proc allowsThomas G. Lockhart1997-12-23
* Add conversion from datetime to time data type.Thomas G. Lockhart1997-10-25
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* 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
* Cleanups needed for indent. Remove };Bruce Momjian1997-09-05
* Fix time_cmpVadim B. Mikheev1997-08-28