Commit Graph

97 Commits (1a857348e47dc4f1bbf104e746abe542c99004e8)

Author SHA1 Message Date
Amit Langote 1722d5eb05 Revert "Don't lock partitions pruned by initial pruning" 1 month ago
Tom Lane 9324c8c580 Introduce PG_MODULE_MAGIC_EXT macro. 3 months ago
Robert Haas c65bc2e1d1 Make it possible for loadable modules to add EXPLAIN options. 4 months ago
Michael Paquier 3943f5cff6 Fix inconsistent quoting for some options in TAP tests 4 months ago
Michael Paquier 19c6e92b13 Apply more consistent style for command options in TAP tests 4 months ago
Nathan Bossart e636da9200 Adjust auto_explain's GUC descriptions. 4 months ago
Robert Haas 9173e8b604 Create explain_format.c and move relevant code there. 4 months ago
Amit Langote 525392d572 Don't lock partitions pruned by initial pruning 4 months ago
Bruce Momjian 50e6eb731d Update copyright for 2025 6 months ago
Michael Paquier 7f97b4734f Fix some comments related to library unloading 6 months ago
Tom Lane 3eea7a0c97 Simplify executor's determination of whether to use parallelism. 7 months ago
Peter Eisentraut 9be4e5d293 Remove unused #include's from contrib, pl, test .c files 8 months ago
Alvaro Herrera 5de890e361
Add EXPLAIN (MEMORY) to report planner memory consumption 1 year ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Peter Eisentraut c538592959 Make all Perl warnings fatal 2 years ago
Tom Lane 0245f8db36 Pre-beta mechanical code beautification. 2 years ago
Michael Paquier 9d2d9728b8 Make auto_explain print the query identifier in verbose mode 2 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Andrew Dunstan 8284cf5f74 Add copyright notices to meson files 3 years ago
Andres Freund 902ab2fcef meson: Add windows resource files 3 years ago
Andres Freund e6927270cd meson: Add initial version of meson based build system 3 years ago
Tom Lane bfac42ea02 Make new auto_explain test safe for log_error_verbosity = verbose. 3 years ago
Tom Lane 5253519b27 Fix new auto_explain test case for Windows. 3 years ago
Tom Lane 7c34555f8c Add test for session_preload_libraries and parameter permissions checks. 3 years ago
Andres Freund fd4bad1655 Remove now superfluous declarations of dlsym()ed symbols. 3 years ago
Michael Paquier d4bfe41281 autho_explain: Add GUC to log query parameters 3 years ago
Michael Paquier 550bc0a6c0 Refactor the TAP test of auto_explain 3 years ago
Robert Haas ab02d702ef Remove non-functional code for unloading loadable modules. 3 years ago
Tom Lane 88103567cb Disallow setting bogus GUCs within an extension's reserved namespace. 3 years ago
Daniel Gustafsson 549ec201d6 Replace Test::More plans with done_testing 3 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Tom Lane cab5b9ab2c Revert changes about warnings/errors for placeholders. 4 years ago
Tom Lane 5609cc01c6 Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved(). 4 years ago
Tom Lane 3804539e48 Replace random(), pg_erand48(), etc with a better PRNG API and algorithm. 4 years ago
Andrew Dunstan b3b4d8e68a
Move Perl test modules to a better namespace 4 years ago
Andrew Dunstan 201a76183e
Unify PostgresNode's new() and get_new_node() methods 4 years ago
Etsuro Fujita a363bc6da9 Fix EXPLAIN ANALYZE for async-capable nodes. 4 years ago
Andrew Dunstan 8fa6e6919c
Add a copyright notice to perl files lacking one. 4 years ago
Tom Lane 5c0f7cc544 Fix ancient memory leak in contrib/auto_explain. 4 years ago
Tom Lane 0c1e8845f2 Add a simple test for contrib/auto_explain. 4 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Amit Kapila 33e05f89c5 Add the option to report WAL usage in EXPLAIN and auto_explain. 5 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Andres Freund 01368e5d9d Split all OBJS style lines in makefiles into one-line-per-entry style. 6 years ago
Peter Eisentraut 604bd36711 PG_FINALLY 6 years ago
Tom Lane 2cd4e83570 Fix contrib/auto_explain to not cause problems in parallel workers. 6 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 6 years ago
Tomas Vondra ea569d64ac Add SETTINGS option to EXPLAIN, to print modified settings. 6 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Andres Freund c03c1449c0 Fix issues around EXPLAIN with JIT. 7 years ago