Commits
Showing commits that first shipped in 18 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-05-31 | Change internal plan ID type from uint64 to int64 | Michael Paquier | 18.0 |
| 2025-05-30 | Change internal queryid type from uint64 to int64 | David Rowley | 18.0 |
| 2025-03-24 | Allow plugins to set a 64-bit plan identifier in PlannedStmt | Michael Paquier | 18.0 |
| 2025-03-04 | Split pgstat_bestart() into three different routines | Michael Paquier | 18.0 |
| 2025-02-12 | Remove unnecessary (char *) casts [mem] | Peter Eisentraut | 18.0 |
| 2025-02-12 | Remove unnecessary (char *) casts [string] | Peter Eisentraut | 18.0 |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian | 18.0 |
| 2024-12-19 | Add backend-level statistics to pgstats | Michael Paquier | 18.0 |
| 2024-11-27 | Look up backend type in pg_signal_backend() more cheaply. | Nathan Bossart | 18.0 |
| 2024-10-27 | Remove unused #include's from backend .c files | Peter Eisentraut | 18.0 |
| 2024-08-29 | Rename some shared memory initialization routines | Heikki Linnakangas | 18.0 |