index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pg_stat_statements
/
pg_stat_statements.c
Commit message (
Expand
)
Author
Age
*
Use PG_MODULE_MAGIC_EXT in our installable shared libraries.
Tom Lane
2025-03-26
*
Introduce squashing of constant lists in query jumbling
Álvaro Herrera
2025-03-18
*
Don't lock partitions pruned by initial pruning
Amit Langote
2025-02-20
*
pg_stat_statements: Add wal_buffers_full
Michael Paquier
2025-02-17
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Fix some comments related to library unloading
Michael Paquier
2024-12-23
*
Simplify executor's determination of whether to use parallelism.
Tom Lane
2024-12-09
*
pg_stat_statements: Avoid some locking during PGSS entry scans
Michael Paquier
2024-11-11
*
Remove unused #include's from contrib, pl, test .c files
Peter Eisentraut
2024-10-28
*
pg_stat_statements: Add columns to track parallel worker activity
Michael Paquier
2024-10-09
*
Use macro to define the number of enum values
Peter Eisentraut
2024-10-01
*
Remove obsolete comment in pg_stat_statements.
Tom Lane
2024-09-14
*
Remove volatile qualifiers from pg_stat_statements.c.
Nathan Bossart
2024-08-06
*
Revise GUC names quoting in messages again
Peter Eisentraut
2024-05-17
*
Use new overflow-safe integer comparison functions.
Nathan Bossart
2024-02-16
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Track statement entry timestamp in contrib/pg_stat_statements
Alexander Korotkov
2023-11-27
*
Fix some issues with tracking nesting level in pg_stat_statements.
Tom Lane
2023-11-08
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
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-10-19
*
Add JIT deform_counter
Daniel Gustafsson
2023-09-08
*
Show names of DEALLOCATE as constants in pg_stat_statements
Michael Paquier
2023-08-27
*
pg_stat_statements: Fix second comment related to entry resets
Michael Paquier
2023-06-29
*
pg_stat_statements: Fix incorrect comment with entry resets
Michael Paquier
2023-06-29
*
Fix comment on clearing padding.
Heikki Linnakangas
2023-06-27
*
Fix row tracking in pg_stat_statements with extended query protocol
Michael Paquier
2023-04-06
*
Reflect normalization of query strings for utilities in pg_stat_statements
Michael Paquier
2023-03-08
*
Move queryjumble.c code to src/backend/nodes/
Michael Paquier
2023-01-21
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
pg_stat_statements: fetch stmt location/length before it disappears.
Tom Lane
2022-11-01
*
Clean up some inconsistencies with GUC declarations
Michael Paquier
2022-10-31
*
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-18
*
Restore pg_pread and friends.
Thomas Munro
2022-09-29
*
Remove dead pread and pwrite replacement code.
Thomas Munro
2022-08-05
*
Be more wary about 32-bit integer overflow in pg_stat_statements.
Tom Lane
2022-08-02
*
Remove now superfluous declarations of dlsym()ed symbols.
Andres Freund
2022-07-17
*
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-16
*
Remove redundant null pointer checks before free()
Peter Eisentraut
2022-07-03
*
Add a new shmem_request_hook hook.
Robert Haas
2022-05-13
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Remove non-functional code for unloading loadable modules.
Robert Haas
2022-05-11
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
Add JIT counters to pg_stat_statements
Magnus Hagander
2022-04-08
*
pg_stat_statements: Track I/O timing for temporary file blocks
Michael Paquier
2022-04-08
*
pgstat: remove stats_temp_directory.
Andres Freund
2022-04-06
*
Use has_privs_for_roles for predefined role checks
Joe Conway
2022-03-28
*
Simplify SRFs using materialize mode in contrib/ modules
Michael Paquier
2022-03-08
*
pg_stat_statements: Remove unnecessary call to GetUserId()
Michael Paquier
2022-02-28
*
Disallow setting bogus GUCs within an extension's reserved namespace.
Tom Lane
2022-02-21
[next]