| 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-07-01 | Show sizes of FETCH queries as constants in pg_stat_statements | 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-24 | Improve jumble squashing through CoerceViaIO and RelabelType | Álvaro Herrera |
| 2025-06-12 | Fix squashing algorithm for query texts | Álvaro Herrera |
| 2025-06-12 | Revert support for improved tracking of nested queries | Michael Paquier |
| 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-05-21 | Fix regression with location calculation of nested statements | Michael Paquier |
| 2025-05-07 | Fix whitespace | Peter Eisentraut |
| 2025-03-27 | Remove the query_id_squash_values GUC | Álvaro Herrera |
| 2025-03-27 | Fix query jumbling to account for NULL nodes | David Rowley |
| 2025-03-26 | Use PG_MODULE_MAGIC_EXT in our installable shared libraries. | Tom Lane |
| 2025-03-26 | Use relation name instead of OID in query jumbling for RangeTblEntry | Michael Paquier |
| 2025-03-25 | pg_stat_statements: Add more tests with temp tables and namespaces | Michael Paquier |
| 2025-03-18 | Introduce squashing of constant lists in query jumbling | Álvaro Herrera |
| 2025-02-27 | EXPLAIN: Always use two fractional digits for row counts. | Robert Haas |
| 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-11 | Fix further fallout from EXPLAIN ANALYZE BUFFERS change | David Rowley |
| 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-28 | Set query ID for inner queries of CREATE TABLE AS and DECLARE | Michael Paquier |
| 2024-10-24 | Track more precisely query locations for nested statements | Michael Paquier |
| 2024-10-22 | Improve parser's reporting of statement start locations. | Tom Lane |
| 2024-10-22 | pg_stat_statements: Add tests for nested queries with level tracking | Michael Paquier |
| 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-30 | Show values of SET statements as constants in pg_stat_statements | Michael Paquier |
| 2024-09-25 | pg_stat_statements: Expand tests for SET statements | Michael Paquier |
| 2024-09-18 | Add missing query ID reporting in extended query protocol | Michael Paquier |
| 2024-09-14 | Remove obsolete comment in pg_stat_statements. | Tom Lane |
| 2024-09-13 | pg_stat_statements: Add tests with extended query protocol | Michael Paquier |
| 2024-08-06 | Remove volatile qualifiers from pg_stat_statements.c. | Nathan Bossart |
| 2024-07-24 | pg_stat_statements: Add regression test for privilege handling. | Fujii Masao |
| 2024-07-19 | Propagate query IDs of utility statements in functions | Michael Paquier |
| 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 |
| 2024-01-03 | Make Perl warnings fatal in newly added TAP tests | Peter Eisentraut |