index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
nodes
/
outfuncs.c
Commit message (
Expand
)
Author
Age
*
Fix parallel query so it doesn't spoil row estimates above Gather.
Robert Haas
2017-03-31
*
Fix improper repetition of previous results from a hashed aggregate.
Tom Lane
2016-08-24
*
Teach parser to transform "x IS [NOT] DISTINCT FROM NULL" to a NullTest.
Tom Lane
2016-07-28
*
Avoid invalidating all foreign-join cached plans when user mappings change.
Tom Lane
2016-07-15
*
Set consider_parallel correctly for upper planner rels.
Robert Haas
2016-07-01
*
Rethink node-level representation of partial-aggregation modes.
Tom Lane
2016-06-26
*
Refactor planning of projection steps that don't need a Result plan node.
Tom Lane
2016-06-21
*
Restore foreign-key-aware estimation of join relation sizes.
Tom Lane
2016-06-18
*
Fix handling of argument and result datatypes for partial aggregation.
Tom Lane
2016-06-17
*
Remove reltarget_has_non_vars flag.
Tom Lane
2016-06-10
*
Don't generate parallel paths for rels with parallel-restricted outputs.
Robert Haas
2016-06-09
*
Eliminate "parallel degree" terminology.
Robert Haas
2016-06-09
*
Revert "Use Foreign Key relationships to infer multi-column join selectivity".
Tom Lane
2016-06-07
*
Fix EXPLAIN VERBOSE output for parallel aggregate.
Robert Haas
2016-04-27
*
Expose more out/readfuncs support functions.
Andres Freund
2016-04-08
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
*
Load FK defs into relcache for use by planner
Simon Riggs
2016-04-07
*
Run pgindent on a batch of (mostly-planner-related) source files.
Tom Lane
2016-04-06
*
Support using index-only scans with partial indexes in more cases.
Tom Lane
2016-03-31
*
Allow aggregate transition states to be serialized and deserialized.
Robert Haas
2016-03-29
*
Rework custom scans to work more like the new extensible node stuff.
Robert Haas
2016-03-29
*
Support parallel aggregation.
Robert Haas
2016-03-21
*
Directly modify foreign tables.
Robert Haas
2016-03-18
*
Rethink representation of PathTargets.
Tom Lane
2016-03-14
*
Improve handling of group-column indexes in GroupingSetsPath.
Tom Lane
2016-03-08
*
Make the upper part of the planner work by generating and comparing Paths.
Tom Lane
2016-03-07
*
Add an explicit representation of the output targetlist to Paths.
Tom Lane
2016-02-18
*
Introduce extensible node types.
Robert Haas
2016-02-12
*
Introduce a new GUC force_parallel_mode for testing purposes.
Robert Haas
2016-02-07
*
Remove CustomPath's TextOutCustomPath method.
Robert Haas
2016-02-03
*
Only try to push down foreign joins if the user mapping OIDs match.
Robert Haas
2016-01-28
*
Support parallel joins, and make related improvements.
Robert Haas
2016-01-20
*
Support multi-stage aggregation.
Robert Haas
2016-01-20
*
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-17
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Remove unnecessary escaping in C character literals
Peter Eisentraut
2015-12-22
*
Allow omitting one or both boundaries in an array slice specifier.
Tom Lane
2015-12-22
*
Revert 9246af6799819847faa33baf441251003acbb8fe because
Teodor Sigaev
2015-12-18
*
Allow to omit boundaries in array subscript
Teodor Sigaev
2015-12-18
*
Get rid of the planner's LateralJoinInfo data structure.
Tom Lane
2015-12-11
*
Allow foreign and custom joins to handle EvalPlanQual rechecks.
Robert Haas
2015-12-08
*
Simplify LATERAL-related calculations within add_paths_to_joinrel().
Tom Lane
2015-12-07
*
Provide readfuncs support for custom scans.
Robert Haas
2015-11-12
*
Generate parallel sequential scan plans in simple cases.
Robert Haas
2015-11-11
*
Make sequential scans parallel-aware.
Robert Haas
2015-11-11
*
Add outfuncs.c support for GatherPath.
Robert Haas
2015-11-11
*
Allow FDWs to push down quals without breaking EvalPlanQual rechecks.
Robert Haas
2015-10-15
*
Do not write out WCOs in Query
Stephen Frost
2015-10-05
*
Fix readfuncs/outfuncs problems in last night's Gather patch.
Robert Haas
2015-10-01
[next]