aboutsummaryrefslogtreecommitdiff
path: root/contrib/auto_explain
Commit message (Expand)AuthorAge
* Introduce PG_MODULE_MAGIC_EXT macro.Tom Lane2025-03-26
* Make it possible for loadable modules to add EXPLAIN options.Robert Haas2025-03-18
* Fix inconsistent quoting for some options in TAP testsMichael Paquier2025-03-17
* Apply more consistent style for command options in TAP testsMichael Paquier2025-03-17
* Adjust auto_explain's GUC descriptions.Nathan Bossart2025-02-28
* Create explain_format.c and move relevant code there.Robert Haas2025-02-27
* Don't lock partitions pruned by initial pruningAmit Langote2025-02-20
* Update copyright for 2025Bruce Momjian2025-01-01
* Fix some comments related to library unloadingMichael Paquier2024-12-23
* Simplify executor's determination of whether to use parallelism.Tom Lane2024-12-09
* Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut2024-10-28
* Add EXPLAIN (MEMORY) to report planner memory consumptionAlvaro Herrera2024-01-29
* Update copyright for 2024Bruce Momjian2024-01-03
* Make all Perl warnings fatalPeter Eisentraut2023-12-29
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Make auto_explain print the query identifier in verbose modeMichael Paquier2023-01-26
* Update copyright for 2023Bruce Momjian2023-01-02
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* meson: Add windows resource filesAndres Freund2022-10-05
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* Make new auto_explain test safe for log_error_verbosity = verbose.Tom Lane2022-07-31
* Fix new auto_explain test case for Windows.Tom Lane2022-07-27
* Add test for session_preload_libraries and parameter permissions checks.Tom Lane2022-07-25
* Remove now superfluous declarations of dlsym()ed symbols.Andres Freund2022-07-17
* autho_explain: Add GUC to log query parametersMichael Paquier2022-07-06
* Refactor the TAP test of auto_explainMichael Paquier2022-07-01
* Remove non-functional code for unloading loadable modules.Robert Haas2022-05-11
* Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane2022-02-21
* Replace Test::More plans with done_testingDaniel Gustafsson2022-02-11
* Update copyright for 2022Bruce Momjian2022-01-07
* Revert changes about warnings/errors for placeholders.Tom Lane2021-12-27
* Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().Tom Lane2021-12-27
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-28
* Move Perl test modules to a better namespaceAndrew Dunstan2021-10-24
* Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan2021-07-29
* Fix EXPLAIN ANALYZE for async-capable nodes.Etsuro Fujita2021-05-12
* Add a copyright notice to perl files lacking one.Andrew Dunstan2021-05-07
* Fix ancient memory leak in contrib/auto_explain.Tom Lane2021-02-02
* Add a simple test for contrib/auto_explain.Tom Lane2021-01-24
* Update copyright for 2021Bruce Momjian2021-01-02
* Add the option to report WAL usage in EXPLAIN and auto_explain.Amit Kapila2020-04-06
* Update copyrights for 2020Bruce Momjian2020-01-01
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* PG_FINALLYPeter Eisentraut2019-11-01
* Fix contrib/auto_explain to not cause problems in parallel workers.Tom Lane2019-06-03
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Add SETTINGS option to EXPLAIN, to print modified settings.Tomas Vondra2019-04-04
* Update copyright for 2019Bruce Momjian2019-01-02
* Fix issues around EXPLAIN with JIT.Andres Freund2018-10-03
* Collect JIT instrumentation from workers.Andres Freund2018-09-25