aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/timestamp.h
Commit message (Expand)AuthorAge
* Fix and simplify some usages of TimestampDifference().Tom Lane2020-11-10
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Consistently declare timestamp variables as TimestampTz.Tom Lane2017-02-23
* Remove now-dead code for !HAVE_INT64_TIMESTAMP.Tom Lane2017-02-23
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-17
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Improve parsetree representation of special functions such as CURRENT_DATE.Tom Lane2016-08-16
* Add parallel query support functions for assorted aggregates.Robert Haas2016-04-05
* Allow to_timestamp(float8) to convert float infinity to timestamp infinity.Tom Lane2016-03-29
* Update copyright for 2016Bruce Momjian2016-01-02
* Add transform functions for AT TIME ZONE.Noah Misch2015-03-01
* Update copyright for 2015Bruce Momjian2015-01-06
* Provide moving-aggregate support for a bunch of numerical aggregates.Tom Lane2014-04-12
* Constructors for interval, timestamp, timestamptzAlvaro Herrera2014-03-04
* Update copyright for 2014Bruce Momjian2014-01-07
* 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