| Age | Commit message (Expand) | Author |
| 2 days | Update typedefs.list to match what the buildfarm currently reports. | Tom Lane |
| 7 days | Use palloc_object() and palloc_array() in backend code | Michael Paquier |
| 8 days | Remove unnecessary casts in printf format arguments (%zu/%zd) | Peter Eisentraut |
| 13 days | Remove no longer needed casts to Pointer | Peter Eisentraut |
| 2025-12-02 | Remove useless casting to same type | Peter Eisentraut |
| 2025-10-31 | Mark function arguments of type "Datum *" as "const Datum *" where possible | Peter Eisentraut |
| 2025-10-05 | Don't include access/htup_details.h in executor/tuptable.h | Álvaro Herrera |
| 2025-09-24 | Remove PointerIsValid() | Peter Eisentraut |
| 2025-08-13 | Grab the low-hanging fruit from forcing USE_FLOAT8_BYVAL to true. | Tom Lane |
| 2025-03-13 | Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input. | Tom Lane |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian |
| 2024-11-28 | Remove useless casts to (void *) | Peter Eisentraut |
| 2024-10-15 | Add contrib/pg_logicalinspect. | Masahiko Sawada |
| 2024-10-14 | Use construct_array_builtin for FLOAT8OID instead of construct_array. | Masahiko Sawada |
| 2024-07-24 | Detect integer overflow in array_set_slice(). | Nathan Bossart |
| 2024-03-04 | Remove unused #include's from backend .c files | Peter Eisentraut |
| 2024-01-04 | Teach estimate_array_length() to use statistics where available. | Tom Lane |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian |
| 2023-12-27 | Improve the implementation of information_schema._pg_expandarray(). | Tom Lane |
| 2023-11-17 | Don't specify number of dimensions in cases where we don't know it. | Tom Lane |
| 2023-11-13 | Improve readability and error detection of array_in(). | Tom Lane |
| 2023-11-06 | Detect integer overflow while computing new array dimensions. | Tom Lane |
| 2023-10-26 | Add trailing commas to enum definitions | Peter Eisentraut |
| 2023-10-26 | Introduce the concept of read-only StringInfos | David Rowley |
| 2023-07-14 | Improve error message for MaxAllocSize overrun in accumArrayResult. | Tom Lane |
| 2023-07-05 | Handle \v as a whitespace character in parsers | Michael Paquier |
| 2023-05-17 | Revert "Add USER SET parameter values for pg_db_role_setting" | Alexander Korotkov |
| 2023-03-26 | Fix oversights in array manipulation. | Tom Lane |
| 2023-01-23 | Allow parallel aggregate on string_agg and array_agg | David Rowley |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian |
| 2022-12-09 | Convert a few datatype input functions to use "soft" error reporting. | Tom Lane |
| 2022-12-09 | Add USER SET parameter values for pg_db_role_setting | Alexander Korotkov |
| 2022-07-31 | Fix trim_array() for zero-dimensional array argument. | Tom Lane |
| 2022-07-16 | Replace many MemSet calls with struct initialization | Peter Eisentraut |
| 2022-07-01 | Add construct_array_builtin, deconstruct_array_builtin | Peter Eisentraut |
| 2022-05-12 | Pre-beta mechanical code beautification. | Tom Lane |
| 2022-01-08 | Update copyright for 2022 | Bruce Momjian |
| 2021-09-15 | Fix hash_array | Peter Eisentraut |
| 2021-09-08 | Disable anonymous record hash support except in special cases | Peter Eisentraut |
| 2021-05-10 | Prevent integer overflows in array subscripting calculations. | Tom Lane |
| 2021-03-03 | Add trim_array() function. | Tom Lane |
| 2021-01-04 | Rethink the "read/write parameter" mechanism in pl/pgsql. | Tom Lane |
| 2021-01-02 | Update copyright for 2021 | Bruce Momjian |
| 2020-12-09 | Support subscripting of arbitrary types, not only arrays. | Tom Lane |
| 2020-11-04 | Enable hash partitioning of text arrays | Peter Eisentraut |
| 2020-07-21 | Weaken type-OID-matching checks in array_recv and record_recv. | Tom Lane |
| 2020-04-21 | Fix minor violations of FunctionCallInvoke usage protocol. | Tom Lane |
| 2020-04-08 | Modify additional power 2 calculations to use new helper functions | David Rowley |
| 2020-01-01 | Update copyrights for 2020 | Bruce Momjian |
| 2019-08-19 | Fix inconsistencies and typos in the tree, take 11 | Michael Paquier |