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
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
2017-09-30
Support arrays over domains.
Tom Lane
2017-09-21
Quieten warnings about unused variables
Andrew Dunstan
2017-09-21
Associate partitioning information with each RelOptInfo.
Robert Haas
2017-09-20
Fix create_lateral_join_info to handle dead relations properly.
Robert Haas
2017-09-20
Fix typo.
Robert Haas
2017-09-17
Allow rel_is_distinct_for() to look through RelabelType below OpExpr.
Tom Lane
2017-09-14
Expand partitioned table RTEs level by level, without flattening.
Robert Haas
2017-09-14
Make RelationGetPartitionDispatchInfo expand depth-first.
Robert Haas
2017-09-14
Set partitioned_rels appropriately when UNION ALL is used.
Robert Haas
2017-09-13
Distinguish selectivity of < from <= and > from >=.
Tom Lane
2017-09-06
Clean up handling of dropped columns in NAMEDTUPLESTORE RTEs.
Tom Lane
2017-09-05
Use lfirst_node() and linitial_node() where appropriate in planner.c.
Tom Lane
2017-08-31
Expand partitioned tables in PartDesc order.
Robert Haas
2017-08-30
Force rescanning of parallel-aware scan nodes below a Gather[Merge].
Tom Lane
2017-08-20
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-17
Attempt to clarify comments related to force_parallel_mode.
Robert Haas
2017-08-17
Add missing "static" marker.
Tom Lane
2017-08-15
Avoid out-of-memory in a hash join with many duplicate inner keys.
Tom Lane
2017-08-15
Assorted preparatory refactoring for partition-wise join.
Robert Haas
2017-08-15
Simplify plpgsql's check for simple expressions.
Tom Lane
2017-08-15
Teach adjust_appendrel_attrs(_multilevel) to do multiple translations.
Robert Haas
[next]