index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
plan
/
createplan.c
Age
Commit message (
Expand
)
Author
2020-10-14
Include result relation info in direct modify ForeignScan nodes.
Heikki Linnakangas
2020-10-13
Create ResultRelInfos later in InitPlan, index them by RT index.
Heikki Linnakangas
2020-09-28
Add for_each_from, to simplify loops starting from non-first list cells.
Tom Lane
2020-07-17
Use MinimalTuple for tuple queues.
Thomas Munro
2020-07-12
Revert "Use CP_SMALL_TLIST for hash aggregate"
Jeff Davis
2020-06-07
pgindent run prior to branching v13.
Tom Lane
2020-05-31
Use CP_SMALL_TLIST for hash aggregate
Tomas Vondra
2020-04-07
Support FETCH FIRST WITH TIES
Alvaro Herrera
2020-04-06
Implement Incremental Sort
Tomas Vondra
2020-02-27
Save calculated transitionSpace in Agg node.
Jeff Davis
2020-01-30
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-11
Further adjust EXPLAIN's choices of table alias names.
Tom Lane
2019-11-06
Request small targetlist for input to WindowAgg.
Andrew Gierth
2019-08-12
Rationalize use of list_concat + list_copy combinations.
Tom Lane
2019-08-02
Fix representation of hash keys in Hash/HashJoin nodes.
Andres Freund
2019-07-15
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-01
Fix many typos and inconsistencies
Michael Paquier
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-09
Repair issues with faulty generation of merge-append plans.
Tom Lane
2019-04-05
Use Append rather than MergeAppend for scanning ordered partitions.
Tom Lane
2019-03-30
Generated columns
Peter Eisentraut
2019-03-25
Suppress Append and MergeAppend plan nodes that have a single child.
Tom Lane
2019-03-22
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-07
Fix handling of targetlist SRFs when scan/join relation is known empty.
Tom Lane
2019-02-14
Simplify the planner's new representation of indexable clauses a little.
Tom Lane
2019-02-09
Refactor the representation of indexable clauses in IndexPaths.
Tom Lane
2019-01-29
Refactor planner's header files.
Tom Lane
2019-01-28
In the planner, replace an empty FROM clause with a dummy RTE.
Tom Lane
2019-01-11
Avoid sharing PARAM_EXEC slots between different levels of NestLoop.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-12-30
Support parameterized TidPaths.
Tom Lane
2018-12-12
Repair bogus EPQ plans generated for postgres_fdw foreign joins.
Tom Lane
2018-11-02
Fix spelling errors and typos in comments
Magnus Hagander
2018-10-07
Remove some unnecessary fields from Plan trees.
Tom Lane
2018-08-01
Fix run-time partition pruning for appends with multiple source rels.
Tom Lane
2018-07-19
Expand run-time partition pruning to work with MergeAppend
Heikki Linnakangas
2018-07-11
Fix create_scan_plan's handling of sortgrouprefs for physical tlists.
Tom Lane
2018-07-11
Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.
Tom Lane
2018-06-10
Relocate partition pruning structs to a saner place.
Tom Lane
2018-05-16
Pass the correct PlannerInfo to PlanForeignModify/PlanDirectModify.
Robert Haas
2018-04-23
Add GUC enable_partition_pruning
Alvaro Herrera
2018-04-19
Fix incorrect handling of join clauses pushed into parameterized paths.
Tom Lane
2018-04-12
Revert MERGE patch
Simon Riggs
2018-04-07
Support partition pruning at execution time
Alvaro Herrera
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-03-29
Teach create_projection_plan to omit projection where possible.
Robert Haas
[next]