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-01-26
Factor some code out of create_grouping_paths.
Robert Haas
2018-01-25
Ignore partitioned indexes where appropriate
Alvaro Herrera
2018-01-23
Teach reparameterize_path() to handle AppendPaths.
Tom Lane
2018-01-19
Allow UPDATE to move rows between partitions.
Robert Haas
2018-01-17
Reorder C includes
Bruce Momjian
2018-01-12
Avoid unnecessary failure in SELECT concurrent with ALTER NO INHERIT.
Tom Lane
2018-01-12
Fix incorrect handling of subquery pullup in the presence of grouping sets.
Tom Lane
2018-01-12
C comment: fix "the the" mentions in C comments
Bruce Momjian
2018-01-11
Fix Latin spelling
Peter Eisentraut
2018-01-10
Add missing "return" statement to accumulate_append_subpath.
Robert Haas
2018-01-09
Improve the heuristic for ordering child paths of a parallel append.
Tom Lane
2018-01-09
Fix comment.
Robert Haas
2018-01-04
Code review for Parallel Append.
Robert Haas
2018-01-03
Teach eval_const_expressions() to handle some more cases.
Tom Lane
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-12-22
Fix UNION/INTERSECT/EXCEPT over no columns.
Tom Lane
2017-12-21
Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit.
Tom Lane
2017-12-21
Add parallel-aware hash joins.
Andres Freund
2017-12-19
Re-fix wrong costing of Sort under Gather Merge.
Robert Haas
2017-12-12
Remove bug from OPTIMIZER_DEBUG code for partition-wise join.
Robert Haas
2017-12-05
Support Parallel Append plan nodes.
Robert Haas
2017-12-01
Try to exclude partitioned tables in toto.
Robert Haas
2017-11-30
SQL procedures
Peter Eisentraut
2017-11-30
Make create_unique_path manage memory like mark_dummy_rel.
Robert Haas
2017-11-29
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
Clarify old comment about qual_is_pushdown_safe's handling of subplans.
Tom Lane
2017-11-27
Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE.
Tom Lane
2017-11-25
Improve planner's handling of set-returning functions in grouping columns.
Tom Lane
2017-11-16
Pass InitPlan values to workers via Gather (Merge).
Robert Haas
2017-11-15
Add parallel_leader_participation GUC.
Robert Haas
2017-11-13
Push target list evaluation through Gather Merge.
Robert Haas
2017-11-13
Track in the plan the types associated with PARAM_EXEC parameters.
Robert Haas
2017-11-10
Account for the effect of lossy pages when costing bitmap scans.
Robert Haas
2017-11-10
Fix incorrect comment.
Robert Haas
2017-11-09
Add hash partitioning.
Robert Haas
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-02
Teach planner to account for HAVING quals in aggregation plan nodes.
Tom Lane
2017-11-01
Allow bitmap scans to operate as index-only scans when possible.
Tom Lane
2017-10-31
Fix code related to partitioning schemes for dropped columns.
Robert Haas
2017-10-28
Fix grammar.
Robert Haas
2017-10-27
Allow parallel query for prepared statements with generic plans.
Robert Haas
2017-10-26
Support domains over composite types.
Tom Lane
2017-10-26
Make setrefs.c match by ressortgroupref even for plain Vars.
Tom Lane
2017-10-24
In the planner, delete joinaliasvars lists after we're done with them.
Tom Lane
2017-10-19
Fix typos
Magnus Hagander
2017-10-13
Fix possible crash with Parallel Bitmap Heap Scan.
Robert Haas
2017-10-08
Reduce "X = X" to "X IS NOT NULL", if it's easy to do so.
Tom Lane
2017-10-06
Copy information from the relcache instead of pointing to it.
Robert Haas
2017-10-06
Basic partition-wise join functionality.
Robert Haas
2017-10-05
Allow DML commands that create tables to use parallel query.
Robert Haas
[next]