index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
explain.c
Commit message (
Expand
)
Author
Age
*
Add EXPLAIN (MEMORY) to report planner memory consumption
Alvaro Herrera
2024-01-29
*
Fix some typos
Michael Paquier
2024-01-22
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Add local_blk_{read|write}_time I/O timing statistics for local blocks
Michael Paquier
2023-10-19
*
Rename I/O timing statistics columns to shared_blk_{read|write}_time
Michael Paquier
2023-10-19
*
Add JIT deform_counter
Daniel Gustafsson
2023-09-08
*
Remove dependency to query text in JumbleQuery()
Michael Paquier
2023-06-28
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Support "Right Anti Join" plan shapes.
Tom Lane
2023-04-05
*
Simplify useless 0L constants
Peter Eisentraut
2023-03-29
*
Invent GENERIC_PLAN option for EXPLAIN.
Tom Lane
2023-03-24
*
Rename force_parallel_mode to debug_parallel_query
David Rowley
2023-02-15
*
Remove dead NoMovementScanDirection code
David Rowley
2023-02-01
*
Make Vars be outer-join-aware.
Tom Lane
2023-01-30
*
Make auto_explain print the query identifier in verbose mode
Michael Paquier
2023-01-26
*
Use appendStringInfoSpaces in more places
David Rowley
2023-01-20
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
*
Revert SQL/JSON features
Andrew Dunstan
2022-09-01
*
Fix formatting and comment typos
John Naylor
2022-08-04
*
autho_explain: Add GUC to log query parameters
Michael Paquier
2022-07-06
*
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-18
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Track I/O timing for temporary file blocks in EXPLAIN (BUFFERS)
Michael Paquier
2022-04-08
*
Teach planner and executor about monotonic window funcs
David Rowley
2022-04-08
*
JSON_TABLE
Andrew Dunstan
2022-04-04
*
Add support for MERGE SQL command
Alvaro Herrera
2022-03-28
*
Fix collection of typos in the code and the documentation
Michael Paquier
2022-03-15
*
Add compute_query_id = regress
Michael Paquier
2022-02-22
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Fix index-only scan plans, take 2.
Tom Lane
2022-01-03
*
Allow Memoize to operate in binary comparison mode
David Rowley
2021-11-24
*
Use ExplainPropertyInteger for queryid in EXPLAIN
David Rowley
2021-08-09
*
Use the "pg_temp" schema alias in EXPLAIN and related output.
Tom Lane
2021-07-27
*
Change the name of the Result Cache node to Memoize
David Rowley
2021-07-14
*
Centralize the logic for protective copying of utility statements.
Tom Lane
2021-06-18
*
Allow compute_query_id to be set to 'auto' and make it default
Alvaro Herrera
2021-05-15
*
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-05-12
*
Adjust EXPLAIN output for parallel Result Cache plans
David Rowley
2021-04-30
*
Fix wrong units in two ExplainPropertyFloat calls.
Tom Lane
2021-04-16
*
Make use of in-core query id added by commit 5fd9dfa5f5
Bruce Momjian
2021-04-07
*
Add Result Cache executor node (take 2)
David Rowley
2021-04-02
*
Revert b6002a796
David Rowley
2021-04-01
*
Add Result Cache executor node
David Rowley
2021-04-01
*
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
*
Add support for asynchronous execution.
Etsuro Fujita
2021-03-31
*
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-02-27
*
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2021-02-08
[next]