index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
/
timestamp.h
Commit message (
Expand
)
Author
Age
*
Fix and simplify some usages of TimestampDifference().
Tom Lane
2020-11-10
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Consistently declare timestamp variables as TimestampTz.
Tom Lane
2017-02-23
*
Remove now-dead code for !HAVE_INT64_TIMESTAMP.
Tom Lane
2017-02-23
*
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Improve parsetree representation of special functions such as CURRENT_DATE.
Tom Lane
2016-08-16
*
Add parallel query support functions for assorted aggregates.
Robert Haas
2016-04-05
*
Allow to_timestamp(float8) to convert float infinity to timestamp infinity.
Tom Lane
2016-03-29
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Add transform functions for AT TIME ZONE.
Noah Misch
2015-03-01
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Provide moving-aggregate support for a bunch of numerical aggregates.
Tom Lane
2014-04-12
*
Constructors for interval, timestamp, timestamptz
Alvaro Herrera
2014-03-04
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Clean up references to SQL92
Peter Eisentraut
2013-04-20
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Make the streaming replication protocol messages architecture-independent.
Heikki Linnakangas
2012-11-07
*
Fix to_date() and to_timestamp() to allow specification of the day of
Bruce Momjian
2012-09-03
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Add const qualifier to tzn returned by timestamp2tm()
Peter Eisentraut
2012-03-15
*
Add transform functions for various temporal typmod coercisions.
Robert Haas
2012-02-08
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Create a "sort support" interface API for faster sorting.
Tom Lane
2011-12-07
*
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-09-09
*
Make USECS_PER_* timestamp macros visible even when we are not using
Bruce Momjian
2011-08-12
*
Remove duplicate time-based macros recently added.
Bruce Momjian
2011-03-14
*
Use macros for time-based constants, rather than constants.
Bruce Momjian
2011-03-12
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Fix overflow for INTERVAL 'x ms' where x is more than a couple million,
Tom Lane
2009-08-18
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Add timestamp and timestamptz versions of generate_series().
Tom Lane
2008-05-04
*
Add pg_conf_load_time() function to report when the Postgres configuration
Tom Lane
2008-05-04
*
Get rid of a bunch of #ifdef HAVE_INT64_TIMESTAMP conditionals by inventing
Tom Lane
2008-03-21
*
Replace time_t with pg_time_t (same values, but always int64) in on-disk
Tom Lane
2008-02-17
*
Prevent integer overflow within the integer-datetimes version of
Tom Lane
2008-01-23
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Fix up hash functions for datetime datatypes so that they don't take
Tom Lane
2007-07-06
*
Downgrade implicit casts to text to be assignment-only, except for the ones
Tom Lane
2007-06-05
*
Change the timestamps recorded in transaction commit/abort xlog records
Tom Lane
2007-04-30
*
Implement rate-limiting logic on how often backends will attempt to send
Tom Lane
2007-04-30
*
Add two new format fields for use with to_char(), to_date() and
Bruce Momjian
2007-02-16
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Support type modifiers for user-defined types, and pull most knowledge
Tom Lane
2006-12-30
[next]