summaryrefslogtreecommitdiff
path: root/contrib/auto_explain
Commit message (Expand)AuthorAgeFilesLines
* Make auto_explain print the query identifier in verbose modeMichael Paquier2023-01-261-0/+29
* Update copyright for 2023Bruce Momjian2023-01-023-3/+3
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* meson: Add windows resource filesAndres Freund2022-10-051-1/+11
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+16
* Make new auto_explain test safe for log_error_verbosity = verbose.Tom Lane2022-07-311-1/+1
* Fix new auto_explain test case for Windows.Tom Lane2022-07-271-19/+20
* Add test for session_preload_libraries and parameter permissions checks.Tom Lane2022-07-251-26/+48
* Remove now superfluous declarations of dlsym()ed symbols.Andres Freund2022-07-171-2/+0
* autho_explain: Add GUC to log query parametersMichael Paquier2022-07-062-0/+63
* Refactor the TAP test of auto_explainMichael Paquier2022-07-011-16/+74
* Remove non-functional code for unloading loadable modules.Robert Haas2022-05-111-14/+0
* Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane2022-02-211-1/+1
* Replace Test::More plans with done_testingDaniel Gustafsson2022-02-111-1/+3
* Update copyright for 2022Bruce Momjian2022-01-072-2/+2
* Revert changes about warnings/errors for placeholders.Tom Lane2021-12-271-1/+1
* Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().Tom Lane2021-12-271-1/+1
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-281-2/+2
* Move Perl test modules to a better namespaceAndrew Dunstan2021-10-241-3/+3
* Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan2021-07-291-1/+1
* Fix EXPLAIN ANALYZE for async-capable nodes.Etsuro Fujita2021-05-121-1/+1
* Add a copyright notice to perl files lacking one.Andrew Dunstan2021-05-071-0/+3
* Fix ancient memory leak in contrib/auto_explain.Tom Lane2021-02-021-2/+9
* Add a simple test for contrib/auto_explain.Tom Lane2021-01-243-0/+58
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Add the option to report WAL usage in EXPLAIN and auto_explain.Amit Kapila2020-04-061-0/+15
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-1/+3
* PG_FINALLYPeter Eisentraut2019-11-011-6/+2
* Fix contrib/auto_explain to not cause problems in parallel workers.Tom Lane2019-06-031-15/+28
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-2/+2
* Add SETTINGS option to EXPLAIN, to print modified settings.Tomas Vondra2019-04-041-0/+13
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Fix issues around EXPLAIN with JIT.Andres Freund2018-10-031-2/+1
* Collect JIT instrumentation from workers.Andres Freund2018-09-251-3/+3
* auto_explain: Include JIT information if applicable.Andres Freund2018-09-241-0/+4
* Provide a log_level setting for auto_explainAndrew Dunstan2018-07-311-1/+28
* Allow auto_explain.log_min_duration to go up to INT_MAX.Tom Lane2018-02-231-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Phase 3 of pgindent updates.Tom Lane2017-06-211-3/+3
* Allow for parallel execution whenever ExecutorRun() is done only once.Robert Haas2017-03-231-4/+5
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* pgindent run for 9.6Robert Haas2016-06-091-13/+13
* Rename auto_explain.sample_ratio to sample_rateMagnus Hagander2016-03-131-5/+5
* Widen query numbers-of-tuples-processed counters to uint64.Tom Lane2016-03-121-2/+2
* Allow setting sample ratio for auto_explainMagnus Hagander2016-03-111-3/+28
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Rearrange explain.c's API so callers need not embed sizeof(ExplainState).Tom Lane2015-01-151-22/+21
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Print planning time only in EXPLAIN ANALYZE, not plain EXPLAIN.Tom Lane2014-10-151-0/+1