| Commit message (Expand) | Author | Age | Files | Lines |
| * | cleanup | Bruce Momjian | 1999-03-20 | 1 | -2/+2 |
| * | We have tested the patches on three platforms: | Bruce Momjian | 1999-03-14 | 1 | -2/+2 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -2/+2 |
| * | Fix offset of one for date_part(timespan) when given arguments of | Thomas G. Lockhart | 1999-02-13 | 1 | -4/+4 |
| * | Change #if FALSE to #if NOT_USED to avoid port problems. | Thomas G. Lockhart | 1999-02-13 | 1 | -24/+31 |
| * | Fix "Y-2K" problem with two-digit BC dates being corrected by two millenia. | Thomas G. Lockhart | 1999-01-20 | 1 | -14/+83 |
| * | Be more careful to check input string lengths as well as values | Thomas G. Lockhart | 1999-01-10 | 1 | -20/+59 |
| * | Change ordering of HAVE_TM_ZONE and HAVE_INT_TIMEZONE code blocks | Thomas G. Lockhart | 1998-12-31 | 1 | -25/+34 |
| * | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian | 1998-10-08 | 1 | -4/+7 |
| * | Fix for datetime from Tatsuo Ishii | Bruce Momjian | 1998-09-23 | 1 | -2/+2 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -32/+31 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -68/+68 |
| * | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 1 | -65/+1 |
| * | Fix macros that were not properly surrounded by parens or braces. | Bruce Momjian | 1998-06-15 | 1 | -3/+7 |
| * | Define "tz_hour" and "tz_minute" arguments to date_part(). | Thomas G. Lockhart | 1998-05-09 | 1 | -138/+89 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -327/+354 |
| * | Goodbye register keyword. Compiler knows better. | Bruce Momjian | 1998-02-11 | 1 | -3/+3 |
| * | Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ... | Bruce Momjian | 1998-01-07 | 1 | -25/+25 |
| * | Change some ABORTS to ERROR. Add line number when COPY Failure. | Bruce Momjian | 1998-01-05 | 1 | -35/+35 |
| * | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 | 1 | -35/+35 |
| * | Fix format to produce actual German style. Affects new "GERMAN" feature only. | Thomas G. Lockhart | 1997-12-23 | 1 | -6/+6 |
| * | Enable timespan_finite() and text_timespan() routines (was commented out). | Thomas G. Lockhart | 1997-12-17 | 1 | -50/+85 |
| * | Add 'GERMAN' style to date/time output. | Thomas G. Lockhart | 1997-12-04 | 1 | -174/+143 |
| * | Allow fractional values for delta times (e.g. '2.5 days'). | Thomas G. Lockhart | 1997-11-17 | 1 | -14/+54 |
| * | Fix occasional uninitialized variable fractional seconds | Thomas G. Lockhart | 1997-10-25 | 1 | -3/+3 |
| * | Fix delta time decoding for 12 AM/PM. | Thomas G. Lockhart | 1997-10-17 | 1 | -74/+77 |
| * | Fix typo for default units for timespan input. | Thomas G. Lockhart | 1997-09-20 | 1 | -240/+223 |
| * | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | 1 | -47/+47 |
| * | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 | 1 | -823/+823 |
| * | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 1 | -2703/+3305 |
| * | Cleanup needed for indent. | Bruce Momjian | 1997-09-06 | 1 | -8/+8 |
| * | Cleanups needed for indent. Remove }; | Bruce Momjian | 1997-09-05 | 1 | -143/+143 |
| * | Add comparision routines and catalog entries to support indices on | Thomas G. Lockhart | 1997-09-04 | 1 | -1/+56 |
| * | Shift time zone to GMT to correctly evaluate "current" time. | Thomas G. Lockhart | 1997-09-01 | 1 | -1/+6 |
| * | Change time function names to be more consistent, and check for zero divides,... | Bruce Momjian | 1997-08-21 | 1 | -16/+35 |
| * | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 | 1 | -19/+41 |
| * | Fix bug to allow hh:mm:ss time entry for timespan/reltime types. | Thomas G. Lockhart | 1997-07-29 | 1 | -1/+2 |
| * | mkLinux patches from Tatsuo Ishii. | Bruce Momjian | 1997-07-29 | 1 | -1/+28 |
| * | Various compile errors concerning overflow due to shifts, unsigned, and bad p... | Bruce Momjian | 1997-07-24 | 1 | -3/+3 |
| * | Date-type fixes from Tatsuo Ishii | Bruce Momjian | 1997-07-08 | 1 | -2/+2 |
| * | Use common parser and encoder for timestamp data type. | Thomas G. Lockhart | 1997-07-01 | 1 | -24/+582 |
| * | Modify EncodeDateTime() to suppress trailing ".00" in seconds field. | Thomas G. Lockhart | 1997-06-23 | 1 | -16/+56 |
| * | Fix leap year and month boundary arithmetic for datetime +/- timespan; | Thomas G. Lockhart | 1997-06-20 | 1 | -89/+113 |
| * | cc1: warnings being treated as errors | Vadim B. Mikheev | 1997-06-03 | 1 | -2/+2 |
| * | Clean up support for USE_POSIX_TIME, ! HAVE_INT_TIMEZONE machines. | Thomas G. Lockhart | 1997-05-30 | 1 | -21/+44 |
| * | Clean up redundant tests for valid pointers in geometric types. | Thomas G. Lockhart | 1997-05-23 | 1 | -4/+14 |
| * | Fix return value for tm2datetime to properly indicate failure. | Thomas G. Lockhart | 1997-05-13 | 1 | -3/+5 |
| * | Fix timezone manipulation code to avoid crashes on some machines. | Thomas G. Lockhart | 1997-05-11 | 1 | -137/+97 |
| * | Change mixed-case routines to lower-case if referenced in pg_proc.h | Thomas G. Lockhart | 1997-04-27 | 1 | -10/+158 |
| * | Massive regression test patches from Thomas *woo hoo!* | Marc G. Fournier | 1997-04-27 | 1 | -9/+24 |