| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Support type modifiers for user-defined types, and pull most knowledge | Tom Lane | 2006-12-30 | 1 | -1/+7 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -3/+2 |
| * | Fix imprecision from interval rounding of multiplication/division. | Bruce Momjian | 2006-09-05 | 1 | -4/+7 |
| * | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 1 | -3/+5 |
| * | Remove redundant gettimeofday() calls to the extent practical without | Tom Lane | 2006-06-20 | 1 | -1/+11 |
| * | Add statement_timestamp(), clock_timestamp(), and | Bruce Momjian | 2006-04-25 | 1 | -1/+3 |
| * | Attached is the new patch. To summarize: | Bruce Momjian | 2006-03-06 | 1 | -1/+2 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -20/+15 |
| * | Fix (hopefully for the last time) problems with datetime values displaying | Tom Lane | 2005-10-09 | 1 | -3/+6 |
| * | Add spaces around operator. | Bruce Momjian | 2005-10-07 | 1 | -2/+2 |
| * | Code & docs review for server instrumentation patch. File timestamps | Tom Lane | 2005-08-12 | 1 | -1/+3 |
| * | Update date/time comments. | Bruce Momjian | 2005-07-22 | 1 | -3/+5 |
| * | More comment update of time macros. | Bruce Momjian | 2005-07-21 | 1 | -3/+3 |
| * | Update DAYS_PER_MONTH comment. | Bruce Momjian | 2005-07-21 | 1 | -3/+9 |
| * | Add comment about void* use in MemSet. | Bruce Momjian | 2005-07-21 | 1 | -1/+7 |
| * | Add comment marking non-exact time conversion macros. | Bruce Momjian | 2005-07-21 | 1 | -6/+5 |
| * | Add time/date macros for code clarity: | Bruce Momjian | 2005-07-21 | 1 | -1/+10 |
| * | Add 'day' field to INTERVAL so 1 day interval can be distinguished from | Bruce Momjian | 2005-07-20 | 1 | -13/+17 |
| * | Clean up the rather historically encumbered interface to now() and | Tom Lane | 2005-06-29 | 1 | -3/+7 |
| * | This patch makes it possible to use the full set of timezones when doing | Bruce Momjian | 2005-06-15 | 1 | -2/+2 |
| * | Add pg_postmaster_start_time() function. | Bruce Momjian | 2005-06-14 | 1 | -1/+5 |
| * | Add parentheses to macros when args are used in computations. Without | Bruce Momjian | 2005-05-25 | 1 | -3/+3 |
| * | More macro cleanups for date/time. | Bruce Momjian | 2005-05-23 | 1 | -1/+3 |
| * | Add datetime macros for constants, for clarity: | Bruce Momjian | 2005-05-23 | 1 | -1/+6 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -2/+3 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Integrate src/timezone library for all platforms. There is more we can | Tom Lane | 2004-05-21 | 1 | -7/+7 |
| * | Align prototype in C code. | Bruce Momjian | 2004-05-01 | 1 | -2/+2 |
| * | Add timestamp-versus-timestamptz cross-type comparison functions, | Tom Lane | 2004-03-22 | 1 | -1/+17 |
| * | Create crosstype comparison operators for date vs. timestamp and date | Tom Lane | 2004-02-14 | 1 | -5/+9 |
| * | > > I have no idea if this in Oracle or not. But it's something I | Bruce Momjian | 2003-12-25 | 1 | -1/+2 |
| * | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | Add binary I/O routines for a bunch more datatypes. Still a few to go, | Tom Lane | 2003-05-12 | 1 | -1/+7 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -7/+9 |
| * | Define macros for handling typmod manipulation for date/time types. | Thomas G. Lockhart | 2002-08-04 | 1 | -5/+17 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Clean up INT64CONST conflicts. Make the pg_crc code use a macro called | Tom Lane | 2002-04-23 | 1 | -8/+13 |
| * | Support alternate storage scheme of 64-bit integer for date/time types. | Thomas G. Lockhart | 2002-04-21 | 1 | -13/+56 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -2/+2 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -1/+2 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -8/+9 |
| * | Accept an INTERVAL argument for SET TIME ZONE per SQL99. | Thomas G. Lockhart | 2001-10-18 | 1 | -1/+2 |
| * | Neatnik fetishism. | Tom Lane | 2001-10-03 | 1 | -2/+2 |
| * | Implement precision support for timestamp and time, both with and without | Thomas G. Lockhart | 2001-10-03 | 1 | -1/+3 |
| * | Measure the current transaction time to milliseconds. | Thomas G. Lockhart | 2001-09-28 | 1 | -44/+35 |
| * | - new to_char(interval, text) | Bruce Momjian | 2001-09-06 | 1 | -1/+4 |