index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pg_stat_statements
/
pg_stat_statements.c
Age
Commit message (
Expand
)
Author
9 days
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-09
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-03
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-29
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-05
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-17
Remove now superfluous declarations of dlsym()ed symbols.
Andres Freund
2022-07-16
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-03
Remove redundant null pointer checks before free()
Peter Eisentraut
2022-05-13
Add a new shmem_request_hook hook.
Robert Haas
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-05-11
Remove non-functional code for unloading loadable modules.
Robert Haas
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
[next]