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-01-16
Reorganize planner code moved in b60c39759908
Alvaro Herrera
2019-01-15
Don't include genam.h from execnodes.h and relscan.h anymore.
Andres Freund
2019-01-15
Don't include heapam.h from others headers.
Andres Freund
2019-01-13
Remove heapam.h include made superfluous by b60c3975990.
Andres Freund
2019-01-11
Avoid sharing PARAM_EXEC slots between different levels of NestLoop.
Tom Lane
2019-01-10
Fix C++ compile failures in headers.
Tom Lane
2019-01-10
Move inheritance expansion code into its own file
Alvaro Herrera
2019-01-02
Don't believe MinMaxExpr is leakproof without checking.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-12-31
Fix oversight in commit b5415e3c2187ab304390524f5ae66b4bd2c58279.
Tom Lane
2018-12-30
Support parameterized TidPaths.
Tom Lane
2018-12-30
Teach eval_const_expressions to constant-fold LEAST/GREATEST expressions.
Tom Lane
2018-12-27
Remove obsolete IndexIs* macros
Peter Eisentraut
2018-12-19
Add text-vs-name cross-type operators, and unify name_ops with text_ops.
Tom Lane
2018-12-19
Make type "name" collation-aware.
Tom Lane
2018-12-18
Fix ancient thinko in mergejoin cost estimation.
Tom Lane
2018-12-17
Remove extra semicolons.
Amit Kapila
2018-12-13
Drop no-op CoerceToDomain nodes from expressions at planning time.
Tom Lane
2018-12-12
Repair bogus EPQ plans generated for postgres_fdw foreign joins.
Tom Lane
2018-12-12
Repair bogus handling of multi-assignment Params in upper plan levels.
Tom Lane
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-16
Redesign initialization of partition routing structures
Alvaro Herrera
2018-11-12
Limit the number of index clauses considered in choose_bitmap_and().
Tom Lane
2018-11-07
Postpone calculating total_table_pages until after pruning/exclusion.
Tom Lane
2018-11-06
Optimize nested ConvertRowtypeExpr nodes.
Andrew Gierth
2018-11-02
Fix spelling errors and typos in comments
Magnus Hagander
2018-10-30
Fix interaction of CASE and ArrayCoerceExpr.
Tom Lane
2018-10-16
Correct constness of system attributes in heap.c & prerequisites.
Andres Freund
2018-10-14
Use PlaceHolderVars within the quals of a FULL JOIN.
Tom Lane
2018-10-07
Remove some unnecessary fields from Plan trees.
Tom Lane
2018-10-04
Centralize executor's opening/closing of Relations for rangetable entries.
Tom Lane
2018-10-02
Change rewriter/planner/executor/plancache to depend on RTE rellockmode.
Tom Lane
2018-09-30
Create an RTE field to record the query's lock mode for each relation.
Tom Lane
2018-09-18
Fix some minor issues exposed by outfuncs/readfuncs testing.
Tom Lane
2018-09-14
Order active window clauses for greater reuse of Sort nodes.
Andrew Gierth
2018-09-14
Don't allow LIMIT/OFFSET clause within sub-selects to be pushed to workers.
Amit Kapila
2018-09-04
Prohibit pushing subqueries containing window function calculation to
Amit Kapila
2018-08-31
Disable support for partitionwise joins in problematic cases.
Etsuro Fujita
2018-08-31
Remove extra word from src/backend/optimizer/README
Etsuro Fujita
2018-08-11
Fix wrong order of operations in inheritance_planner.
Tom Lane
2018-08-09
Spell "partitionwise" consistently.
Heikki Linnakangas
2018-08-01
Fix run-time partition pruning for appends with multiple source rels.
Tom Lane
2018-07-26
Avoid crash in eval_const_expressions if a Param's type changes.
Tom Lane
2018-07-19
Expand run-time partition pruning to work with MergeAppend
Heikki Linnakangas
2018-07-19
Fix print of Path nodes when using OPTIMIZER_DEBUG
Michael Paquier
2018-07-19
Fix re-parameterize of MergeAppendPath
Michael Paquier
2018-07-18
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-14
Fix hashjoin costing mistake introduced with inner_unique optimization.
Tom Lane
2018-07-13
Improve performance of tuple conversion map generation
Heikki Linnakangas
2018-07-11
Fix create_scan_plan's handling of sortgrouprefs for physical tlists.
Tom Lane
[next]