Commit Graph

200 Commits (f3622b64762bb5ee5242937f0fadcacb1a10f30e)

Author SHA1 Message Date
Tom Lane 55527368bd Use PG_MODULE_MAGIC_EXT in our installable shared libraries. 3 months ago
Álvaro Herrera 62d712ecfd
Introduce squashing of constant lists in query jumbling 3 months ago
Amit Langote 525392d572 Don't lock partitions pruned by initial pruning 4 months ago
Michael Paquier ce5bcc4a9f pg_stat_statements: Add wal_buffers_full 4 months ago
Bruce Momjian 50e6eb731d Update copyright for 2025 6 months ago
Michael Paquier 7f97b4734f Fix some comments related to library unloading 6 months ago
Tom Lane 3eea7a0c97 Simplify executor's determination of whether to use parallelism. 7 months ago
Michael Paquier 5d4298e75f pg_stat_statements: Avoid some locking during PGSS entry scans 8 months ago
Peter Eisentraut 9be4e5d293 Remove unused #include's from contrib, pl, test .c files 8 months ago
Michael Paquier cf54a2c002 pg_stat_statements: Add columns to track parallel worker activity 9 months ago
Peter Eisentraut 10b721821d Use macro to define the number of enum values 9 months ago
Tom Lane 94537982ec Remove obsolete comment in pg_stat_statements. 10 months ago
Nathan Bossart 8928817769 Remove volatile qualifiers from pg_stat_statements.c. 11 months ago
Peter Eisentraut 17974ec259 Revise GUC names quoting in messages again 1 year ago
Nathan Bossart 3b42bdb471 Use new overflow-safe integer comparison functions. 1 year 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 2 years ago
Michael Paquier 8eba3e3f02 Move queryjumble.c code to src/backend/nodes/ 2 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
Michael Paquier 76cbf7edb6 pg_stat_statements: Track I/O timing for temporary file blocks 3 years ago
Andres Freund 6f0cf87872 pgstat: remove stats_temp_directory. 3 years ago
Joe Conway 6198420ad8 Use has_privs_for_roles for predefined role checks 3 years ago
Michael Paquier 5b81703787 Simplify SRFs using materialize mode in contrib/ modules 3 years ago
Michael Paquier 667726fbe5 pg_stat_statements: Remove unnecessary call to GetUserId() 3 years ago
Tom Lane 88103567cb Disallow setting bogus GUCs within an extension's reserved namespace. 3 years ago