aboutsummaryrefslogtreecommitdiff
path: root/contrib/pg_stat_statements/pg_stat_statements.c
Commit message (Expand)AuthorAge
* Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane2025-03-26
* Introduce squashing of constant lists in query jumblingÁlvaro Herrera2025-03-18
* Don't lock partitions pruned by initial pruningAmit Langote2025-02-20
* pg_stat_statements: Add wal_buffers_fullMichael Paquier2025-02-17
* Update copyright for 2025Bruce Momjian2025-01-01
* Fix some comments related to library unloadingMichael Paquier2024-12-23
* Simplify executor's determination of whether to use parallelism.Tom Lane2024-12-09
* pg_stat_statements: Avoid some locking during PGSS entry scansMichael Paquier2024-11-11
* Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut2024-10-28
* pg_stat_statements: Add columns to track parallel worker activityMichael Paquier2024-10-09
* Use macro to define the number of enum valuesPeter Eisentraut2024-10-01
* Remove obsolete comment in pg_stat_statements.Tom Lane2024-09-14
* Remove volatile qualifiers from pg_stat_statements.c.Nathan Bossart2024-08-06
* Revise GUC names quoting in messages againPeter Eisentraut2024-05-17
* Use new overflow-safe integer comparison functions.Nathan Bossart2024-02-16
* Update copyright for 2024Bruce Momjian2024-01-03
* Track statement entry timestamp in contrib/pg_stat_statementsAlexander Korotkov2023-11-27
* Fix some issues with tracking nesting level in pg_stat_statements.Tom Lane2023-11-08
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* pg_stat_statements: Add local_blk_{read|write}_timeMichael Paquier2023-10-19
* Rename I/O timing statistics columns to shared_blk_{read|write}_timeMichael Paquier2023-10-19
* Add JIT deform_counterDaniel Gustafsson2023-09-08
* Show names of DEALLOCATE as constants in pg_stat_statementsMichael Paquier2023-08-27
* pg_stat_statements: Fix second comment related to entry resetsMichael Paquier2023-06-29
* pg_stat_statements: Fix incorrect comment with entry resetsMichael Paquier2023-06-29
* Fix comment on clearing padding.Heikki Linnakangas2023-06-27
* Fix row tracking in pg_stat_statements with extended query protocolMichael Paquier2023-04-06
* Reflect normalization of query strings for utilities in pg_stat_statementsMichael Paquier2023-03-08
* Move queryjumble.c code to src/backend/nodes/Michael Paquier2023-01-21
* Update copyright for 2023Bruce Momjian2023-01-02
* pg_stat_statements: fetch stmt location/length before it disappears.Tom Lane2022-11-01
* Clean up some inconsistencies with GUC declarationsMichael Paquier2022-10-31
* Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier2022-10-18
* Restore pg_pread and friends.Thomas Munro2022-09-29
* Remove dead pread and pwrite replacement code.Thomas Munro2022-08-05
* Be more wary about 32-bit integer overflow in pg_stat_statements.Tom Lane2022-08-02
* Remove now superfluous declarations of dlsym()ed symbols.Andres Freund2022-07-17
* Replace many MemSet calls with struct initializationPeter Eisentraut2022-07-16
* Remove redundant null pointer checks before free()Peter Eisentraut2022-07-03
* Add a new shmem_request_hook hook.Robert Haas2022-05-13
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Remove non-functional code for unloading loadable modules.Robert Haas2022-05-11
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Add JIT counters to pg_stat_statementsMagnus Hagander2022-04-08
* pg_stat_statements: Track I/O timing for temporary file blocksMichael Paquier2022-04-08
* pgstat: remove stats_temp_directory.Andres Freund2022-04-06
* Use has_privs_for_roles for predefined role checksJoe Conway2022-03-28
* Simplify SRFs using materialize mode in contrib/ modulesMichael Paquier2022-03-08
* pg_stat_statements: Remove unnecessary call to GetUserId()Michael Paquier2022-02-28
* Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane2022-02-21