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
REL_18_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
/
optimizer
Age
Commit message (
Expand
)
Author
2018-04-03
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-02
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
Modified files for MERGE
Simon Riggs
2018-04-02
postgres_fdw: Push down partition-wise aggregation.
Robert Haas
2018-04-01
Fix a boatload of typos in C comments.
Tom Lane
2018-03-30
Don't call IS_DUMMY_REL() when cheapest_total_path might be junk.
Robert Haas
2018-03-29
Remove 'target' from GroupPathExtraData.
Robert Haas
2018-03-29
Rewrite the code that applies scan/join targets to paths.
Robert Haas
2018-03-29
Postpone generate_gather_paths for topmost scan/join rel.
Robert Haas
2018-03-29
Teach create_projection_plan to omit projection where possible.
Robert Haas
2018-03-28
Add inlining support to LLVM JIT provider.
Andres Freund
2018-03-28
Fast ALTER TABLE ADD COLUMN with a non-NULL default
Andrew Dunstan
2018-03-26
JIT tuple deforming in LLVM JIT provider.
Andres Freund
2018-03-26
Fix typo
Alvaro Herrera
2018-03-22
Add expression compilation support to LLVM JIT provider.
Andres Freund
2018-03-22
Consider Parallel Append of partial paths for UNION [ALL].
Robert Haas
2018-03-22
Basic planner and executor integration for JIT.
Andres Freund
2018-03-22
Implement partition-wise grouping/aggregation.
Robert Haas
2018-03-21
Improve predtest.c's handling of cases with NULL-constant inputs.
Tom Lane
2018-03-21
Repair crash with unsortable grouping sets.
Andrew Gierth
2018-03-20
Don't pass the grouping target around unnecessarily.
Robert Haas
2018-03-20
Determine grouping strategies in create_grouping_paths.
Robert Haas
2018-03-20
Defer creation of partially-grouped relation until it's needed.
Robert Haas
2018-03-19
Generate a separate upper relation for each stage of setop planning.
Robert Haas
2018-03-19
Rewrite recurse_union_children to iterate, rather than recurse.
Robert Haas
2018-03-16
Mop-up for letting VOID-returning SQL functions end with a SELECT.
Tom Lane
2018-03-15
Split create_grouping_paths into degenerate and non-degenerate cases.
Robert Haas
2018-03-15
Pass additional arguments to a couple of grouping-related functions.
Robert Haas
2018-03-14
Fix function-header comments in planner.c
Stephen Frost
2018-03-14
Fix typo in add_paths_to_append_rel()
Stephen Frost
2018-03-13
Let Parallel Append over simple UNION ALL have partial subpaths.
Robert Haas
2018-03-11
Fix improper uses of canonicalize_qual().
Tom Lane
2018-03-09
Improve predtest.c's internal docs, and enhance its functionality a bit.
Tom Lane
2018-03-08
Correctly assess parallel-safety of tlists when SRFs are used.
Robert Haas
2018-03-07
Fix costing of parallel hash joins.
Peter Eisentraut
2018-03-02
Add prokind column, replacing proisagg and proiswindow
Peter Eisentraut
2018-03-01
Fix IOS planning when only some index columns can return an attribute.
Tom Lane
2018-02-28
For partitionwise join, match on partcollation, not parttypcoll.
Robert Haas
2018-02-27
Minor cleanup of code related to partially_grouped_rel.
Robert Haas
2018-02-27
Fix logic error in add_paths_to_partial_grouping_rel.
Robert Haas
2018-02-26
Add a new upper planner relation for partially-aggregated results.
Robert Haas
2018-02-23
Fix planner failures with overlapping mergejoin clauses in an outer join.
Tom Lane
2018-02-22
Charge cpu_tuple_cost * 0.5 for Append and MergeAppend nodes.
Robert Haas
2018-02-16
Rename enable_partition_wise_join to enable_partitionwise_join
Peter Eisentraut
2018-02-12
Fix parallel index builds for dynamic_shared_memory_type=none.
Robert Haas
2018-02-07
Support all SQL:2011 options for window frame clauses.
Tom Lane
2018-02-05
Fix possible crash in partition-wise join.
Robert Haas
2018-02-02
Support parallel btree index builds.
Robert Haas
2018-01-28
Add stack-overflow guards in set-operation planning.
Tom Lane
2018-01-26
Factor some code out of create_grouping_paths.
Robert Haas
[next]