index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
auto_explain
Age
Commit message (
Expand
)
Author
2022-07-31
Make new auto_explain test safe for log_error_verbosity = verbose.
Tom Lane
2022-07-27
Fix new auto_explain test case for Windows.
Tom Lane
2022-07-25
Add test for session_preload_libraries and parameter permissions checks.
Tom Lane
2022-07-18
Remove now superfluous declarations of dlsym()ed symbols.
Andres Freund
2022-07-06
autho_explain: Add GUC to log query parameters
Michael Paquier
2022-07-01
Refactor the TAP test of auto_explain
Michael Paquier
2022-05-11
Remove non-functional code for unloading loadable modules.
Robert Haas
2022-02-21
Disallow setting bogus GUCs within an extension's reserved namespace.
Tom Lane
2022-02-11
Replace Test::More plans with done_testing
Daniel Gustafsson
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-27
Revert changes about warnings/errors for placeholders.
Tom Lane
2021-12-27
Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().
Tom Lane
2021-11-29
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-10-24
Move Perl test modules to a better namespace
Andrew Dunstan
2021-07-29
Unify PostgresNode's new() and get_new_node() methods
Andrew Dunstan
2021-05-12
Fix EXPLAIN ANALYZE for async-capable nodes.
Etsuro Fujita
2021-05-07
Add a copyright notice to perl files lacking one.
Andrew Dunstan
2021-02-02
Fix ancient memory leak in contrib/auto_explain.
Tom Lane
2021-01-24
Add a simple test for contrib/auto_explain.
Tom Lane
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-04-06
Add the option to report WAL usage in EXPLAIN and auto_explain.
Amit Kapila
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-01
PG_FINALLY
Peter Eisentraut
2019-06-03
Fix contrib/auto_explain to not cause problems in parallel workers.
Tom Lane
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-04-03
Add SETTINGS option to EXPLAIN, to print modified settings.
Tomas Vondra
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-10-03
Fix issues around EXPLAIN with JIT.
Andres Freund
2018-09-25
Collect JIT instrumentation from workers.
Andres Freund
2018-09-24
auto_explain: Include JIT information if applicable.
Andres Freund
2018-07-31
Provide a log_level setting for auto_explain
Andrew Dunstan
2018-02-23
Allow auto_explain.log_min_duration to go up to INT_MAX.
Tom Lane
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-03-23
Allow for parallel execution whenever ExecutorRun() is done only once.
Robert Haas
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-06-09
pgindent run for 9.6
Robert Haas
2016-03-13
Rename auto_explain.sample_ratio to sample_rate
Magnus Hagander
2016-03-12
Widen query numbers-of-tuples-processed counters to uint64.
Tom Lane
2016-03-11
Allow setting sample ratio for auto_explain
Magnus Hagander
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-01-15
Rearrange explain.c's API so callers need not embed sizeof(ExplainState).
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-10-15
Print planning time only in EXPLAIN ANALYZE, not plain EXPLAIN.
Tom Lane
2014-09-19
Fix failure of contrib/auto_explain to print per-node timing information.
Tom Lane
2014-07-14
Add file version information to most installed Windows binaries.
Noah Misch
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-03-04
auto_explain: Add logging of trigger execution
Alvaro Herrera
2014-01-07
Update copyright for 2014
Bruce Momjian
[next]