summaryrefslogtreecommitdiff
path: root/src/include/utils/timestamp.h
Commit message (Expand)AuthorAgeFilesLines
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Support type modifiers for user-defined types, and pull most knowledgeTom Lane2006-12-301-1/+7
* pgindent run for 8.2.Bruce Momjian2006-10-041-3/+2
* Fix imprecision from interval rounding of multiplication/division.Bruce Momjian2006-09-051-4/+7
* Allow include files to compile own their own.Bruce Momjian2006-07-131-3/+5
* Remove redundant gettimeofday() calls to the extent practical withoutTom Lane2006-06-201-1/+11
* Add statement_timestamp(), clock_timestamp(), andBruce Momjian2006-04-251-1/+3
* Attached is the new patch. To summarize:Bruce Momjian2006-03-061-1/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-20/+15
* Fix (hopefully for the last time) problems with datetime values displayingTom Lane2005-10-091-3/+6
* Add spaces around operator.Bruce Momjian2005-10-071-2/+2
* Code & docs review for server instrumentation patch. File timestampsTom Lane2005-08-121-1/+3
* Update date/time comments.Bruce Momjian2005-07-221-3/+5
* More comment update of time macros.Bruce Momjian2005-07-211-3/+3
* Update DAYS_PER_MONTH comment.Bruce Momjian2005-07-211-3/+9
* Add comment about void* use in MemSet.Bruce Momjian2005-07-211-1/+7
* Add comment marking non-exact time conversion macros.Bruce Momjian2005-07-211-6/+5
* Add time/date macros for code clarity:Bruce Momjian2005-07-211-1/+10
* Add 'day' field to INTERVAL so 1 day interval can be distinguished fromBruce Momjian2005-07-201-13/+17
* Clean up the rather historically encumbered interface to now() andTom Lane2005-06-291-3/+7
* This patch makes it possible to use the full set of timezones when doingBruce Momjian2005-06-151-2/+2
* Add pg_postmaster_start_time() function.Bruce Momjian2005-06-141-1/+5
* Add parentheses to macros when args are used in computations. WithoutBruce Momjian2005-05-251-3/+3
* More macro cleanups for date/time.Bruce Momjian2005-05-231-1/+3
* Add datetime macros for constants, for clarity:Bruce Momjian2005-05-231-1/+6
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-2/+3
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-211-7/+7
* Align prototype in C code.Bruce Momjian2004-05-011-2/+2
* Add timestamp-versus-timestamptz cross-type comparison functions,Tom Lane2004-03-221-1/+17
* Create crosstype comparison operators for date vs. timestamp and dateTom Lane2004-02-141-5/+9
* > > I have no idea if this in Oracle or not. But it's something IBruce Momjian2003-12-251-1/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Add binary I/O routines for a bunch more datatypes. Still a few to go,Tom Lane2003-05-121-1/+7
* pgindent run.Bruce Momjian2002-09-041-7/+9
* Define macros for handling typmod manipulation for date/time types.Thomas G. Lockhart2002-08-041-5/+17
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Clean up INT64CONST conflicts. Make the pg_crc code use a macro calledTom Lane2002-04-231-8/+13
* Support alternate storage scheme of 64-bit integer for date/time types.Thomas G. Lockhart2002-04-211-13/+56
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-8/+9
* Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart2001-10-181-1/+2
* Neatnik fetishism.Tom Lane2001-10-031-2/+2
* Implement precision support for timestamp and time, both with and withoutThomas G. Lockhart2001-10-031-1/+3
* Measure the current transaction time to milliseconds.Thomas G. Lockhart2001-09-281-44/+35
* - new to_char(interval, text)Bruce Momjian2001-09-061-1/+4