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