index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
timestamp.c
Commit message (
Expand
)
Author
Age
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Clean up references to SQL92
Peter Eisentraut
2013-04-20
*
Fix overflow check in tm2timestamp (this time for sure).
Tom Lane
2013-03-04
*
Reject nonzero day fields in AT TIME ZONE INTERVAL functions.
Tom Lane
2013-01-31
*
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
*
On second thought, explain why date_trunc("week") on interval values is
Bruce Momjian
2012-08-15
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Measure epoch of timestamp-without-time-zone from local not UTC midnight.
Tom Lane
2012-04-10
*
Code review for protransform patches.
Tom Lane
2012-03-23
*
Add const qualifier to tzn returned by timestamp2tm()
Peter Eisentraut
2012-03-15
*
Remove unused tzn arguments for timestamp2tm()
Peter Eisentraut
2012-03-15
*
Improve EncodeDateTime and EncodeTimeOnly APIs
Peter Eisentraut
2012-03-14
*
Add a comment to AdjustIntervalForTypmod to reduce chance of future bugs.
Robert Haas
2012-02-09
*
Improve interval_transform function to detect a few more cases.
Robert Haas
2012-02-09
*
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
*
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
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
interval_abs():
Bruce Momjian
2009-11-10
*
Tigthen binary receive functions so that they reject values that the text
Heikki Linnakangas
2009-09-04
*
Use floor() not rint() when reducing precision of fractional seconds in
Tom Lane
2009-07-06
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Change AdjustIntervalForTypmod to not discard higher-order field values on the
Tom Lane
2009-06-01
*
Remove the useless and rather inconsistent return values of EncodeDateOnly,
Tom Lane
2009-05-26
*
Rewrite interval_hash() so that the hashcodes are equal for values that
Tom Lane
2009-04-04
*
Clean up the code for to_timestamp's conversion of year plus ISO day number
Tom Lane
2009-03-15
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Add support for input and output of interval values formatted per ISO 8601;
Tom Lane
2008-11-11
*
Add a new GUC variable called "IntervalStyle" that decouples interval output
Tom Lane
2008-11-09
*
Fix EncodeSpecialTimestamp to throw error on unrecognized input, rather than
Tom Lane
2008-10-14
*
Adjust the parser to accept the typename syntax INTERVAL ... SECOND(n)
Tom Lane
2008-09-11
*
Make our parsing of INTERVAL literals spec-compliant (or at least a heck of
Tom Lane
2008-09-10
*
Fix AT TIME ZONE (in all three variants) so that we first try to interpret
Tom Lane
2008-07-07
*
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
*
Simplify and standardize conversions between TEXT datums and ordinary C
Tom Lane
2008-03-25
*
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
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Fix overflow in extract(epoch from interval) for intervals exceeding 68 years.
Tom Lane
2007-09-16
*
Switch over to using the src/timezone functions for formatting timestamps
Tom Lane
2007-08-04
*
Properly adjust age() seconds to match the sign of the larger units.
Bruce Momjian
2007-07-18
*
Fix up hash functions for datetime datatypes so that they don't take
Tom Lane
2007-07-06
[next]