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
Commit message (
Expand
)
Author
Age
*
Introduce custom path and scan providers.
Robert Haas
2014-11-07
*
Improve planning of btree index scans using ScalarArrayOpExpr quals.
Tom Lane
2014-10-26
*
Fix mishandling of FieldSelect-on-whole-row-Var in nested lateral queries.
Tom Lane
2014-10-20
*
Implement SKIP LOCKED for row-level locks
Alvaro Herrera
2014-10-07
*
Fix some more problems with nested append relations.
Tom Lane
2014-10-01
*
Fix bogus variable-mangling in security_barrier_replace_vars().
Tom Lane
2014-09-24
*
Process withCheckOption exprs in setrefs.c
Stephen Frost
2014-09-22
*
Row-Level Security Policies (RLS)
Stephen Frost
2014-09-19
*
Preserve AND/OR flatness while extracting restriction OR clauses.
Tom Lane
2014-09-09
*
Fix Var handling for security barrier views
Stephen Frost
2014-08-26
*
Re-enable error for "SELECT ... OFFSET -1".
Tom Lane
2014-07-22
*
Allow join removal in some cases involving a left join to a subquery.
Tom Lane
2014-07-15
*
Don't assume a subquery's output is unique if there's a SRF in its tlist.
Tom Lane
2014-07-08
*
Allow pushdown of WHERE quals into subqueries with window functions.
Tom Lane
2014-06-27
*
Disallow pushing volatile qual expressions down into DISTINCT subqueries.
Tom Lane
2014-06-27
*
Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...
Tom Lane
2014-06-18
*
Avoid recursion when processing simple lists of AND'ed or OR'ed clauses.
Tom Lane
2014-06-16
*
Improve predtest.c's ability to reason about operator expressions.
Tom Lane
2014-06-13
*
Preserve exposed type of subquery outputs when substituting NULLs.
Tom Lane
2014-06-12
*
Remove unnecessary output expressions from unflattened subqueries.
Tom Lane
2014-06-12
*
Revert "Auto-tune effective_cache size to be 4x shared buffers"
Tom Lane
2014-05-08
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Improve planner to drop constant-NULL inputs of AND/OR where it's legal.
Tom Lane
2014-04-29
*
Make security barrier views automatically updatable
Stephen Frost
2014-04-12
*
Create infrastructure for moving-aggregate optimization.
Tom Lane
2014-04-12
*
Fix EquivalenceClass processing for nested append relations.
Tom Lane
2014-03-28
*
Again fix initialization of auto-tuned effective_cache_size.
Tom Lane
2014-03-20
*
Fix bogus handling of "postponed" lateral quals.
Tom Lane
2014-01-30
*
Code review for auto-tuned effective_cache_size.
Tom Lane
2014-01-27
*
Speed up COPY into tables with DEFAULT nextval()
Simon Riggs
2014-01-20
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Add more use of psprintf()
Peter Eisentraut
2014-01-06
*
Remove dead code now that orindxpath.c is history.
Tom Lane
2013-12-30
*
Extract restriction OR clauses whether or not they are indexable.
Tom Lane
2013-12-30
*
Support ordered-set (WITHIN GROUP) aggregates.
Tom Lane
2013-12-23
*
Fix inherited UPDATE/DELETE with UNION ALL subqueries.
Tom Lane
2013-12-14
*
Fix possible crash with nested SubLinks.
Tom Lane
2013-12-10
*
Refine our definition of what constitutes a system relation.
Robert Haas
2013-11-28
*
Flatten join alias Vars before pulling up targetlist items from a subquery.
Tom Lane
2013-11-22
*
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
Tom Lane
2013-11-21
*
Allow aggregates to provide estimates of their transition state data size.
Tom Lane
2013-11-16
*
Compute correct em_nullable_relids in get_eclass_for_sort_expr().
Tom Lane
2013-11-15
*
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-10
*
Make contain_volatile_functions/contain_mutable_functions look into SubLinks.
Tom Lane
2013-11-08
*
Fix generation of MergeAppend plans for optimized min/max on expressions.
Tom Lane
2013-11-07
*
Support default arguments and named-argument notation for window functions.
Tom Lane
2013-11-06
*
Fix some obsolete information in src/backend/optimizer/README.
Tom Lane
2013-11-05
*
Add use of asprintf()
Peter Eisentraut
2013-10-13
*
Fix C comment in check_effective_cache_size()
Bruce Momjian
2013-10-08
*
Auto-tune effective_cache size to be 4x shared buffers
Bruce Momjian
2013-10-08
[next]