Commits

Showing commits that first shipped in 16 (backpatches included). Clear

DateSubjectAuthorReleases
2026-03-27 Avoid memory leak on error while parsing pg_stat_statements dump file Heikki Linnakangas 16.14
2025-05-29 pg_stat_statements: Fix parameter number gaps in normalized queries Michael Paquier 16.10
2023-06-29 pg_stat_statements: Fix second comment related to entry resets Michael Paquier 16.0
2023-06-28 pg_stat_statements: Fix incorrect comment with entry resets Michael Paquier 16.0
2023-06-27 Fix comment on clearing padding. Heikki Linnakangas 16.0
2023-04-06 Fix row tracking in pg_stat_statements with extended query protocol Michael Paquier 16.0
2023-03-08 Reflect normalization of query strings for utilities in pg_stat_statements Michael Paquier 16.0
2023-01-21 Move queryjumble.c code to src/backend/nodes/ Michael Paquier 16.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-11-01 pg_stat_statements: fetch stmt location/length before it disappears. Tom Lane 16.0
2022-10-31 Clean up some inconsistencies with GUC declarations Michael Paquier 16.0
2022-10-18 Rename SetSingleFuncCall() to InitMaterializedSRF() Michael Paquier 16.0
2022-09-29 Restore pg_pread and friends. Thomas Munro 16.0
2022-08-04 Remove dead pread and pwrite replacement code. Thomas Munro 16.0
2022-08-02 Be more wary about 32-bit integer overflow in pg_stat_statements. Tom Lane 16.0
2022-07-18 Remove now superfluous declarations of dlsym()ed symbols. Andres Freund 16.0
2022-07-16 Replace many MemSet calls with struct initialization Peter Eisentraut 16.0
2022-07-03 Remove redundant null pointer checks before free() Peter Eisentraut 16.0