aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/timestamp.h
Commit message (Expand)AuthorAge
* Clean up references to SQL92Peter Eisentraut2013-04-20
* Update copyrights for 2013Bruce Momjian2013-01-01
* Make the streaming replication protocol messages architecture-independent.Heikki Linnakangas2012-11-07
* Fix to_date() and to_timestamp() to allow specification of the day ofBruce Momjian2012-09-03
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Add const qualifier to tzn returned by timestamp2tm()Peter Eisentraut2012-03-15
* Add transform functions for various temporal typmod coercisions.Robert Haas2012-02-08
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Create a "sort support" interface API for faster sorting.Tom Lane2011-12-07
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-09
* Make USECS_PER_* timestamp macros visible even when we are not usingBruce Momjian2011-08-12
* Remove duplicate time-based macros recently added.Bruce Momjian2011-03-14
* Use macros for time-based constants, rather than constants.Bruce Momjian2011-03-12
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Fix overflow for INTERVAL 'x ms' where x is more than a couple million,Tom Lane2009-08-18
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Add timestamp and timestamptz versions of generate_series().Tom Lane2008-05-04
* Add pg_conf_load_time() function to report when the Postgres configurationTom Lane2008-05-04
* Get rid of a bunch of #ifdef HAVE_INT64_TIMESTAMP conditionals by inventingTom Lane2008-03-21
* Replace time_t with pg_time_t (same values, but always int64) in on-diskTom Lane2008-02-17
* Prevent integer overflow within the integer-datetimes version ofTom Lane2008-01-23
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Fix up hash functions for datetime datatypes so that they don't takeTom Lane2007-07-06
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-05
* Change the timestamps recorded in transaction commit/abort xlog recordsTom Lane2007-04-30
* Implement rate-limiting logic on how often backends will attempt to sendTom Lane2007-04-30
* Add two new format fields for use with to_char(), to_date() andBruce Momjian2007-02-16
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Support type modifiers for user-defined types, and pull most knowledgeTom Lane2006-12-30
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Fix imprecision from interval rounding of multiplication/division.Bruce Momjian2006-09-05
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Remove redundant gettimeofday() calls to the extent practical withoutTom Lane2006-06-20
* Add statement_timestamp(), clock_timestamp(), andBruce Momjian2006-04-25
* Attached is the new patch. To summarize:Bruce Momjian2006-03-06
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix (hopefully for the last time) problems with datetime values displayingTom Lane2005-10-09
* Add spaces around operator.Bruce Momjian2005-10-07
* Code & docs review for server instrumentation patch. File timestampsTom Lane2005-08-12
* Update date/time comments.Bruce Momjian2005-07-22
* More comment update of time macros.Bruce Momjian2005-07-21
* Update DAYS_PER_MONTH comment.Bruce Momjian2005-07-21
* Add comment about void* use in MemSet.Bruce Momjian2005-07-21
* Add comment marking non-exact time conversion macros.Bruce Momjian2005-07-21
* Add time/date macros for code clarity:Bruce Momjian2005-07-21