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
2019-05-05
Fix style violations in syscache lookups.
Tom Lane
2019-04-30
Clean up handling of constraint_exclusion and enable_partition_pruning.
Tom Lane
2019-04-19
Fix collection of typos and grammar mistakes in docs and comments
Michael Paquier
2019-04-09
Prevent inlining of multiply-referenced CTEs with outer recursive refs.
Tom Lane
2019-04-08
Fix improper interaction of FULL JOINs with lateral references.
Tom Lane
2019-04-07
Clean up side-effects of commits ab5fcf2b0 et al.
Tom Lane
2019-04-05
Use Append rather than MergeAppend for scanning ordered partitions.
Tom Lane
2019-04-04
Make queries' locking of indexes more consistent.
Tom Lane
2019-04-02
postgres_fdw: Perform the (FINAL, NULL) upperrel operations remotely.
Etsuro Fujita
2019-04-02
Refactor create_limit_path() to share cost adjustment code with FDWs.
Etsuro Fujita
2019-04-01
tableam: bitmap table scan.
Andres Freund
2019-04-01
tableam: Formatting and other minor cleanups.
Andres Freund
2019-03-31
Compute root->qual_security_level in a less random place.
Tom Lane
2019-03-31
tableam: Move heap specific logic from estimate_rel_size below tableam.
Andres Freund
2019-03-30
Speed up planning when partitions can be pruned at plan time.
Tom Lane
2019-03-30
Avoid crash in partitionwise join planning under GEQO.
Tom Lane
2019-03-30
Generated columns
Peter Eisentraut
2019-03-27
Add support for multivariate MCV lists
Tomas Vondra
2019-03-27
Avoid passing query tlist around separately from root->processed_tlist.
Tom Lane
2019-03-26
Build "other rels" of appendrel baserels in a separate step.
Tom Lane
2019-03-26
Get rid of duplicate child RTE for a partitioned table.
Tom Lane
2019-03-25
Suppress Append and MergeAppend plan nodes that have a single child.
Tom Lane
2019-03-22
Don't copy PartitionBoundInfo in set_relation_partition_info.
Tom Lane
2019-03-22
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-15
Enable parallel query with SERIALIZABLE isolation.
Thomas Munro
2019-03-14
Ensure dummy paths have correct required_outer if rel is parameterized.
Tom Lane
2019-03-12
Fix testing of parallel-safety of scan/join target.
Etsuro Fujita
2019-03-07
Fix handling of targetlist SRFs when scan/join relation is known empty.
Tom Lane
2019-03-07
Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.
Robert Haas
2019-03-01
Teach optimizer's predtest.c more things about ScalarArrayOpExpr.
Tom Lane
2019-02-28
Standardize some more loops that chase down parallel lists.
Tom Lane
2019-02-26
Change lock acquisition order in expand_inherited_rtentry.
Robert Haas
2019-02-22
Fix plan created for inherited UPDATE/DELETE with all tables excluded.
Tom Lane
2019-02-21
Move estimate_hashagg_tablesize to selfuncs.c, and widen result to double.
Tom Lane
2019-02-21
Move code for managing PartitionDescs into a new file, partdesc.c
Robert Haas
2019-02-21
Speed up match_eclasses_to_foreign_key_col() when there are many ECs.
Tom Lane
2019-02-20
Improve planner's understanding of strictness of type coercions.
Tom Lane
2019-02-20
Fix incorrect strictness test for ArrayCoerceExpr expressions.
Tom Lane
2019-02-18
Save PathTargets for distinct/ordered relations in root->upper_targets[].
Etsuro Fujita
2019-02-16
Allow user control of CTE materialization, and change the default behavior.
Tom Lane
2019-02-15
Simplify the planner's new representation of indexable clauses a little.
Tom Lane
2019-02-13
Fix comment related to calculation location of total_table_pages
Michael Paquier
2019-02-12
Clean up planner confusion between ncolumns and nkeycolumns.
Tom Lane
2019-02-12
Allow extensions to generate lossy index conditions.
Tom Lane
2019-02-11
Fix indexable-row-comparison logic to account for covering indexes.
Tom Lane
2019-02-09
Build out the planner support function infrastructure.
Tom Lane
2019-02-09
Create the infrastructure for planner support functions.
Tom Lane
2019-02-09
Refactor the representation of indexable clauses in IndexPaths.
Tom Lane
2019-02-09
Call set_rel_pathlist_hook before generate_gather_paths, not after.
Tom Lane
2019-02-07
Split create_foreignscan_path() into three functions.
Tom Lane
[next]