index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
timestamp.c
Age
Commit message (
Expand
)
Author
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-04-11
Silence some Coverity warnings and improve code consistency.
Tom Lane
2021-04-10
Improve behavior of date_bin with origin in the future
Peter Eisentraut
2021-04-06
Change return type of EXTRACT to numeric
Peter Eisentraut
2021-04-01
Fix internal extract(timezone_minute) formulas
Peter Eisentraut
2021-03-24
Fix stray double semicolons
Peter Eisentraut
2021-03-24
Add date_bin function
Peter Eisentraut
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-11-10
Fix and simplify some usages of TimestampDifference().
Tom Lane
2020-10-07
Prevent internal overflows in date-vs-timestamp and related comparisons.
Tom Lane
2020-09-29
Fix make_timestamp[tz] to accept negative years as meaning BC.
Tom Lane
2020-06-04
Reject "23:59:60.nnn" in datetime input.
Tom Lane
2020-05-16
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-15
Add comments linking pg_strftime to timestamptz_to_str
Alvaro Herrera
2020-05-13
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-12
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-03-04
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-01-30
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-12
Fix EXTRACT(ISOYEAR FROM timestamp) for years BC.
Tom Lane
2019-12-12
Remove redundant function calls in timestamp[tz]_part().
Tom Lane
2019-11-07
Fix integer-overflow edge case detection in interval_mul and pgbench.
Tom Lane
2019-10-21
Refactor jsonpath's compareDatetime()
Alexander Korotkov
2019-10-21
Refactor timestamp2timestamptz_opt_error()
Alexander Korotkov
2019-09-25
Error suppression support for upcoming jsonpath .datetime() method
Alexander Korotkov
2019-09-16
Support for FF1-FF6 datetime format patterns
Alexander Korotkov
2019-06-30
Remove explicit error handling for obsolete date/time values
Peter Eisentraut
2019-06-23
Don't call PG_RETURN_BOOL() in a function not returning Datum.
Noah Misch
2019-03-11
Move hash_any prototype from access/hash.h to utils/hashutils.h
Alvaro Herrera
2019-03-08
Avoid some table rewrites for ALTER TABLE .. SET DATA TYPE timestamp.
Noah Misch
2019-02-09
Create the infrastructure for planner support functions.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-14
Add a timezone-specific variant of date_trunc().
Tom Lane
2018-10-16
Avoid statically allocating gmtsub()'s timezone workspace.
Tom Lane
2018-10-11
Move timeofday() implementation out of nabstime.c.
Andres Freund
2018-07-29
Provide separate header file for built-in float types
Tomas Vondra
2018-07-22
Deduplicate "invalid input syntax" messages for various types.
Andres Freund
2018-07-11
Rethink how to get float.h in old Windows API for isnan/isinf
Alvaro Herrera
2018-06-11
Make new error code name match SQL standard more closely
Peter Eisentraut
2018-05-01
Clean up warnings from -Wimplicit-fallthrough.
Tom Lane
2018-02-07
Support all SQL:2011 options for window frame clauses.
Tom Lane
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-10-11
Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.
Andres Freund
2017-08-31
Introduce 64-bit hash functions with a 64-bit seed.
Robert Haas
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-04-05
Fix integer-overflow problems in interval comparison.
Tom Lane
2017-02-23
Remove now-dead code for !HAVE_INT64_TIMESTAMP.
Tom Lane
2017-02-21
Make more use of castNode()
Peter Eisentraut
2017-02-09
Blind try to fix portability issue in commit 8f93bd851 et al.
Tom Lane
[next]