index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
Age
Commit message (
Expand
)
Author
2008-02-07
Fix silly mistake in expand_indexqual_rowcompare --- in converting a forboth()
Tom Lane
2008-01-17
Fix subselect.c to avoid assuming that a SubLink's testexpr references each
Tom Lane
2008-01-12
Fix logical errors in constraint exclusion: we cannot assume that a CHECK
Tom Lane
2008-01-11
The original implementation of polymorphic aggregates didn't really get the
Tom Lane
2008-01-11
Fix an old error in clause_selectivity: the default selectivity estimate
Tom Lane
2008-01-11
Fix a conceptual error in my patch of 2007-10-26 that avoided considering
Tom Lane
2008-01-09
Fix some planner issues found while investigating Kevin Grittner's report
Tom Lane
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-12-08
Fix mergejoin cost estimation so that we consider the statistical ranges of
Tom Lane
2007-12-03
Fix build_minmax_path() to cope if an IS NULL clause turns up in the
Tom Lane
2007-11-24
Save another little bit of planner overhead on simple queries, by having
Tom Lane
2007-11-24
Change fix_scan_expr() to avoid copying the input node tree in the common case
Tom Lane
2007-11-23
Avoid uselessly building a duplicate of the original clause in trivial cases
Tom Lane
2007-11-22
Save one syscache lookup when examining volatility or strictness of
Tom Lane
2007-11-15
Re-run pgindent with updated list of typedefs. (Updated README should
Bruce Momjian
2007-11-15
pgindent run for 8.3.
Bruce Momjian
2007-11-08
Fix EquivalenceClass code to handle volatile sort expressions in a more
Tom Lane
2007-11-08
Last week's patch for make_sort_from_pathkeys wasn't good enough: it has
Tom Lane
2007-11-07
Improve the performance of LIKE/regex estimation in non-C locales, by making
Tom Lane
2007-11-02
Ensure that EquivalenceClasses generated from ORDER BY keys contain proper
Tom Lane
2007-10-27
Avoid considering both sort directions as equally useful for merging.
Tom Lane
2007-10-26
Change have_join_order_restriction() so that we do not force a clauseless join
Tom Lane
2007-10-24
Fix an error in make_outerjoininfo introduced by my patch of 30-Aug: the code
Tom Lane
2007-10-24
Fix UPDATE/DELETE WHERE CURRENT OF to support repeated update and update-
Tom Lane
2007-10-22
Remove an Assert that's been obsoleted by recent changes in the parsetree
Tom Lane
2007-10-13
Teach planagg.c that partial indexes specifying WHERE foo IS NOT NULL can be
Tom Lane
2007-10-11
Ensure that the result of evaluating a function during constant-expression
Tom Lane
2007-10-11
Fix the plan-invalidation mechanism to treat regclass constants that refer to
Tom Lane
2007-10-04
Keep the planner from failing on "WHERE false AND something IN (SELECT ...)".
Tom Lane
2007-09-26
Create a function variable "join_search_hook" to let plugins override the
Tom Lane
2007-09-22
Fix cost estimates for EXISTS subqueries that are evaluated as initPlans
Tom Lane
2007-09-20
HOT updates. When we update a tuple without changing any of its indexed
Tom Lane
2007-09-06
Make eval_const_expressions() preserve typmod when simplifying something like
Tom Lane
2007-09-03
Implement function-local GUC parameter settings, as per recent discussion.
Tom Lane
2007-08-31
Apply a band-aid fix for the problem that 8.2 and up completely misestimate
Tom Lane
2007-08-31
Rewrite make_outerjoininfo's construction of min_lefthand and min_righthand
Tom Lane
2007-08-26
Make ARRAY(SELECT ...) return an empty array, rather than a NULL, when the
Tom Lane
2007-07-24
Fix predicate-proving logic to cope with binary-compatibility cases when
Tom Lane
2007-07-18
Fix an old thinko in SS_make_initplan_from_plan, which is used when optimizing
Tom Lane
2007-07-12
Fix mistaken Assert in adjust_appendrel_attr_needed, per Greg Stark.
Tom Lane
2007-07-07
Fix a couple of planner bugs introduced by the new ability to discard
Tom Lane
2007-06-23
Separate parse-analysis for utility commands out of parser/analyze.c
Tom Lane
2007-06-11
Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard.
Tom Lane
2007-06-05
Downgrade implicit casts to text to be assignment-only, except for the ones
Tom Lane
2007-05-31
Change build_index_pathkeys() so that the expressions it builds to represent
Tom Lane
2007-05-26
Repair two constraint-exclusion corner cases triggered by proving that an
Tom Lane
2007-05-25
Create hooks to let a loadable plugin monitor (or even replace) the planner
Tom Lane
2007-05-22
Repair planner bug introduced in 8.2 by ability to rearrange outer joins:
Tom Lane
2007-05-22
Fix best_inner_indexscan to return both the cheapest-total-cost and
Tom Lane
2007-05-21
Teach tuplestore.c to throw away data before the "mark" point when the caller
Tom Lane
[next]