index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
explain.c
Age
Commit message (
Expand
)
Author
2023-04-05
Support "Right Anti Join" plan shapes.
Tom Lane
2023-03-29
Simplify useless 0L constants
Peter Eisentraut
2023-03-24
Invent GENERIC_PLAN option for EXPLAIN.
Tom Lane
2023-02-15
Rename force_parallel_mode to debug_parallel_query
David Rowley
2023-01-31
Remove dead NoMovementScanDirection code
David Rowley
2023-01-30
Make Vars be outer-join-aware.
Tom Lane
2023-01-26
Make auto_explain print the query identifier in verbose mode
Michael Paquier
2023-01-20
Use appendStringInfoSpaces in more places
David Rowley
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-01
Revert SQL/JSON features
Andrew Dunstan
2022-08-04
Fix formatting and comment typos
John Naylor
2022-07-06
autho_explain: Add GUC to log query parameters
Michael Paquier
2022-05-18
Fix EXPLAIN MERGE output when no tuples are processed
Alvaro Herrera
2022-05-18
Make EXPLAIN MERGE output format more compact
Alvaro Herrera
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-08
Track I/O timing for temporary file blocks in EXPLAIN (BUFFERS)
Michael Paquier
2022-04-07
Teach planner and executor about monotonic window funcs
David Rowley
2022-04-04
JSON_TABLE
Andrew Dunstan
2022-03-28
Add support for MERGE SQL command
Alvaro Herrera
2022-03-15
Fix collection of typos in the code and the documentation
Michael Paquier
2022-02-22
Add compute_query_id = regress
Michael Paquier
2022-01-08
Update copyright for 2022
Bruce Momjian
2022-01-03
Fix index-only scan plans, take 2.
Tom Lane
2021-11-23
Allow Memoize to operate in binary comparison mode
David Rowley
2021-08-09
Use ExplainPropertyInteger for queryid in EXPLAIN
David Rowley
2021-07-27
Use the "pg_temp" schema alias in EXPLAIN and related output.
Tom Lane
2021-07-14
Change the name of the Result Cache node to Memoize
David Rowley
2021-06-18
Centralize the logic for protective copying of utility statements.
Tom Lane
2021-05-15
Allow compute_query_id to be set to 'auto' and make it default
Alvaro Herrera
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
Change data type of counters in BufferUsage and WalUsage from long to int64.
Fujii Masao
2021-04-30
Adjust EXPLAIN output for parallel Result Cache plans
David Rowley
2021-04-16
Fix wrong units in two ExplainPropertyFloat calls.
Tom Lane
2021-04-07
Make use of in-core query id added by commit 5fd9dfa5f5
Bruce Momjian
2021-04-02
Add Result Cache executor node (take 2)
David Rowley
2021-04-01
Revert b6002a796
David Rowley
2021-03-31
Add Result Cache executor node
David Rowley
2021-03-31
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
Add support for asynchronous execution.
Etsuro Fujita
2021-02-27
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-02-08
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-30
Sanitize IF NOT EXISTS in EXPLAIN for CTAS and matviews
Michael Paquier
2020-10-23
Fix broken XML formatting in EXPLAIN output for incremental sorts.
Tom Lane
2020-10-15
Fixup some appendStringInfo and appendPQExpBuffer calls
David Rowley
2020-10-13
Create ResultRelInfos later in InitPlan, index them by RT index.
Heikki Linnakangas
2020-08-21
Rework EXPLAIN for planner's buffer usage.
Fujii Masao
2020-08-06
Fix bogus EXPLAIN output for Hash Aggregate
David Rowley
2020-08-02
Use int64 instead of long in incremental sort code
David Rowley
[next]