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
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Fix some incorrect preprocessor tests in tuplesort specializations
David Rowley
2022-05-11
*
Revert "Disallow infinite endpoints in generate_series() for timestamps."
Tom Lane
2022-05-09
*
Disallow infinite endpoints in generate_series() for timestamps.
Tom Lane
2022-04-20
*
Fix extract epoch from interval calculation
Peter Eisentraut
2022-04-19
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
Fix overflow hazards in interval input and output conversions.
Tom Lane
2022-04-02
*
Specialize tuplesort routines for different kinds of abbreviated keys
John Naylor
2022-04-02
*
Handle integer overflow in interval justification functions.
Tom Lane
2022-02-28
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Clean up error messages related to bad datetime units.
Tom Lane
2022-01-03
*
Avoid unnecessary division in interval_cmp_value().
Tom Lane
2021-09-26
*
Disallow negative strides in date_bin()
John Naylor
2021-07-28
*
Fix division by zero error in date_bin
John Naylor
2021-07-22
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Silence some Coverity warnings and improve code consistency.
Tom Lane
2021-04-11
*
Improve behavior of date_bin with origin in the future
Peter Eisentraut
2021-04-10
*
Change return type of EXTRACT to numeric
Peter Eisentraut
2021-04-06
*
Fix internal extract(timezone_minute) formulas
Peter Eisentraut
2021-04-01
*
Fix stray double semicolons
Peter Eisentraut
2021-03-24
*
Add date_bin function
Peter Eisentraut
2021-03-24
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Fix and simplify some usages of TimestampDifference().
Tom Lane
2020-11-10
*
Prevent internal overflows in date-vs-timestamp and related comparisons.
Tom Lane
2020-10-07
*
Fix make_timestamp[tz] to accept negative years as meaning BC.
Tom Lane
2020-09-29
*
Reject "23:59:60.nnn" in datetime input.
Tom Lane
2020-06-04
*
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-16
*
Add comments linking pg_strftime to timestamptz_to_str
Alvaro Herrera
2020-05-15
*
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-13
*
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-05-12
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Fix EXTRACT(ISOYEAR FROM timestamp) for years BC.
Tom Lane
2019-12-12
*
Remove redundant function calls in timestamp[tz]_part().
Tom Lane
2019-12-12
*
Fix integer-overflow edge case detection in interval_mul and pgbench.
Tom Lane
2019-11-07
*
Refactor jsonpath's compareDatetime()
Alexander Korotkov
2019-10-21
*
Refactor timestamp2timestamptz_opt_error()
Alexander Korotkov
2019-10-21
*
Error suppression support for upcoming jsonpath .datetime() method
Alexander Korotkov
2019-09-25
*
Support for FF1-FF6 datetime format patterns
Alexander Korotkov
2019-09-16
*
Remove explicit error handling for obsolete date/time values
Peter Eisentraut
2019-06-30
*
Don't call PG_RETURN_BOOL() in a function not returning Datum.
Noah Misch
2019-06-23
*
Move hash_any prototype from access/hash.h to utils/hashutils.h
Alvaro Herrera
2019-03-11
*
Avoid some table rewrites for ALTER TABLE .. SET DATA TYPE timestamp.
Noah Misch
2019-03-08
*
Create the infrastructure for planner support functions.
Tom Lane
2019-02-09
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Add a timezone-specific variant of date_trunc().
Tom Lane
2018-11-14
*
Avoid statically allocating gmtsub()'s timezone workspace.
Tom Lane
2018-10-16
*
Move timeofday() implementation out of nabstime.c.
Andres Freund
2018-10-11
*
Provide separate header file for built-in float types
Tomas Vondra
2018-07-29
[next]