| Commit message (Expand) | Author | Age | Files | Lines |
* | Move some useful date/time test macros to here to allow | Thomas G. Lockhart | 1999-04-15 | 1 | -1/+15 |
* | We have tested the patches on three platforms: | Bruce Momjian | 1999-03-14 | 1 | -3/+3 |
* | Eliminate duplicated code in dt.h | Tom Lane | 1999-03-06 | 1 | -24/+2 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -2/+2 |
* | Include some Julian date declarations to share between various date/time | Thomas G. Lockhart | 1999-02-13 | 1 | -1/+24 |
* | Clean up leap year support and date/time validation. | Thomas G. Lockhart | 1999-01-20 | 1 | -1/+24 |
* | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian | 1998-10-08 | 1 | -5/+1 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -11/+7 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -5/+5 |
* | Rewrite JROUND macro to multiply by 1e6 rather than divide by 1e-6 | Thomas G. Lockhart | 1998-05-31 | 1 | -3/+3 |
* | Add bit flags to support timezonehour and minute in data retrieval. | Thomas G. Lockhart | 1998-05-09 | 1 | -3/+6 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -18/+22 |
* | From: Zeugswetter Andreas SARZ <Andreas.Zeugswetter@telecom.at> | Marc G. Fournier | 1998-02-13 | 1 | -3/+3 |
* | Fix for various aix related 'mis-defines' | Marc G. Fournier | 1998-02-03 | 1 | -3/+3 |
* | Fix prototypes so they don't look like function definitions. | Bruce Momjian | 1998-01-24 | 1 | -9/+5 |
* | Move declarations for timespan2tm() and tm2timespan() from dt.c to here. | Thomas G. Lockhart | 1997-12-17 | 1 | -9/+12 |
* | Add declarations for text, bpchar, and varchar length functions. | Thomas G. Lockhart | 1997-12-16 | 1 | -2/+4 |
* | Add DTK_DOY to help decode day of year fields. | Thomas G. Lockhart | 1997-11-17 | 1 | -3/+6 |
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | 1 | -44/+44 |
* | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 | 1 | -43/+43 |
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 1 | -180/+193 |
* | Add comparision routines to support indices on datetime and timespan. | Thomas G. Lockhart | 1997-09-04 | 1 | -1/+3 |
* | Change time function names to be more consistent, and check for zero divides,... | Bruce Momjian | 1997-08-21 | 1 | -6/+7 |
* | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 | 1 | -24/+2 |
* | Add new routines. | Thomas G. Lockhart | 1997-07-29 | 1 | -2/+2 |
* | mkLinux patches from Tatsuo Ishii. | Bruce Momjian | 1997-07-29 | 1 | -1/+11 |
* | Rearrange DTK_x constants. | Thomas G. Lockhart | 1997-07-01 | 1 | -6/+12 |
* | Remove code not previously enabled with USE_NEW_DATE and USE_NEW_TIME | Thomas G. Lockhart | 1997-06-23 | 1 | -10/+1 |
* | Add parser category for "DST" Daylight Savings Time qualifier on time zones. | Thomas G. Lockhart | 1997-06-20 | 1 | -13/+15 |
* | Put parens around macro arguments for safety per D'Arcy's suggestion. | Thomas G. Lockhart | 1997-06-03 | 1 | -3/+3 |
* | Enable new date and time definitions to allow Solaris and Irix -O2 compilation. | Thomas G. Lockhart | 1997-05-23 | 1 | -20/+21 |
* | Add a few type conversion functions. | Thomas G. Lockhart | 1997-05-11 | 1 | -4/+4 |
* | Change mixed-case routines to lower-case for case-insensitive SQL. | Thomas G. Lockhart | 1997-04-27 | 1 | -1/+5 |
* | More timezone patches by Thomas: | Marc G. Fournier | 1997-04-25 | 1 | -2/+2 |
* | From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> | Marc G. Fournier | 1997-04-02 | 1 | -10/+23 |
* | From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> | Marc G. Fournier | 1997-03-28 | 1 | -3/+3 |
* | From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> | Marc G. Fournier | 1997-03-25 | 1 | -20/+101 |
* | Resync the source tree, commit some things that were missing (pqcomprim.c) and | Marc G. Fournier | 1997-03-18 | 1 | -3/+1 |
* | Date/Time updates from Thomas... | Marc G. Fournier | 1997-03-14 | 1 | -0/+235 |