aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/nabstime.h
Commit message (Expand)AuthorAge
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Code spacing improvement, particularly *tm spacing.Bruce Momjian2005-07-22
* Clean up the rather historically encumbered interface to now() andTom Lane2005-06-29
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Update copyright to 2004.Bruce Momjian2004-08-29
* Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane2004-06-03
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-21
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* Add binary I/O routines for a bunch more datatypes. Still a few to go,Tom Lane2003-05-12
* Avoid repeated computation of the constants date2j(1970, 1, 1) andTom Lane2003-04-04
* Mark the float8 -> int8 cast as implicit. This resolves the problemTom Lane2002-09-01
* Update copyright to 2002.Bruce Momjian2002-06-20
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart2001-10-18
* Measure the current transaction time to milliseconds.Thomas G. Lockhart2001-09-28
* Ensure that btree sort ordering functions and boolean comparison operatorsTom Lane2001-05-03
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Tweak AbsoluteTimeIsReal() to avoid compiler bugs on machines whereTom Lane2000-11-18
* Another round of updates for new fmgr, mostly in the datetime code.Tom Lane2000-06-09
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Fix up comments where had been uglified by the automated reformatter.Thomas G. Lockhart2000-03-27
* Implement "date/time grand unification".Thomas G. Lockhart2000-02-16
* Add:Bruce Momjian2000-01-26
* Made abstime/reltime use int4 instead of time_t (TODO item)Peter Eisentraut2000-01-24
* pgindent run over code.Bruce Momjian1999-05-25
* Attempting to insert a value of 'now' into a datetime typeBruce Momjian1999-03-14
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-08
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* From: Zeugswetter Andreas SARZ <Andreas.Zeugswetter@telecom.at>Marc G. Fournier1998-02-13
* Fix for various aix related 'mis-defines'Marc G. Fournier1998-02-03
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-19
* Add new routines.Thomas G. Lockhart1997-07-29
* Drop internal routines for formatting time output. Use default formatter.Thomas G. Lockhart1997-06-23
* From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-04-02
* From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-03-25
* Date/Time updates from Thomas...Marc G. Fournier1997-03-14
* -Wall based cleanup of include files, based from acl.h, and everythingMarc G. Fournier1996-11-04
* Removed PORTNAME_. Use OS version only.Bruce Momjian1996-11-04
* Include file cleanup:Marc G. Fournier1996-11-01
* More cleanups of the include filesMarc G. Fournier1996-08-28