summaryrefslogtreecommitdiff
path: root/contrib/pg_stat_statements
Commit message (Expand)AuthorAgeFilesLines
* Fix row tracking in pg_stat_statements with extended query protocolMichael Paquier2023-04-061-1/+1
* Reflect normalization of query strings for utilities in pg_stat_statementsMichael Paquier2023-03-083-27/+29
* Improve cleanup phases in regression tests of pg_stat_statementsMichael Paquier2023-03-077-11/+29
* Refactor more the regression tests of pg_stat_statementsMichael Paquier2023-03-0312-1071/+1109
* Expand regression tests of pg_stat_statements for utility queriesMichael Paquier2023-02-206-30/+774
* Refactor tests of pg_stat_statements for planning, utility and level trackingMichael Paquier2023-02-2012-570/+623
* Include values of A_Const nodes in query jumblingMichael Paquier2023-02-072-1/+23
* Generate code for query jumbling through gen_node_support.plMichael Paquier2023-01-312-2/+4
* Move queryjumble.c code to src/backend/nodes/Michael Paquier2023-01-211-1/+1
* meson: Add two missing regress testsAndres Freund2023-01-171-0/+1
* Update copyright for 2023Bruce Momjian2023-01-022-2/+2
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* meson: Add 'running' test setup, as a replacement for installcheckAndres Freund2022-12-071-0/+4
* pg_stat_statements: fetch stmt location/length before it disappears.Tom Lane2022-11-011-2/+14
* Clean up some inconsistencies with GUC declarationsMichael Paquier2022-10-311-5/+6
* Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier2022-10-181-1/+1
* meson: Add windows resource filesAndres Freund2022-10-051-1/+11
* Restore pg_pread and friends.Thomas Munro2022-09-291-2/+2
* Fix pg_stat_statements for MERGEAlvaro Herrera2022-09-272-1/+62
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+35
* Remove dead pread and pwrite replacement code.Thomas Munro2022-08-051-2/+2
* Be more wary about 32-bit integer overflow in pg_stat_statements.Tom Lane2022-08-021-4/+22
* Remove now superfluous declarations of dlsym()ed symbols.Andres Freund2022-07-171-2/+0
* Replace many MemSet calls with struct initializationPeter Eisentraut2022-07-161-5/+2
* pg_stat_statements: Fix test that assumes wal_records = rows.Robert Haas2022-07-062-5/+5
* Remove redundant null pointer checks before free()Peter Eisentraut2022-07-031-8/+4
* Add a new shmem_request_hook hook.Robert Haas2022-05-131-8/+18
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-1/+4
* Remove non-functional code for unloading loadable modules.Robert Haas2022-05-111-18/+0
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-131-1/+0
* Add JIT counters to pg_stat_statementsMagnus Hagander2022-04-083-41/+103
* pg_stat_statements: Track I/O timing for temporary file blocksMichael Paquier2022-04-086-7/+213
* pgstat: remove stats_temp_directory.Andres Freund2022-04-061-6/+1
* psql: Show all query results by defaultPeter Eisentraut2022-04-041-0/+25
* Use has_privs_for_roles for predefined role checksJoe Conway2022-03-281-2/+2
* Simplify SRFs using materialize mode in contrib/ modulesMichael Paquier2022-03-081-30/+3
* pg_stat_statements: Remove unnecessary call to GetUserId()Michael Paquier2022-02-281-1/+1
* Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane2022-02-211-1/+1
* Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier2022-02-171-2/+0
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* pg_stat_statements: Remove obsolete commentMichael Paquier2022-01-031-4/+0
* Revert changes about warnings/errors for placeholders.Tom Lane2021-12-271-1/+1
* Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().Tom Lane2021-12-271-1/+1
* psql: include intra-query "--" comments in what's sent to the server.Tom Lane2021-12-011-1/+1
* Don't try to read a multi-GB pg_stat_statements file in one call.Tom Lane2021-10-311-16/+29
* pg_stat_statements: Add some tests for older versions still usableMichael Paquier2021-10-023-1/+179
* Harden pg_stat_statements tests against CLOBBER_CACHE_ALWAYS.Tom Lane2021-07-252-11/+26
* Centralize the logic for protective copying of utility statements.Tom Lane2021-06-181-4/+6
* Allow compute_query_id to be set to 'auto' and make it defaultAlvaro Herrera2021-05-152-1/+6
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-121-3/+4