| Commit message (Expand) | Author | Age | Files | Lines |
| * | Consolidate several near-identical uses of mktime() into a single | Tom Lane | 2001-05-03 | 1 | -37/+61 |
| * | Correct bogus mktime() calls. | Tom Lane | 2001-04-03 | 1 | -1/+3 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -55/+87 |
| * | Remove obsolete PowerPC-specific hack for comparisons to DBL_MIN | Tom Lane | 2001-03-14 | 1 | -34/+1 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Fix up "Postgres-style" time interval representation when fields have | Thomas G. Lockhart | 2001-01-18 | 1 | -20/+30 |
| * | Change comparisons of tm->tm_isdst from "nonzero" to "greater than zero". | Thomas G. Lockhart | 2001-01-17 | 1 | -39/+44 |
| * | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane | 2000-12-03 | 1 | -30/+34 |
| * | Allow interpretation of INTERVALs with more timezone-like syntax. | Thomas G. Lockhart | 2000-11-11 | 1 | -4/+14 |
| * | Fix INTERVAL output when year/month has different sign as day/hour etc. | Thomas G. Lockhart | 2000-11-06 | 1 | -87/+129 |
| * | USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which are | Peter Eisentraut | 2000-10-29 | 1 | -26/+17 |
| * | Modify date->timestamp conversion to use mktime(). | Thomas G. Lockhart | 2000-09-12 | 1 | -3/+3 |
| * | Fix indenting in prototype declarations. No functional changes. | Thomas G. Lockhart | 2000-07-14 | 1 | -6/+6 |
| * | Remove a bunch of unused configure tests, in particular cases where | Peter Eisentraut | 2000-07-12 | 1 | -7/+5 |
| * | Big warnings cleanup for Solaris/GCC. Down to about 40 now, but | Peter Eisentraut | 2000-06-14 | 1 | -24/+24 |
| * | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian | 2000-06-08 | 1 | -9/+19 |
| * | Repair problems with overrun of timezone name length. Increase MAXTZLEN | Tom Lane | 2000-05-29 | 1 | -3/+3 |
| * | Fix (well, add) support for ISO "week" in date_part(). Needed for ODBC. | Thomas G. Lockhart | 2000-04-14 | 1 | -8/+7 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -50/+62 |
| * | Change rules for interpreting date/time input to disallow 1 and 3 character | Thomas G. Lockhart | 2000-03-29 | 1 | -4/+13 |
| * | Support full POSIX-style time zone: EST+3, PST-3, etc. | Thomas G. Lockhart | 2000-03-16 | 1 | -66/+160 |
| * | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart | 2000-03-14 | 1 | -9/+73 |
| * | All regression tests pass except for rules.sql (unrelated). | Thomas G. Lockhart | 2000-02-16 | 1 | -385/+2004 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut | 2000-01-15 | 1 | -12/+12 |
| * | Remove DATEDEBUG because it didn't look Y2K safe, and fix timestamp elog | Bruce Momjian | 2000-01-02 | 1 | -37/+1 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -3/+1 |
| * | Update #include cleanups | Bruce Momjian | 1999-07-16 | 1 | -2/+2 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -4/+1 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -2/+1 |
| * | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian | 1999-07-14 | 1 | -1/+2 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -9/+9 |
| * | Fix from Yutaka Tanida <yutaka@marin.or.jp> for Cygwin32 support. | Tatsuo Ishii | 1999-04-26 | 1 | -1/+5 |
| * | Fix code to check legal dates *before* calling localtime() to get the | Thomas G. Lockhart | 1999-04-15 | 1 | -33/+3 |
| * | Here is a little syntax error found in a .y file... A dropped semi. | Bruce Momjian | 1999-03-14 | 1 | -9/+1 |
| * | From: Tatsuo Ishii <t-ishii@sra.co.jp> | Marc G. Fournier | 1999-02-21 | 1 | -3/+3 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -2/+2 |
| * | Fix "Y-2K" problem with two-digit BC dates being corrected by two millenia. | Thomas G. Lockhart | 1999-01-20 | 1 | -2/+5 |
| * | Change ordering of HAVE_TM_ZONE and HAVE_INT_TIMEZONE code blocks | Thomas G. Lockhart | 1998-12-31 | 1 | -15/+31 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -35/+35 |
| * | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 | 1 | -2/+2 |
| * | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 1 | -5/+1 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -34/+36 |
| * | Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ... | Bruce Momjian | 1998-01-07 | 1 | -7/+7 |
| * | Change some ABORTS to ERROR. Add line number when COPY Failure. | Bruce Momjian | 1998-01-05 | 1 | -21/+21 |
| * | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 | 1 | -21/+21 |
| * | Change a few routine names back to full length now that pg_proc allows | Thomas G. Lockhart | 1997-12-23 | 1 | -6/+4 |
| * | Add conversion from datetime to time data type. | Thomas G. Lockhart | 1997-10-25 | 1 | -92/+86 |
| * | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | 1 | -11/+11 |
| * | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 | 1 | -96/+96 |