Commit Graph

206 Commits (c70b6db34ffeab48beef1fb4ce61bcad3772b8dd)

Author SHA1 Message Date
Álvaro Herrera a3994ec6ac
Fix typo in comment 3 months ago
Álvaro Herrera c2da1a5d63
Make query jumbling also squash PARAM_EXTERN params 3 months ago
Álvaro Herrera 0f65f3eec4
Fix squashing algorithm for query texts 3 months ago
David Rowley c3eda50b06 Change internal queryid type from uint64 to int64 4 months ago
Michael Paquier 35a428f30b pg_stat_statements: Fix parameter number gaps in normalized queries 4 months ago
Amit Langote 1722d5eb05 Revert "Don't lock partitions pruned by initial pruning" 4 months ago
Tom Lane 55527368bd Use PG_MODULE_MAGIC_EXT in our installable shared libraries. 6 months ago
Álvaro Herrera 62d712ecfd
Introduce squashing of constant lists in query jumbling 6 months ago
Amit Langote 525392d572 Don't lock partitions pruned by initial pruning 7 months ago
Michael Paquier ce5bcc4a9f pg_stat_statements: Add wal_buffers_full 7 months ago
Bruce Momjian 50e6eb731d Update copyright for 2025 9 months ago
Michael Paquier 7f97b4734f Fix some comments related to library unloading 9 months ago
Tom Lane 3eea7a0c97 Simplify executor's determination of whether to use parallelism. 9 months ago
Michael Paquier 5d4298e75f pg_stat_statements: Avoid some locking during PGSS entry scans 10 months ago
Peter Eisentraut 9be4e5d293 Remove unused #include's from contrib, pl, test .c files 11 months ago
Michael Paquier cf54a2c002 pg_stat_statements: Add columns to track parallel worker activity 11 months ago
Peter Eisentraut 10b721821d Use macro to define the number of enum values 12 months ago
Tom Lane 94537982ec Remove obsolete comment in pg_stat_statements. 1 year ago
Nathan Bossart 8928817769 Remove volatile qualifiers from pg_stat_statements.c. 1 year ago
Peter Eisentraut 17974ec259 Revise GUC names quoting in messages again 1 year ago
Nathan Bossart 3b42bdb471 Use new overflow-safe integer comparison functions. 2 years ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Alexander Korotkov dc9f8a7983 Track statement entry timestamp in contrib/pg_stat_statements 2 years ago
Tom Lane 76db9cb636 Fix some issues with tracking nesting level in pg_stat_statements. 2 years ago
Peter Eisentraut 611806cd72 Add trailing commas to enum definitions 2 years ago
Michael Paquier 5147ab1dd3 pg_stat_statements: Add local_blk_{read|write}_time 2 years ago
Michael Paquier 13d00729d4 Rename I/O timing statistics columns to shared_blk_{read|write}_time 2 years ago
Daniel Gustafsson 5a3423ad8e Add JIT deform_counter 2 years ago
Michael Paquier bb45156f34 Show names of DEALLOCATE as constants in pg_stat_statements 2 years ago
Michael Paquier bc8e9a6a25 pg_stat_statements: Fix second comment related to entry resets 2 years ago
Michael Paquier dc73db6743 pg_stat_statements: Fix incorrect comment with entry resets 2 years ago
Heikki Linnakangas 876d17d62f Fix comment on clearing padding. 2 years ago
Michael Paquier 1d477a907e Fix row tracking in pg_stat_statements with extended query protocol 2 years ago
Michael Paquier daa8365a90 Reflect normalization of query strings for utilities in pg_stat_statements 3 years ago
Michael Paquier 8eba3e3f02 Move queryjumble.c code to src/backend/nodes/ 3 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Tom Lane 495e73c207 pg_stat_statements: fetch stmt location/length before it disappears. 3 years ago
Michael Paquier d9d873bac6 Clean up some inconsistencies with GUC declarations 3 years ago
Michael Paquier a19e5cee63 Rename SetSingleFuncCall() to InitMaterializedSRF() 3 years ago
Thomas Munro b6d8a60aba Restore pg_pread and friends. 3 years ago
Thomas Munro cf112c1220 Remove dead pread and pwrite replacement code. 3 years ago
Tom Lane c67c2e2a29 Be more wary about 32-bit integer overflow in pg_stat_statements. 3 years ago
Andres Freund fd4bad1655 Remove now superfluous declarations of dlsym()ed symbols. 3 years ago
Peter Eisentraut 9fd45870c1 Replace many MemSet calls with struct initialization 3 years ago
Peter Eisentraut 02c408e21a Remove redundant null pointer checks before free() 3 years ago
Robert Haas 4f2400cb3f Add a new shmem_request_hook hook. 3 years ago
Tom Lane 23e7b38bfe Pre-beta mechanical code beautification. 3 years ago
Robert Haas ab02d702ef Remove non-functional code for unloading loadable modules. 3 years ago
Alvaro Herrera 24d2b2680a
Remove extraneous blank lines before block-closing braces 3 years ago
Magnus Hagander 57d6aea00f Add JIT counters to pg_stat_statements 3 years ago