| Age | Commit message (Expand) | Author |
| 8 days | Use palloc_object() and palloc_array() in backend code | Michael Paquier |
| 2025-12-02 | Replace pointer comparisons and assignments to literal zero with NULL | Peter Eisentraut |
| 2025-12-02 | Update some timestamp[tz] functions to use soft-error reporting | Michael Paquier |
| 2025-09-05 | Switch some numeric-related functions to use soft error reporting | Michael Paquier |
| 2025-08-13 | Grab the low-hanging fruit from forcing sizeof(Datum) to 8. | Tom Lane |
| 2025-08-07 | Fix incorrect Datum conversion in timestamptz_trunc_internal() | Michael Paquier |
| 2025-07-12 | Replace float8 with int in date2isoweek() and date2isoyear(). | Tom Lane |
| 2025-07-03 | Break out xxx2yyy_opt_overflow APIs for more datetime conversions. | Tom Lane |
| 2025-04-04 | Add nbtree skip scan optimization. | Peter Geoghegan |
| 2025-02-19 | Invalidate inactive replication slots. | Amit Kapila |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian |
| 2024-12-27 | Improve handling of date_trunc() units for infinite input values | Michael Paquier |
| 2024-12-09 | Fix various overflow hazards in date and timestamp functions. | Nathan Bossart |
| 2024-12-02 | Fix #include order in timestamp.c. | Dean Rasheed |
| 2024-09-12 | Remove hardcoded hash opclass function signature exceptions | Peter Eisentraut |
| 2024-08-16 | Fix extraction of week and quarter fields from intervals. | Tom Lane |
| 2024-08-15 | Remove dependence on -fwrapv semantics in a few places. | Nathan Bossart |
| 2024-07-08 | Teach planner how to estimate rows for timestamp generate_series | David Rowley |
| 2024-06-18 | Fix incorrect punctuation in error message | Peter Eisentraut |
| 2024-04-28 | Detect more overflows in timestamp[tz]_pl_interval. | Tom Lane |
| 2024-03-04 | Remove unused #include's from backend .c files | Peter Eisentraut |
| 2024-02-28 | Fix mis-rounding and overflow hazards in date_bin(). | Tom Lane |
| 2024-02-13 | Catch overflow when rounding intervals in AdjustIntervalForTypmod. | Tom Lane |
| 2024-01-26 | Detect Julian-date overflow in timestamp[tz]_pl_interval. | Tom Lane |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian |
| 2023-11-18 | Guard against overflow in interval_mul() and interval_div(). | Dean Rasheed |
| 2023-11-14 | Support +/- infinity in the interval data type. | Dean Rasheed |
| 2023-10-29 | Guard against overflow in make_interval(). | Dean Rasheed |
| 2023-10-13 | Add support for AT LOCAL | Michael Paquier |
| 2023-05-17 | Add back SQLValueFunction for SQL keywords | Michael Paquier |
| 2023-03-18 | Add functions to do timestamptz arithmetic in a non-default timezone. | Tom Lane |
| 2023-03-17 | Refactor datetime functions' timezone lookup code to reduce duplication. | Tom Lane |
| 2023-02-20 | Detect overflow in timestamp[tz] subtraction. | Tom Lane |
| 2023-01-26 | Improve TimestampDifferenceMilliseconds to cope with overflow sanely. | Tom Lane |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian |
| 2022-12-30 | Fix precision handling for some COERCE_SQL_SYNTAX functions | Michael Paquier |
| 2022-12-09 | Convert datetime input functions to use "soft" error reporting. | Tom Lane |
| 2022-12-09 | Allow DateTimeParseError to handle bad-timezone error messages. | Tom Lane |
| 2022-11-21 | Replace SQLValueFunction by COERCE_SQL_SYNTAX | Michael Paquier |
| 2022-10-07 | Remove unnecessary uses of Abs() | Peter Eisentraut |
| 2022-09-20 | Harmonize more parameter names in bulk. | Peter Geoghegan |
| 2022-09-06 | Fix an assortment of improper usages of string functions | David Rowley |
| 2022-07-16 | Replace many MemSet calls with struct initialization | Peter Eisentraut |
| 2022-05-12 | Pre-beta mechanical code beautification. | Tom Lane |
| 2022-05-10 | Fix some incorrect preprocessor tests in tuplesort specializations | David Rowley |
| 2022-05-09 | Revert "Disallow infinite endpoints in generate_series() for timestamps." | Tom Lane |
| 2022-04-20 | Disallow infinite endpoints in generate_series() for timestamps. | Tom Lane |
| 2022-04-19 | Fix extract epoch from interval calculation | Peter Eisentraut |
| 2022-04-13 | Remove extraneous blank lines before block-closing braces | Alvaro Herrera |
| 2022-04-02 | Fix overflow hazards in interval input and output conversions. | Tom Lane |