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 problems related to RangeTblEntry members enrname and enrtuples.
Robert Haas
2017-06-14
*
Fix omission of locations in outfuncs/readfuncs partitioning node support.
Tom Lane
2017-05-30
*
Code review focused on new node types added by partitioning support.
Tom Lane
2017-05-28
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Remove no-longer-needed fields of Hash plan nodes.
Tom Lane
2017-05-14
*
Change CREATE STATISTICS syntax
Alvaro Herrera
2017-05-12
*
Fire per-statement triggers on partitioned tables.
Robert Haas
2017-05-01
*
Fix crash when partitioned column specified twice.
Robert Haas
2017-04-28
*
Mark finished Plan nodes with parallel_safe flags.
Tom Lane
2017-04-12
*
Optimize joins when the inner relation can be proven unique.
Tom Lane
2017-04-07
*
Identity columns
Peter Eisentraut
2017-04-06
*
Print new RelOptInfo field top_parent_relids in outfuncs.c
Robert Haas
2017-04-03
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
*
Fix parallel query so it doesn't spoil row estimates above Gather.
Robert Haas
2017-03-31
*
Support hashed aggregation with grouping sets.
Andrew Gierth
2017-03-27
*
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-24
*
Don't scan partitioned tables.
Robert Haas
2017-03-21
*
Add a Gather Merge executor node.
Robert Haas
2017-03-09
*
Support parallel bitmap heap scans.
Robert Haas
2017-03-08
*
Support XMLTABLE query expression
Alvaro Herrera
2017-03-08
*
Allow parallel workers to execute subplans.
Robert Haas
2017-02-14
*
Move targetlist SRF handling from expression evaluation to new executor node.
Andres Freund
2017-01-18
*
Improve RLS planning by marking individual quals with security levels.
Tom Lane
2017-01-18
*
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-14
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Replace enum InhOption with simple boolean.
Tom Lane
2016-12-23
*
Fix reporting of column typmods for multi-row VALUES constructs.
Tom Lane
2016-12-08
*
Implement table partitioning.
Robert Haas
2016-12-07
*
Implement syntax for transition tables in AFTER triggers.
Kevin Grittner
2016-11-04
*
Add debugging aid "bmsToString(Bitmapset *bms)".
Tom Lane
2016-09-16
*
Improve parser's and planner's handling of set-returning functions.
Tom Lane
2016-09-13
*
Add location field to DefElem
Peter Eisentraut
2016-09-06
*
Fix improper repetition of previous results from a hashed aggregate.
Tom Lane
2016-08-24
*
Speed up planner's scanning for parallel-query hazards.
Tom Lane
2016-08-19
*
Improve parsetree representation of special functions such as CURRENT_DATE.
Tom Lane
2016-08-16
*
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
[next]