index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
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
2018-05-18
Track clearly whether to run a remote transaction in autocommit or a block
Pavan Deolasee
2018-05-07
Do not try to show targetlist of a RemoteSubplan on top of ModifyTable
Pavan Deolasee
2017-10-19
Remove coordinator quals, evaluated at Remote Subquery
Tomas Vondra
2017-08-21
Make sure ExecRemoteQuery is called with (PlanState *) parameter
Tomas Vondra
2017-06-27
Merge PG10 master branch into xl10devel
Pavan Deolasee
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-06-03
Hide list of nodes in EXPLAIN (NODES off, FORMAT json)
Tomas Vondra
2017-05-12
Fix EXPLAIN ANALYZE SELECT INTO
Pavan Deolasee
2017-05-05
Use already created EState while explaining FQS-ed query.
Pavan Deolasee
2017-04-10
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-08
Optimize joins when the inner relation can be proven unique.
Tom Lane
2017-04-01
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-27
Support hashed aggregation with grouping sets.
Andrew Gierth
2017-03-25
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-23
Allow for parallel execution whenever ExecutorRun() is done only once.
Robert Haas
2017-03-09
Add a Gather Merge executor node.
Robert Haas
2017-03-08
Expose explain's SUMMARY option
Stephen Frost
2017-03-08
Support XMLTABLE query expression
Alvaro Herrera
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-01-27
Use castNode() in a bunch of statement-list-related code.
Tom Lane
2017-01-27
Use the new castNode() macro in a number of places.
Andres Freund
2017-01-20
display sort keys for 'Remote Subquery Scan' nodes in EXPLAIN VERBOSE
Tomas Vondra
2017-01-18
Move targetlist SRF handling from expression evaluation to new executor node.
Andres Freund
2017-01-14
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-11-10
remove AggDistribution and Agg->aggdistribution
Tomas Vondra
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-10-20
Fix EXPLAIN so that it doesn't emit invalid XML in corner cases.
Tom Lane
2016-10-18
Redesign tablesample method API, and do extensive code review.
Tom Lane
2016-10-18
There was a missing commit from when the repo was forked,
Mason Sharp
2016-10-18
For FQSed query, run EXPLAIN on the remote node and print the result
Pavan Deolasee
2016-09-06
Add location field to DefElem
Peter Eisentraut
2016-08-12
Fix inappropriate printing of never-measured times in EXPLAIN.
Tom Lane
2016-07-11
Print a given subplan only once in EXPLAIN.
Tom Lane
2016-06-29
Fix some infelicities in EXPLAIN output for parallel query plans.
Tom Lane
2016-06-26
Rethink node-level representation of partial-aggregation modes.
Tom Lane
2016-04-15
Tweak EXPLAIN for parallel query to show workers launched.
Robert Haas
2016-04-06
Run pgindent on a batch of (mostly-planner-related) source files.
Tom Lane
2016-03-29
Rework custom scans to work more like the new extensible node stuff.
Robert Haas
2016-03-18
Directly modify foreign tables.
Robert Haas
2016-03-14
Fix EXPLAIN ANALYZE SELECT INTO not to choose a parallel plan.
Robert Haas
2016-02-07
Introduce a new GUC force_parallel_mode for testing purposes.
Robert Haas
2016-01-20
Support multi-stage aggregation.
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-09
Allow EXPLAIN (ANALYZE, VERBOSE) to display per-worker statistics.
Robert Haas
2015-11-13
Remove a lot of XC-specific code from the repo.
Pavan Deolasee
2015-11-11
Make sequential scans parallel-aware.
Robert Haas
2015-09-30
Add a Gather executor node.
Robert Haas
2015-09-17
Add new function planstate_tree_walker.
Robert Haas
[next]