aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/dt.c
Commit message (Expand)AuthorAge
* 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
* Fix format to produce actual German style. Affects new "GERMAN" feature only.Thomas G. Lockhart1997-12-23
* Enable timespan_finite() and text_timespan() routines (was commented out).Thomas G. Lockhart1997-12-17
* Add 'GERMAN' style to date/time output.Thomas G. Lockhart1997-12-04
* Allow fractional values for delta times (e.g. '2.5 days').Thomas G. Lockhart1997-11-17
* Fix occasional uninitialized variable fractional secondsThomas G. Lockhart1997-10-25
* Fix delta time decoding for 12 AM/PM.Thomas G. Lockhart1997-10-17
* Fix typo for default units for timespan input.Thomas G. Lockhart1997-09-20
* 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
* Cleanup needed for indent.Bruce Momjian1997-09-06
* Cleanups needed for indent. Remove };Bruce Momjian1997-09-05
* Add comparision routines and catalog entries to support indices onThomas G. Lockhart1997-09-04
* Shift time zone to GMT to correctly evaluate "current" time.Thomas G. Lockhart1997-09-01
* Change time function names to be more consistent, and check for zero divides,...Bruce Momjian1997-08-21
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-19
* Fix bug to allow hh:mm:ss time entry for timespan/reltime types.Thomas G. Lockhart1997-07-29
* mkLinux patches from Tatsuo Ishii.Bruce Momjian1997-07-29
* Various compile errors concerning overflow due to shifts, unsigned, and bad p...Bruce Momjian1997-07-24
* Date-type fixes from Tatsuo IshiiBruce Momjian1997-07-08
* Use common parser and encoder for timestamp data type.Thomas G. Lockhart1997-07-01
* Modify EncodeDateTime() to suppress trailing ".00" in seconds field.Thomas G. Lockhart1997-06-23
* Fix leap year and month boundary arithmetic for datetime +/- timespan;Thomas G. Lockhart1997-06-20
* cc1: warnings being treated as errorsVadim B. Mikheev1997-06-03
* Clean up support for USE_POSIX_TIME, ! HAVE_INT_TIMEZONE machines.Thomas G. Lockhart1997-05-30
* Clean up redundant tests for valid pointers in geometric types.Thomas G. Lockhart1997-05-23
* Fix return value for tm2datetime to properly indicate failure.Thomas G. Lockhart1997-05-13
* Fix timezone manipulation code to avoid crashes on some machines.Thomas G. Lockhart1997-05-11
* Change mixed-case routines to lower-case if referenced in pg_proc.hThomas G. Lockhart1997-04-27
* Massive regression test patches from Thomas *woo hoo!*Marc G. Fournier1997-04-27
* More timezone patches by Thomas:Marc G. Fournier1997-04-25
* From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-04-22
* From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-04-05
* From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-04-02
* From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-03-28
* From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-03-28
* On some systems limits.h is needed to define DBL_MIN.Marc G. Fournier1997-03-28
* Add checs for float.hMarc G. Fournier1997-03-25
* Add float.h for DBL_{MIN,MAX} under FreeBSDMarc G. Fournier1997-03-25
* From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-03-25
* Resync the source tree, commit some things that were missing (pqcomprim.c) andMarc G. Fournier1997-03-18
* From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-03-16
* Header file fixes for MINDOUBLEMarc G. Fournier1997-03-16
* Add a conditional for <values.h> vs <limits.h>Marc G. Fournier1997-03-16
* Date/Time updates from Thomas...Marc G. Fournier1997-03-14
* Produce a clean compile of backend...Marc G. Fournier1996-11-03
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-09