Commit Graph

216 Commits (07cb7bc1c7a88299e6bce281320397f07ca045c2)

Author SHA1 Message Date
Michael Paquier 179c4639cf pg_stat_statements: Remove duplicated tests for SET statements 2 years ago
Andres Freund c4758649b4 Fix tracking of temp table relation extensions as writes 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 9a714b9d6e Improve cleanup phases in regression tests of pg_stat_statements 3 years ago
Michael Paquier d0028e35a0 Refactor more the regression tests of pg_stat_statements 3 years ago
Michael Paquier de2aca2885 Expand regression tests of pg_stat_statements for utility queries 3 years ago
Michael Paquier e8dbdb15db Refactor tests of pg_stat_statements for planning, utility and level tracking 3 years ago
Michael Paquier 9ba37b2cb6 Include values of A_Const nodes in query jumbling 3 years ago
Michael Paquier 3db72ebcbe Generate code for query jumbling through gen_node_support.pl 3 years ago
Michael Paquier 8eba3e3f02 Move queryjumble.c code to src/backend/nodes/ 3 years ago
Andres Freund 27da598961 meson: Add two missing regress tests 3 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Andrew Dunstan 8284cf5f74 Add copyright notices to meson files 3 years ago
Andres Freund 3f0e786ccb meson: Add 'running' test setup, as a replacement for installcheck 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
Andres Freund 902ab2fcef meson: Add windows resource files 3 years ago
Thomas Munro b6d8a60aba Restore pg_pread and friends. 3 years ago
Alvaro Herrera 249b0409b1
Fix pg_stat_statements for MERGE 3 years ago
Andres Freund e6927270cd meson: Add initial version of meson based build system 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
Robert Haas 2d7ead8526 pg_stat_statements: Fix test that assumes wal_records = rows. 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
Peter Eisentraut 7844c9918a psql: Show all query results by default 3 years ago
Joe Conway 6198420ad8 Use has_privs_for_roles for predefined role checks 4 years ago
Michael Paquier 5b81703787 Simplify SRFs using materialize mode in contrib/ modules 4 years ago
Michael Paquier 667726fbe5 pg_stat_statements: Remove unnecessary call to GetUserId() 4 years ago
Tom Lane 88103567cb Disallow setting bogus GUCs within an extension's reserved namespace. 4 years ago
Michael Paquier d61a361d1a Remove all traces of tuplestore_donestoring() in the C code 4 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Michael Paquier 234ba62769 pg_stat_statements: Remove obsolete comment 4 years ago
Tom Lane cab5b9ab2c Revert changes about warnings/errors for placeholders. 4 years ago
Tom Lane 5609cc01c6 Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved(). 4 years ago
Tom Lane 83884682f4 psql: include intra-query "--" comments in what's sent to the server. 4 years ago
Tom Lane a667b06683 Don't try to read a multi-GB pg_stat_statements file in one call. 4 years ago