index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
util
Age
Commit message (
Expand
)
Author
2015-08-15
Use fuzzy path cost tiebreaking rule in our oldest supported branches.
Tom Lane
2014-07-08
Don't assume a subquery's output is unique if there's a SRF in its tlist.
Tom Lane
2014-05-06
Remove tabs after spaces in C comments
Bruce Momjian
2013-11-22
Flatten join alias Vars before pulling up targetlist items from a subquery.
Tom Lane
2013-11-08
Make contain_volatile_functions/contain_mutable_functions look into SubLinks.
Tom Lane
2013-08-23
In locate_grouping_columns(), don't expect an exact match of Var typmods.
Tom Lane
2013-07-23
Change post-rewriter representation of dropped columns in joinaliasvars.
Tom Lane
2012-11-29
Fix assorted bugs in CREATE INDEX CONCURRENTLY.
Tom Lane
2011-11-03
Fix inline_set_returning_function() to allow multiple OUT parameters.
Tom Lane
2011-10-23
Don't trust deferred-unique indexes for join removal.
Tom Lane
2011-08-09
Fix nested PlaceHolderVar expressions that appear only in targetlists.
Tom Lane
2011-07-14
In planner, don't assume that empty parent tables aren't really empty.
Tom Lane
2011-02-16
Fix bogus test for hypothetical indexes in get_actual_variable_range().
Tom Lane
2010-12-19
Fix up handling of simple-form CASE with constant test expression.
Tom Lane
2010-12-01
Prevent inlining a SQL function with multiple OUT parameters.
Tom Lane
2010-11-12
Fix old oversight in const-simplification of COALESCE() expressions.
Tom Lane
2010-10-25
Fix inline_set_returning_function() to preserve the invalItems list properly.
Tom Lane
2010-09-28
Fix PlaceHolderVar mechanism's interaction with outer joins.
Tom Lane
2010-09-14
Fix join-removal logic for pseudoconstant and outerjoin-delayed quals.
Tom Lane
2010-08-14
Fix planner to make a reasonable assumption about the amount of memory space
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-03-30
Fix "constraint_exclusion = partition" logic so that it will also attempt
Tom Lane
2010-03-28
Rework join-removal logic as per recent discussion. In particular this
Tom Lane
2010-03-19
Modify error context callback functions to not assume that they can fetch
Tom Lane
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-02-25
Allow predicate_refuted_by() to deduce that NOT A refutes A.
Tom Lane
2010-02-14
Wrap calls to SearchSysCache and related functions using macros.
Robert Haas
2010-01-19
Fix thinko in my recent change to put an explicit argisrow field in NullTest:
Tom Lane
2010-01-05
Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).
Robert Haas
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2010-01-01
Add an "argisrow" field to NullTest nodes, following a plan made way back in
Tom Lane
2009-12-27
Remove a couple of unnecessary calls of CreateCacheMemoryContext. These
Tom Lane
2009-12-15
Support ORDER BY within aggregate function calls, at long last providing a
Tom Lane
2009-12-14
Fix a bug introduced when set-returning SQL functions were made inline-able:
Tom Lane
2009-11-28
Eliminate a lot of list-management overhead within join_search_one_level
Tom Lane
2009-11-15
Improve planning of Materialize nodes inserted atop the inner input of a
Tom Lane
2009-10-12
Move the handling of SELECT FOR UPDATE locking and rechecking out of
Tom Lane
2009-10-08
Support use of function argument names to identify which actual arguments
Tom Lane
2009-09-17
Implement "join removal" for cases where the inner side of a left join
Tom Lane
2009-09-12
Rewrite the planner's handling of materialized plan types so that there is
Tom Lane
2009-07-20
Teach simplify_boolean_equality to simplify the forms foo <> true and
Tom Lane
2009-07-16
Make backend header files C++ safe
Peter Eisentraut
2009-07-06
Fix set_append_rel_pathlist() to deal intelligently with cases where
Tom Lane
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-05-12
Do some minor code refactoring in preparation for changing the APIs of
Tom Lane
2009-05-11
Partially revert my patch of 2008-11-12 that installed a limit on the number
Tom Lane
2009-05-10
Make a marginal performance improvement in predicate_implied_by and
Tom Lane
2009-05-09
Fix cost_nestloop and cost_hashjoin to model the behavior of semi and anti
Tom Lane
2009-04-19
Fix estimate_num_groups() to not fail on PlaceHolderVars, per report from
Tom Lane
[next]