]> granicus.if.org Git - postgresql/history - src/include/utils/timestamp.h
Improve hash_create's API for selecting simple-binary-key hash functions.
[postgresql] / src / include / utils / timestamp.h
2014-04-13 Tom LaneProvide moving-aggregate support for a bunch of numeric...
2014-03-04 Alvaro HerreraConstructors for interval, timestamp, timestamptz
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-04-20 Peter EisentrautClean up references to SQL92
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-11-07 Heikki LinnakangasMake the streaming replication protocol messages archit...
2012-09-04 Bruce MomjianFix to_date() and to_timestamp() to allow specification...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-03-15 Peter EisentrautAdd const qualifier to tzn returned by timestamp2tm()
2012-02-08 Robert HaasAdd transform functions for various temporal typmod...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-07 Tom LaneCreate a "sort support" interface API for faster sorting.
2011-09-09 Tom LaneMove Timestamp/Interval typedefs and basic macros into...
2011-08-13 Bruce MomjianMake USECS_PER_* timestamp macros visible even when...
2011-03-14 Bruce MomjianRemove duplicate time-based macros recently added.
2011-03-12 Bruce MomjianUse macros for time-based constants, rather than constants.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-08-18 Tom LaneFix overflow for INTERVAL 'x ms' where x is more than...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-05-04 Tom LaneAdd timestamp and timestamptz versions of generate_seri...
2008-05-04 Tom LaneAdd pg_conf_load_time() function to report when the...
2008-03-21 Tom LaneGet rid of a bunch of #ifdef HAVE_INT64_TIMESTAMP condi...
2008-02-17 Tom LaneReplace time_t with pg_time_t (same values, but always...
2008-01-23 Tom LanePrevent integer overflow within the integer-datetimes...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-07-06 Tom LaneFix up hash functions for datetime datatypes so that...
2007-06-05 Tom LaneDowngrade implicit casts to text to be assignment-only...
2007-04-30 Tom LaneChange the timestamps recorded in transaction commit...
2007-04-30 Tom LaneImplement rate-limiting logic on how often backends...
2007-02-16 Bruce MomjianAdd two new format fields for use with to_char(), to_da...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-30 Tom LaneSupport type modifiers for user-defined types, and...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-05 Bruce MomjianFix imprecision from interval rounding of multiplicatio...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-06-20 Tom LaneRemove redundant gettimeofday() calls to the extent...
2006-04-25 Bruce MomjianAdd statement_timestamp(), clock_timestamp(), and
2006-03-06 Bruce MomjianAttached is the new patch. To summarize:
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-09 Tom LaneFix (hopefully for the last time) problems with datetim...
2005-10-07 Bruce MomjianAdd spaces around operator.
2005-08-12 Tom LaneCode & docs review for server instrumentation patch...
2005-07-22 Bruce MomjianUpdate date/time comments.
2005-07-21 Bruce MomjianMore comment update of time macros.
2005-07-21 Bruce MomjianUpdate DAYS_PER_MONTH comment.
2005-07-21 Bruce MomjianAdd comment about void* use in MemSet.
2005-07-21 Bruce MomjianAdd comment marking non-exact time conversion macros.
2005-07-21 Bruce MomjianAdd time/date macros for code clarity:
2005-07-20 Bruce MomjianAdd 'day' field to INTERVAL so 1 day interval can be...
2005-06-29 Tom LaneClean up the rather historically encumbered interface...
2005-06-15 Bruce MomjianThis patch makes it possible to use the full set of...
2005-06-14 Bruce MomjianAdd pg_postmaster_start_time() function.
2005-05-25 Bruce MomjianAdd parentheses to macros when args are used in computa...
2005-05-23 Bruce MomjianMore macro cleanups for date/time.
2005-05-23 Bruce MomjianAdd datetime macros for constants, for clarity:
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-05-21 Tom LaneIntegrate src/timezone library for all platforms. ...
2004-05-01 Bruce MomjianAlign prototype in C code.
2004-03-22 Tom LaneAdd timestamp-versus-timestamptz cross-type comparison...
2004-02-14 Tom LaneCreate crosstype comparison operators for date vs....
2003-12-25 Bruce Momjian> > I have no idea if this in Oracle or not. But it...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-05-12 Tom LaneAdd binary I/O routines for a bunch more datatypes...
2002-09-04 Bruce Momjianpgindent run.
2002-08-04 Thomas G. LockhartDefine macros for handling typmod manipulation for...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-04-23 Tom LaneClean up INT64CONST conflicts. Make the pg_crc code...
2002-04-21 Thomas G. LockhartSupport alternate storage scheme of 64-bit integer...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-18 Thomas G. LockhartAccept an INTERVAL argument for SET TIME ZONE per SQL99.
2001-10-03 Tom LaneNeatnik fetishism.
2001-10-03 Thomas G. LockhartImplement precision support for timestamp and time...
2001-09-28 Thomas G. LockhartMeasure the current transaction time to milliseconds.
2001-09-06 Bruce Momjian - new to_char(interval, text)
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-14 Tom LaneRemove obsolete PowerPC-specific hack for comparisons...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-23 Bruce MomjianFix some int4->int32.
2001-01-23 Bruce MomjianRename int4 to int32 in a few places.
2000-11-06 Thomas G. LockhartAdd support for AT TIME ZONE syntax.
2000-08-29 Bruce Momjian * to_char:
2000-07-17 Tom LaneRevise aggregate functions per earlier discussions...
2000-06-19 Tom LaneClean up bogosities in pg_opclass, pg_amop, pg_amproc...
2000-06-15 Bruce Momjian#include cleanups
2000-06-09 Tom LaneAnother round of updates for new fmgr, mostly in the...
2000-06-08 Bruce MomjianMark functions as static and ifdef NOT_USED as appropriate.
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-07 Thomas G. LockhartAdd transcendental math functions (sine, cosine, etc)
2000-03-14 Thomas G. LockhartImplement column aliases on views "CREATE VIEW name...
2000-02-16 Thomas G. LockhartImplement "date/time grand unification".