Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2026-03-04 | Don't malloc(0) in EventTriggerCollectAlterTSConfig | Álvaro Herrera | 16.14 |
| 2025-09-12 | Fix oversights in pg_event_trigger_dropped_objects() fixes. | Tom Lane | 16.11 |
| 2025-09-11 | Report the correct is_temporary flag for column defaults. | Tom Lane | 16.11 |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian | 16.0 |
| 2022-11-13 | Refactor ownercheck functions | Peter Eisentraut | 16.0 |
| 2022-10-18 | Rename SetSingleFuncCall() to InitMaterializedSRF() | Michael Paquier | 16.0 |
| 2022-09-20 | Harmonize more parameter names in bulk. | Peter Geoghegan | 16.0 |
| 2022-08-18 | Ensure that pg_auth_members.grantor is always valid. | Robert Haas | 16.0 |
| 2022-08-17 | Avoid using list_length() to test for empty list. | Tom Lane | 16.0 |
| 2022-07-16 | Replace many MemSet calls with struct initialization | Peter Eisentraut | 16.0 |
| 2022-07-01 | Add construct_array_builtin, deconstruct_array_builtin | Peter Eisentraut | 16.0 |