| Commit message (Expand) | Author | Age | Files | Lines |
| * | Adjust datetime parsing to be more robust. We now pass the length of the | Neil Conway | 2005-05-26 | 1 | -16/+10 |
| * | Remove more extraneous parentheses in date/time functions. | Bruce Momjian | 2005-05-24 | 1 | -41/+40 |
| * | More macro cleanups for date/time. | Bruce Momjian | 2005-05-23 | 1 | -12/+12 |
| * | Add datetime macros for constants, for clarity: | Bruce Momjian | 2005-05-23 | 1 | -63/+63 |
| * | Remove unnecessary parentheses in datetime/timestamp code. | Bruce Momjian | 2005-05-23 | 1 | -132/+138 |
| * | Attached patch gets rid of the global timezone in the following steps: | Bruce Momjian | 2005-04-19 | 1 | -2/+2 |
| * | Fix wrong week returnded by date_trunc('week') for early dates in | Bruce Momjian | 2005-04-01 | 1 | -5/+27 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Fix timestamptz_age() to do calculation in local timezone not GMT, per bug 1332. | Tom Lane | 2004-12-01 | 1 | -14/+20 |
| * | Patch of 2004-03-30 corrected date_part(timestamp) for extracting | Tom Lane | 2004-11-20 | 1 | -2/+6 |
| * | timestamptz_trunc() should only recalculate the timezone when truncating | Tom Lane | 2004-11-01 | 1 | -2/+15 |
| * | Another pgindent run with lib typedefs added. | Bruce Momjian | 2004-08-30 | 1 | -97/+125 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -104/+112 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | > After all that about numbering centuries and millenia correctly, | Bruce Momjian | 2004-08-20 | 1 | -12/+73 |
| * | Add range-checking in timestamp_recv and timestamptz_recv, per | Tom Lane | 2004-06-03 | 1 | -17/+42 |
| * | Adjust our timezone library to use pg_time_t (typedef'd as int64) in | Tom Lane | 2004-06-03 | 1 | -69/+70 |
| * | I think I've finally identified the cause of the off-by-one-second | Tom Lane | 2004-05-31 | 1 | -13/+17 |
| * | Integrate src/timezone library for all platforms. There is more we can | Tom Lane | 2004-05-21 | 1 | -68/+34 |
| * | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane | 2004-05-07 | 1 | -141/+52 |
| * | Please find a small patch to fix the brain damage "century" and | Bruce Momjian | 2004-04-10 | 1 | -3/+15 |
| * | Fix to_char for 1 BC. Previously it returned 1 AD. | Bruce Momjian | 2004-03-30 | 1 | -2/+6 |
| * | Add timestamp-versus-timestamptz cross-type comparison functions, | Tom Lane | 2004-03-22 | 1 | -2/+183 |
| * | Localize our dependencies on the way to create NAN or INFINITY. | Tom Lane | 2004-03-15 | 1 | -5/+1 |
| * | Per a brief conversation with Tom, I've created a patch for adding | Bruce Momjian | 2004-03-05 | 1 | -1/+15 |
| * | Create crosstype comparison operators for date vs. timestamp and date | Tom Lane | 2004-02-14 | 1 | -10/+10 |
| * | > > I have no idea if this in Oracle or not. But it's something I | Bruce Momjian | 2003-12-25 | 1 | -2/+60 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | More message editing, some suggested by Alvaro Herrera | Peter Eisentraut | 2003-09-29 | 1 | -2/+2 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 1 | -8/+8 |
| * | Adjust date/time input parsing code to correctly distinguish the four | Tom Lane | 2003-08-27 | 1 | -34/+29 |
| * | Call it Linux, not GNU/Linux. | Bruce Momjian | 2003-08-26 | 1 | -3/+3 |
| * | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 | 1 | -3/+4 |
| * | Fix floating-point timestamp comparisons to not go nuts if NaN is | Tom Lane | 2003-08-08 | 1 | -78/+54 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -84/+86 |
| * | Error message editing in utils/adt. Again thanks to Joe Conway for doing | Tom Lane | 2003-07-27 | 1 | -179/+343 |
| * | I corecting date_trunc('quarter',...) and friends because orig version | Bruce Momjian | 2003-07-26 | 1 | -5/+5 |
| * | Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL convention | Tom Lane | 2003-07-17 | 1 | -6/+7 |
| * | tm2timestamp should return -1, not elog, on overflow. (In the backend | Tom Lane | 2003-07-04 | 1 | -5/+10 |
| * | Add binary I/O routines for a bunch more datatypes. Still a few to go, | Tom Lane | 2003-05-12 | 1 | -12/+128 |
| * | Remove unnecessary dt2local() call. | Tom Lane | 2003-04-07 | 1 | -3/+1 |
| * | Avoid repeated computation of the constants date2j(1970, 1, 1) and | Tom Lane | 2003-04-04 | 1 | -17/+12 |
| * | Attached is a patch that limits the range tested by horology to | Bruce Momjian | 2003-03-20 | 1 | -1/+4 |
| * | Add explicit tests for division by zero to all user-accessible integer | Tom Lane | 2003-03-11 | 1 | -2/+2 |
| * | Change EXTRACT(EPOCH FROM timestamp) so that a timestamp without time zone | Tom Lane | 2003-02-27 | 1 | -4/+17 |
| * | Simplify timezone-handling code per proposal to pghackers: get rid of | Tom Lane | 2003-02-22 | 1 | -3/+7 |
| * | Fix sloppy comment. | Tom Lane | 2003-01-22 | 1 | -3/+3 |
| * | Repair inconsistent rounding behavior for timestamp, time, interval, | Tom Lane | 2003-01-09 | 1 | -67/+37 |
| * | Remove NO_MKTIME_BEFORE_1970. I had speculated that it was not needed | Tom Lane | 2002-11-12 | 1 | -9/+1 |