index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
auto_explain
/
auto_explain.c
Commit message (
Expand
)
Author
Age
*
Introduce PG_MODULE_MAGIC_EXT macro.
Tom Lane
2025-03-26
*
Make it possible for loadable modules to add EXPLAIN options.
Robert Haas
2025-03-18
*
Adjust auto_explain's GUC descriptions.
Nathan Bossart
2025-02-28
*
Create explain_format.c and move relevant code there.
Robert Haas
2025-02-27
*
Don't lock partitions pruned by initial pruning
Amit Langote
2025-02-20
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Fix some comments related to library unloading
Michael Paquier
2024-12-23
*
Simplify executor's determination of whether to use parallelism.
Tom Lane
2024-12-09
*
Remove unused #include's from contrib, pl, test .c files
Peter Eisentraut
2024-10-28
*
Add EXPLAIN (MEMORY) to report planner memory consumption
Alvaro Herrera
2024-01-29
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Remove now superfluous declarations of dlsym()ed symbols.
Andres Freund
2022-07-17
*
autho_explain: Add GUC to log query parameters
Michael Paquier
2022-07-06
*
Remove non-functional code for unloading loadable modules.
Robert Haas
2022-05-11
*
Disallow setting bogus GUCs within an extension's reserved namespace.
Tom Lane
2022-02-21
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Revert changes about warnings/errors for placeholders.
Tom Lane
2021-12-27
*
Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().
Tom Lane
2021-12-27
*
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-11-28
*
Fix EXPLAIN ANALYZE for async-capable nodes.
Etsuro Fujita
2021-05-12
*
Fix ancient memory leak in contrib/auto_explain.
Tom Lane
2021-02-02
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Add the option to report WAL usage in EXPLAIN and auto_explain.
Amit Kapila
2020-04-06
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
PG_FINALLY
Peter Eisentraut
2019-11-01
*
Fix contrib/auto_explain to not cause problems in parallel workers.
Tom Lane
2019-06-03
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Add SETTINGS option to EXPLAIN, to print modified settings.
Tomas Vondra
2019-04-04
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Fix issues around EXPLAIN with JIT.
Andres Freund
2018-10-03
*
Collect JIT instrumentation from workers.
Andres Freund
2018-09-25
*
auto_explain: Include JIT information if applicable.
Andres Freund
2018-09-24
*
Provide a log_level setting for auto_explain
Andrew Dunstan
2018-07-31
*
Allow auto_explain.log_min_duration to go up to INT_MAX.
Tom Lane
2018-02-23
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Allow for parallel execution whenever ExecutorRun() is done only once.
Robert Haas
2017-03-23
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Rename auto_explain.sample_ratio to sample_rate
Magnus Hagander
2016-03-13
*
Widen query numbers-of-tuples-processed counters to uint64.
Tom Lane
2016-03-12
*
Allow setting sample ratio for auto_explain
Magnus Hagander
2016-03-11
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Rearrange explain.c's API so callers need not embed sizeof(ExplainState).
Tom Lane
2015-01-15
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Print planning time only in EXPLAIN ANALYZE, not plain EXPLAIN.
Tom Lane
2014-10-15
*
Fix failure of contrib/auto_explain to print per-node timing information.
Tom Lane
2014-09-19
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
auto_explain: Add logging of trigger execution
Alvaro Herrera
2014-03-04
[next]