| Commit message (Expand) | Author | Age |
* | Various message fixes, among those fixes for the previous round of fixes | Peter Eisentraut | 2003-09-26 |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 |
* | Adjust date/time input parsing code to correctly distinguish the four | Tom Lane | 2003-08-27 |
* | Fix floating-point timestamp comparisons to not go nuts if NaN is | Tom Lane | 2003-08-08 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Error message editing in utils/adt. Again thanks to Joe Conway for doing | Tom Lane | 2003-07-27 |
* | Fix timestamp_date for HAVE_INT64_TIMESTAMP case. | Tom Lane | 2003-07-24 |
* | Repair 7.3 breakage in timestamp-to-date conversion for dates before 2000. | Tom Lane | 2003-07-24 |
* | Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL convention | Tom Lane | 2003-07-17 |
* | Fix bugs in interval-to-time conversion: HAVE_INT64_TIMESTAMP case did not | Tom Lane | 2003-06-16 |
* | Add binary I/O routines for a bunch more datatypes. Still a few to go, | Tom Lane | 2003-05-12 |
* | Mark TimeScales constants as double to avoid integer overflow in some compilers. | Tom Lane | 2003-04-08 |
* | Avoid repeated computation of the constants date2j(1970, 1, 1) and | Tom Lane | 2003-04-04 |
* | Prevent timetz2tm() from scribbling on its input in HAVE_INT64_TIMESTAMP case. | Tom Lane | 2003-02-13 |
* | Allow a time zone to be specified (and silently ignored) in the input | Tom Lane | 2003-01-31 |
* | Repair array subscript overrun identified by Yichen Xie. Reduce the | Tom Lane | 2003-01-29 |
* | Fix sloppy comment. | Tom Lane | 2003-01-22 |
* | Repair inconsistent rounding behavior for timestamp, time, interval, | Tom Lane | 2003-01-09 |
* | Fix breakage in new-in-7.3 timetz_zone() function: was giving random | Tom Lane | 2002-11-21 |
* | Add last-ditch defense against attempts to compile datetime code with | Tom Lane | 2002-09-21 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Eliminate unnecessary dependency on mktime(), and consequent 'Unable to | Tom Lane | 2002-09-03 |
* | Add guard code to protect from buffer overruns on long date/time input | Thomas G. Lockhart | 2002-08-04 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Katherine Ward wrote: | Jan Wieck | 2002-06-11 |
* | Fix timestamp to date conversion for the case where timestamp uses a double | Thomas G. Lockhart | 2002-06-01 |
* | Support alternate storage scheme of 64-bit integer for date/time types. | Thomas G. Lockhart | 2002-04-21 |
* | Code review for improved-hashing patch. Fix some portability issues | Tom Lane | 2002-03-09 |
* | Repair swapped sign for time minus time routine (time_mi_time()). | Thomas G. Lockhart | 2001-11-21 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Accept an INTERVAL argument for SET TIME ZONE per SQL99. | Thomas G. Lockhart | 2001-10-18 |
* | AdjustTimeForTypmod has the same bug ... | Tom Lane | 2001-10-04 |
* | Fix some problems in new variable-resolution-timestamp code. | Tom Lane | 2001-10-04 |
* | Implement precision support for timestamp and time, both with and without | Thomas G. Lockhart | 2001-10-03 |
* | Measure the current transaction time to milliseconds. | Thomas G. Lockhart | 2001-09-28 |
* | Ensure that btree sort ordering functions and boolean comparison operators | Tom Lane | 2001-05-03 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Make OVERLAPS operators conform to SQL92 spec regarding NULL handling. | Tom Lane | 2000-12-07 |
* | Repair usage of the OVERLAPS operator. | Thomas G. Lockhart | 2000-12-03 |
* | Allow interpretation of INTERVALs with more timezone-like syntax. | Thomas G. Lockhart | 2000-11-11 |
* | USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which are | Peter Eisentraut | 2000-10-29 |
* | Modify date->timestamp conversion to use mktime(). | Thomas G. Lockhart | 2000-09-12 |
* | Remove a bunch of unused configure tests, in particular cases where | Peter Eisentraut | 2000-07-12 |
* | Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amproc | Tom Lane | 2000-06-19 |
* | Final #include cleanup. | Bruce Momjian | 2000-06-15 |
* | Clean up #include's. | Bruce Momjian | 2000-06-15 |
* | Another round of updates for new fmgr, mostly in the datetime code. | Tom Lane | 2000-06-09 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |