Commits
Showing commits that first shipped in 18 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2026-05-26 | Skip pg_database.dathasloginevt cleanup on standby | Alexander Korotkov | 18 (unreleased) |
| 2026-03-04 | Don't malloc(0) in EventTriggerCollectAlterTSConfig | Álvaro Herrera | 18.4 |
| 2025-09-12 | Fix oversights in pg_event_trigger_dropped_objects() fixes. | Tom Lane | 18.0 |
| 2025-09-11 | Report the correct is_temporary flag for column defaults. | Tom Lane | 18.0 |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian | 18.0 |
| 2024-12-29 | Fix overly large values/nulls arrays | David Rowley | 18.0 |
| 2024-11-06 | doc: Remove event trigger firing matrix | Peter Eisentraut | 18.0 |
| 2024-10-25 | For inplace update, send nontransactional invalidations. | Noah Misch | 18.0 |
| 2024-09-24 | For inplace update durability, make heap_update() callers wait. | Noah Misch | 18.0 |
| 2024-09-24 | Fix data loss at inplace update after heap_update(). | Noah Misch | 18.0 |