Commits

DateSubjectAuthorReleases
2019-11-07 Fix integer-overflow edge case detection in interval_mul and pgbench. Tom Lane 9.4.25
2019-11-07 Fix integer-overflow edge case detection in interval_mul and pgbench. Tom Lane 9.5.20
2019-11-07 Fix integer-overflow edge case detection in interval_mul and pgbench. Tom Lane 9.6.16
2019-11-07 Fix integer-overflow edge case detection in interval_mul and pgbench. Tom Lane 10.11
2019-11-07 Fix integer-overflow edge case detection in interval_mul and pgbench. Tom Lane 11.6
2019-11-07 Fix integer-overflow edge case detection in interval_mul and pgbench. Tom Lane 12.1
2019-11-07 Fix integer-overflow edge case detection in interval_mul and pgbench. Tom Lane 13.0
2019-02-09 Build out the planner support function infrastructure. Tom Lane 12.0
2019-01-02 Update copyright for 2019 Bruce Momjian 12.0
2018-11-24 Fix float-to-integer coercions to handle edge cases correctly. Tom Lane 9.4.21
2018-11-24 Fix float-to-integer coercions to handle edge cases correctly. Tom Lane 9.6.12
2018-11-24 Fix float-to-integer coercions to handle edge cases correctly. Tom Lane 9.5.16
2018-11-24 Fix float-to-integer coercions to handle edge cases correctly. Tom Lane 11.2
2018-11-24 Fix float-to-integer coercions to handle edge cases correctly. Tom Lane 10.7
2018-11-24 Fix float-to-integer coercions to handle edge cases correctly. Tom Lane 12.0
2018-07-22 Hand code string to integer conversion for performance. Andres Freund 12.0
2018-07-22 Deduplicate "invalid input syntax" messages for various types. Andres Freund 12.0
2018-07-11 Rethink how to get float.h in old Windows API for isnan/isinf Alvaro Herrera 12.0
2018-06-11 Make new error code name match SQL standard more closely Peter Eisentraut 11.0
2018-02-07 Support all SQL:2011 options for window frame clauses. Tom Lane 11.0
2018-01-03 Update copyright for 2018 Bruce Momjian 11.0
2017-12-17 Suppress compiler warning about no function return value. Tom Lane 11.0
2017-12-13 Add float.h include to int8.c, for isnan(). Andres Freund 11.0
2017-12-13 Consistently use PG_INT(16|32|64)_(MIN|MAX). Andres Freund 11.0
2017-12-13 Use new overflow aware integer operations. Andres Freund 11.0