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
/
optimizer
Age
Commit message (
Expand
)
Author
2017-07-24
When WCOs are present, disable direct foreign table modification.
Robert Haas
2017-07-24
Be more consistent about errors for opfamily member lookup failures.
Tom Lane
2017-07-14
Code review for NextValueExpr expression node type.
Tom Lane
2017-06-22
Document partitioned_rels in create_modifytable_path header comment.
Robert Haas
2017-06-22
Update comment to account for table partitioning.
Robert Haas
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
Final pgindent run with old pg_bsd_indent (version 1.3).
Tom Lane
2017-06-19
Avoid regressions in foreign-key-based selectivity estimates.
Tom Lane
2017-06-14
Teach predtest.c about CHECK clauses to fix partitioning bugs.
Robert Haas
2017-06-04
#ifdef out assorted unused GEQO code.
Tom Lane
2017-06-03
Fix old corner-case logic error in final_cost_nestloop().
Tom Lane
2017-05-19
Copy partitioned_rels lists to avoid shared substructure.
Robert Haas
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-14
Remove no-longer-needed fields of Hash plan nodes.
Tom Lane
2017-05-14
Standardize terminology for pg_statistic_ext entries.
Tom Lane
2017-05-01
Reduce semijoins with unique inner relations to plain inner joins.
Tom Lane
2017-05-01
Fix mis-optimization of semijoins with more than one LHS relation.
Tom Lane
2017-05-01
Fire per-statement triggers on partitioned tables.
Robert Haas
2017-04-18
Fix testing of parallel-safety of SubPlans.
Tom Lane
2017-04-17
Rename columns in new pg_statistic_ext catalog
Alvaro Herrera
2017-04-17
Always build a custom plan node's targetlist from the path's pathtarget.
Tom Lane
2017-04-12
Mark finished Plan nodes with parallel_safe flags.
Tom Lane
2017-04-10
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-08
Clean up bugs in clause_selectivity() cleanup.
Tom Lane
2017-04-08
Optimize joins when the inner relation can be proven unique.
Tom Lane
2017-04-07
Fix planner error (or assert trap) with nested set operations.
Tom Lane
2017-04-06
Reset API of clause_selectivity()
Simon Riggs
2017-04-06
Comment fixes for extended statistics
Alvaro Herrera
2017-04-05
Collect and use multi-column dependency stats
Simon Riggs
2017-04-04
Abstract logic to allow for multiple kinds of child rels.
Robert Haas
2017-04-03
Try and silence spurious Coverity warning.
Andrew Gierth
2017-04-01
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-04-01
Fix parallel query so it doesn't spoil row estimates above Gather.
Robert Haas
2017-03-29
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-27
Support hashed aggregation with grouping sets.
Andrew Gierth
2017-03-26
Update some obsolete comments.
Tom Lane
2017-03-25
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-24
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-22
Fix wrong costing of Sort under Gather Merge.
Robert Haas
2017-03-21
Don't scan partitioned tables.
Robert Haas
2017-03-15
Fix failure to use clamp_row_est() for parallel joins.
Robert Haas
2017-03-14
Some preliminary refactoring towards partitionwise join.
Robert Haas
2017-03-14
Fix regression in parallel planning against inheritance tables.
Robert Haas
2017-03-14
Spelling fixes
Peter Eisentraut
2017-03-14
Spelling fixes in code comments
Peter Eisentraut
2017-03-14
Update overlooked comment for Gather Merge.
Robert Haas
2017-03-14
Remove some bogus logic from create_gather_merge_plan.
Robert Haas
2017-03-13
Silence unused variable compiler warning
Alvaro Herrera
[next]