index
:
postgresql.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
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
Age
Commit message (
Expand
)
Author
2011-01-13
Revert incorrect memory-conservation hack in inheritance_planner().
Tom Lane
2011-01-13
Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly.
Tom Lane
2011-01-11
Tweak create_index_paths()'s test for whether to consider a bitmap scan.
Tom Lane
2011-01-02
Basic foreign table support.
Robert Haas
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-12-31
Invert and rename flag variable to improve code readability.
Tom Lane
2010-12-31
Support RIGHT and FULL OUTER JOIN in hash joins.
Tom Lane
2010-12-19
Fix up handling of simple-form CASE with constant test expression.
Tom Lane
2010-12-14
Allow plugins to suppress inlining and hook function entry/exit/abort.
Robert Haas
2010-12-05
Reduce memory consumption inside inheritance_planner().
Tom Lane
2010-12-03
Create core infrastructure for KNNGIST.
Tom Lane
2010-12-01
Prevent inlining a SQL function with multiple OUT parameters.
Tom Lane
2010-11-29
Simplify and speed up mapping of index opfamilies to pathkeys.
Tom Lane
2010-11-24
Create the system catalog infrastructure needed for KNNGIST.
Tom Lane
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-20
Further cleanup of indxpath logic related to IndexOptInfo.opfamily array.
Tom Lane
2010-11-20
Minor cleanup of indxpath.c.
Robert Haas
2010-11-19
Improve relation width estimation for subqueries.
Tom Lane
2010-11-18
Further fallout from the MergeAppend patch.
Tom Lane
2010-11-12
Fix old oversight in const-simplification of COALESCE() expressions.
Tom Lane
2010-11-08
Use appendrel planning logic for top-level UNION ALL structures.
Tom Lane
2010-11-04
Reimplement planner's handling of MIN/MAX aggregate optimization.
Tom Lane
2010-11-02
Fix adjust_semi_join to be more cautious about clauseless joins.
Tom Lane
2010-10-31
Provide hashing support for arrays.
Tom Lane
2010-10-29
Oops, missed one fix for EquivalenceClass rearrangement.
Tom Lane
2010-10-29
Avoid creation of useless EquivalenceClasses during planning.
Tom Lane
2010-10-25
Fix inline_set_returning_function() to preserve the invalItems list properly.
Tom Lane
2010-10-19
Fix incorrect generation of whole-row variables in planner.
Tom Lane
2010-10-14
Support MergeAppend plans, to allow sorted output from append relations.
Tom Lane
2010-10-11
Improve the planner's simplification of NOT constructs.
Tom Lane
2010-10-10
Support triggers on views.
Tom Lane
2010-10-08
Teach CLUSTER to use seqscan-and-sort when it's faster than indexscan.
Tom Lane
2010-09-28
Fix PlaceHolderVar mechanism's interaction with outer joins.
Tom Lane
2010-09-25
Fix another join removal bug: the check on PlaceHolderVars was wrong.
Tom Lane
2010-09-23
Avoid sharing subpath list structure when flattening nested AppendRels.
Tom Lane
2010-09-21
Some more cleanup of CVS keyword noise.
Tom Lane
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-09-14
Fix join-removal logic for pseudoconstant and outerjoin-delayed quals.
Tom Lane
2010-08-27
Small refactoring of makeVar() from a TargetEntry
Peter Eisentraut
2010-08-19
Remove extra newlines at end and beginning of files, add missing newlines
Peter Eisentraut
2010-08-14
Fix planner to make a reasonable assumption about the amount of memory space
Tom Lane
2010-07-12
Make NestLoop plan nodes pass outer-relation variables into their inner
Tom Lane
2010-07-08
Fix "cannot handle unplanned sub-select" error that can occur when a
Tom Lane
2010-07-06
pgindent run for 9.0, second run
Bruce Momjian
2010-06-21
Fix mishandling of whole-row Vars referencing a view or sub-select.
Tom Lane
2010-05-25
Fix oversight in construction of sort/unique plans for UniquePaths.
Tom Lane
2010-05-23
Fix oversight in join removal patch: we have to delete the removed relation
Tom Lane
2010-05-11
Fix incorrect patch that removed permission checks on inheritance child
Tom Lane
2010-05-10
When adding a "target IS NOT NULL" indexqual to the plan for an index-optimized
Tom Lane
2010-04-19
Add an 'enable_material' GUC.
Robert Haas
[next]