Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
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
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
/
src
/
backend
/
commands
/
explain.c
Age
Commit message (
Expand
)
Author
10 days
Change internal queryid type from uint64 to int64
David Rowley
2025-05-22
In ExecInitModifyTable, don't scribble on the source plan.
Tom Lane
2025-05-22
Revert "Don't lock partitions pruned by initial pruning"
Amit Langote
2025-04-10
Improve various new-to-v18 appendStringInfo calls
David Rowley
2025-03-29
Use PRI?64 instead of "ll?" in format strings (continued).
Peter Eisentraut
2025-03-21
Simplify EXPLAIN code for Memoize
David Rowley
2025-03-19
Ensure first ModifyTable rel initialized if all are pruned
Amit Langote
2025-03-18
Add some new hooks so extensions can add details to EXPLAIN.
Robert Haas
2025-03-18
Make it possible for loadable modules to add EXPLAIN options.
Robert Haas
2025-03-11
Improve EXPLAIN's display of window functions.
Tom Lane
2025-03-11
Show index search count in EXPLAIN ANALYZE, take 2.
Peter Geoghegan
2025-03-05
Revert "Show index search count in EXPLAIN ANALYZE."
Peter Geoghegan
2025-03-05
Show index search count in EXPLAIN ANALYZE.
Peter Geoghegan
2025-02-28
Fix missing space in EXPLAIN ANALYZE output.
Robert Haas
2025-02-27
Create explain_dr.c and move DestReceiver-related code there.
Robert Haas
2025-02-27
Create explain_format.c and move relevant code there.
Robert Haas
2025-02-27
EXPLAIN: Always use two fractional digits for row counts.
Robert Haas
2025-02-21
Allow EXPLAIN to indicate fractional rows.
Robert Haas
2025-02-20
Don't lock partitions pruned by initial pruning
Amit Langote
2025-02-17
Add information about WAL buffers being full to EXPLAIN (WAL)
Michael Paquier
2025-01-01
Fix an assortment of spelling mistakes and typos
David Rowley
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-11
Enable BUFFERS with EXPLAIN ANALYZE by default
David Rowley
2024-12-09
Simplify executor's determination of whether to use parallelism.
Tom Lane
2024-11-21
Unify repetitive error messages
Álvaro Herrera
2024-10-28
Set query ID for inner queries of CREATE TABLE AS and DECLARE
Michael Paquier
2024-10-11
Adjust EXPLAIN's output for disabled nodes
David Rowley
2024-09-23
Add memory/disk usage for more executor nodes.
Tatsuo Ishii
2024-09-17
Add memory/disk usage for Window aggregate nodes in EXPLAIN.
Tatsuo Ishii
2024-09-12
Adjust tuplestore stats API
David Rowley
2024-09-10
Introduce an RTE for the grouping step
Richard Guo
2024-08-21
Show number of disabled nodes in EXPLAIN ANALYZE output.
Robert Haas
2024-07-17
Use PqMsg_* macros in more places.
Nathan Bossart
2024-07-09
Show Parallel Bitmap Heap Scan worker stats in EXPLAIN ANALYZE
David Rowley
2024-07-08
Widen lossy and exact page counters for Bitmap Heap Scan
David Rowley
2024-07-05
Fix newly introduced issue in EXPLAIN for Materialize nodes
David Rowley
2024-07-05
Add memory/disk usage for Material nodes in EXPLAIN
David Rowley
2024-07-05
Support "Right Semi Join" plan shapes
Richard Guo
2024-05-16
Fix some inconsistencies in EXPLAIN output
David Rowley
2024-04-09
Fix incorrect format placeholders
Peter Eisentraut
2024-04-04
Add basic JSON_TABLE() functionality
Amit Langote
2024-04-03
Invent SERIALIZE option for EXPLAIN.
Tom Lane
2024-03-19
Improve EXPLAIN's display of SubPlan nodes and output parameters.
Tom Lane
2024-03-10
Improve support for ExplainOneQuery() hook
Michael Paquier
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-29
Add EXPLAIN (MEMORY) to report planner memory consumption
Alvaro Herrera
2024-01-22
Fix some typos
Michael Paquier
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-10-19
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
[next]