| Age | Commit message (Expand) | Author |
| 2025-10-29 | pg_stat_statements: Fix handling of duplicate constant locations | Álvaro Herrera |
| 2025-10-08 | Add ExplainState argument to pg_plan_query() and planner(). | Robert Haas |
| 2025-10-05 | Don't include access/htup_details.h in executor/tuptable.h | Álvaro Herrera |
| 2025-09-12 | Remove whitespace in comment of pg_stat_statements.c | Michael Paquier |
| 2025-08-22 | Change dynahash.c and hsearch.h to use int64 instead of long | Michael Paquier |
| 2025-07-31 | pg_stat_statements: Add counters for generic and custom plans | Michael Paquier |
| 2025-06-26 | Fix typo in comment | Álvaro Herrera |
| 2025-06-24 | Make query jumbling also squash PARAM_EXTERN params | Álvaro Herrera |
| 2025-06-12 | Fix squashing algorithm for query texts | Álvaro Herrera |
| 2025-05-30 | Change internal queryid type from uint64 to int64 | David Rowley |
| 2025-05-29 | pg_stat_statements: Fix parameter number gaps in normalized queries | Michael Paquier |
| 2025-05-22 | Revert "Don't lock partitions pruned by initial pruning" | Amit Langote |
| 2025-03-26 | Use PG_MODULE_MAGIC_EXT in our installable shared libraries. | Tom Lane |
| 2025-03-18 | Introduce squashing of constant lists in query jumbling | Álvaro Herrera |
| 2025-02-20 | Don't lock partitions pruned by initial pruning | Amit Langote |
| 2025-02-17 | pg_stat_statements: Add wal_buffers_full | Michael Paquier |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian |
| 2024-12-23 | Fix some comments related to library unloading | Michael Paquier |
| 2024-12-09 | Simplify executor's determination of whether to use parallelism. | Tom Lane |
| 2024-11-11 | pg_stat_statements: Avoid some locking during PGSS entry scans | Michael Paquier |
| 2024-10-28 | Remove unused #include's from contrib, pl, test .c files | Peter Eisentraut |
| 2024-10-08 | pg_stat_statements: Add columns to track parallel worker activity | Michael Paquier |
| 2024-10-01 | Use macro to define the number of enum values | Peter Eisentraut |
| 2024-09-14 | Remove obsolete comment in pg_stat_statements. | Tom Lane |
| 2024-08-06 | Remove volatile qualifiers from pg_stat_statements.c. | Nathan Bossart |
| 2024-05-17 | Revise GUC names quoting in messages again | Peter Eisentraut |
| 2024-02-16 | Use new overflow-safe integer comparison functions. | Nathan Bossart |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian |
| 2023-11-27 | Track statement entry timestamp in contrib/pg_stat_statements | Alexander Korotkov |
| 2023-11-08 | Fix some issues with tracking nesting level in pg_stat_statements. | Tom Lane |
| 2023-10-26 | Add trailing commas to enum definitions | Peter Eisentraut |
| 2023-10-19 | pg_stat_statements: Add local_blk_{read|write}_time | Michael Paquier |
| 2023-10-19 | Rename I/O timing statistics columns to shared_blk_{read|write}_time | Michael Paquier |
| 2023-09-08 | Add JIT deform_counter | Daniel Gustafsson |
| 2023-08-27 | Show names of DEALLOCATE as constants in pg_stat_statements | Michael Paquier |
| 2023-06-29 | pg_stat_statements: Fix second comment related to entry resets | Michael Paquier |
| 2023-06-28 | pg_stat_statements: Fix incorrect comment with entry resets | Michael Paquier |
| 2023-06-27 | Fix comment on clearing padding. | Heikki Linnakangas |
| 2023-04-06 | Fix row tracking in pg_stat_statements with extended query protocol | Michael Paquier |
| 2023-03-08 | Reflect normalization of query strings for utilities in pg_stat_statements | Michael Paquier |
| 2023-01-21 | Move queryjumble.c code to src/backend/nodes/ | Michael Paquier |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian |
| 2022-11-01 | pg_stat_statements: fetch stmt location/length before it disappears. | Tom Lane |
| 2022-10-31 | Clean up some inconsistencies with GUC declarations | Michael Paquier |
| 2022-10-18 | Rename SetSingleFuncCall() to InitMaterializedSRF() | Michael Paquier |
| 2022-09-29 | Restore pg_pread and friends. | Thomas Munro |
| 2022-08-04 | Remove dead pread and pwrite replacement code. | Thomas Munro |
| 2022-08-02 | Be more wary about 32-bit integer overflow in pg_stat_statements. | Tom Lane |
| 2022-07-18 | Remove now superfluous declarations of dlsym()ed symbols. | Andres Freund |
| 2022-07-16 | Replace many MemSet calls with struct initialization | Peter Eisentraut |