index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
util
Commit message (
Expand
)
Author
Age
*
Teach predtest.c about CHECK clauses to fix partitioning bugs.
Robert Haas
2017-06-14
*
Copy partitioned_rels lists to avoid shared substructure.
Robert Haas
2017-05-19
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Standardize terminology for pg_statistic_ext entries.
Tom Lane
2017-05-14
*
Fix testing of parallel-safety of SubPlans.
Tom Lane
2017-04-18
*
Rename columns in new pg_statistic_ext catalog
Alvaro Herrera
2017-04-17
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
*
Optimize joins when the inner relation can be proven unique.
Tom Lane
2017-04-07
*
Reset API of clause_selectivity()
Simon Riggs
2017-04-06
*
Comment fixes for extended statistics
Alvaro Herrera
2017-04-06
*
Collect and use multi-column dependency stats
Simon Riggs
2017-04-05
*
Abstract logic to allow for multiple kinds of child rels.
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
*
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-28
*
Support hashed aggregation with grouping sets.
Andrew Gierth
2017-03-27
*
Update some obsolete comments.
Tom Lane
2017-03-26
*
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-25
*
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-24
*
Don't scan partitioned tables.
Robert Haas
2017-03-21
*
Some preliminary refactoring towards partitionwise join.
Robert Haas
2017-03-14
*
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
*
Make more use of castNode()
Peter Eisentraut
2017-02-21
*
Add optimizer and executor support for parallel index scans.
Robert Haas
2017-02-15
*
Allow parallel workers to execute subplans.
Robert Haas
2017-02-14
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Fix mishandling of tSRFs at different nesting levels.
Tom Lane
2017-02-02
*
Remove obsoleted code relating to targetlist SRF evaluation.
Andres Freund
2017-01-19
*
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
*
Remove unnecessary arguments from partitioning functions.
Robert Haas
2017-01-04
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Implement table partitioning.
Robert Haas
2016-12-07
*
Fix estimate_expression_value to constant-fold SQLValueFunction nodes.
Tom Lane
2016-11-28
*
Fix get_relation_info name typo'ed in a comment
Alvaro Herrera
2016-11-28
*
Fix optimization for skipping searches for parallel-query hazards.
Tom Lane
2016-11-21
*
Fix latent costing error in create_merge_append_path.
Tom Lane
2016-11-19
*
Don't make FK-based selectivity estimates in inheritance situations.
Tom Lane
2016-11-02
*
Improve speed of aggregates that use array_append as transition function.
Tom Lane
2016-10-30
*
Improve parser's and planner's handling of set-returning functions.
Tom Lane
2016-09-13
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
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
*
Fix two errors with nested CASE/WHEN constructs.
Tom Lane
2016-08-08
*
Fix assorted fallout from IS [NOT] NULL patch.
Tom Lane
2016-07-28
*
Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields.
Tom Lane
2016-07-26
*
Avoid invalidating all foreign-join cached plans when user mappings change.
Tom Lane
2016-07-15
[next]