index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create core infrastructure for KNNGIST.
Tom Lane
2010-12-02
1
-1
/
+5
*
Prevent inlining a SQL function with multiple OUT parameters.
Tom Lane
2010-12-01
1
-0
/
+5
*
Simplify and speed up mapping of index opfamilies to pathkeys.
Tom Lane
2010-11-29
1
-41
/
+72
*
Create the system catalog infrastructure needed for KNNGIST.
Tom Lane
2010-11-24
2
-3
/
+6
*
Further cleanup of indxpath logic related to IndexOptInfo.opfamily array.
Tom Lane
2010-11-20
1
-5
/
+5
*
Improve relation width estimation for subqueries.
Tom Lane
2010-11-19
1
-6
/
+16
*
Further fallout from the MergeAppend patch.
Tom Lane
2010-11-18
1
-1
/
+30
*
Fix old oversight in const-simplification of COALESCE() expressions.
Tom Lane
2010-11-12
1
-1
/
+5
*
Reimplement planner's handling of MIN/MAX aggregate optimization.
Tom Lane
2010-11-04
1
-0
/
+1
*
Provide hashing support for arrays.
Tom Lane
2010-10-30
2
-8
/
+7
*
Fix inline_set_returning_function() to preserve the invalItems list properly.
Tom Lane
2010-10-25
1
-1
/
+22
*
Support MergeAppend plans, to allow sorted output from append relations.
Tom Lane
2010-10-14
1
-0
/
+71
*
Improve the planner's simplification of NOT constructs.
Tom Lane
2010-10-10
1
-27
/
+15
*
Teach CLUSTER to use seqscan-and-sort when it's faster than indexscan.
Tom Lane
2010-10-07
2
-21
/
+67
*
Fix PlaceHolderVar mechanism's interaction with outer joins.
Tom Lane
2010-09-28
1
-26
/
+212
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
11
-11
/
+11
*
Fix join-removal logic for pseudoconstant and outerjoin-delayed quals.
Tom Lane
2010-09-14
1
-1
/
+35
*
Small refactoring of makeVar() from a TargetEntry
Peter Eisentraut
2010-08-27
1
-6
/
+2
*
Fix planner to make a reasonable assumption about the amount of memory space
Tom Lane
2010-08-14
1
-1
/
+13
*
Fix "cannot handle unplanned sub-select" error that can occur when a
Tom Lane
2010-07-08
1
-2
/
+29
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
1
-2
/
+2
*
Fix "constraint_exclusion = partition" logic so that it will also attempt
Tom Lane
2010-03-30
1
-2
/
+5
*
Rework join-removal logic as per recent discussion. In particular this
Tom Lane
2010-03-28
2
-32
/
+21
*
Modify error context callback functions to not assume that they can fetch
Tom Lane
2010-03-19
1
-51
/
+54
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
5
-49
/
+49
*
Allow predicate_refuted_by() to deduce that NOT A refutes A.
Tom Lane
2010-02-25
1
-12
/
+38
*
Wrap calls to SearchSysCache and related functions using macros.
Robert Haas
2010-02-14
2
-25
/
+15
*
Fix thinko in my recent change to put an explicit argisrow field in NullTest:
Tom Lane
2010-01-19
1
-6
/
+8
*
Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).
Robert Haas
2010-01-05
1
-1
/
+4
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
10
-20
/
+20
*
Add an "argisrow" field to NullTest nodes, following a plan made way back in
Tom Lane
2010-01-01
3
-10
/
+15
*
Remove a couple of unnecessary calls of CreateCacheMemoryContext. These
Tom Lane
2009-12-27
1
-4
/
+1
*
Support ORDER BY within aggregate function calls, at long last providing a
Tom Lane
2009-12-15
1
-9
/
+10
*
Fix a bug introduced when set-returning SQL functions were made inline-able:
Tom Lane
2009-12-14
1
-5
/
+17
*
Eliminate a lot of list-management overhead within join_search_one_level
Tom Lane
2009-11-28
1
-1
/
+15
*
Improve planning of Materialize nodes inserted atop the inner input of a
Tom Lane
2009-11-15
1
-43
/
+2
*
Move the handling of SELECT FOR UPDATE locking and rechecking out of
Tom Lane
2009-10-12
1
-1
/
+3
*
Support use of function argument names to identify which actual arguments
Tom Lane
2009-10-08
1
-71
/
+255
*
Implement "join removal" for cases where the inner side of a left join
Tom Lane
2009-09-17
1
-1
/
+21
*
Rewrite the planner's handling of materialized plan types so that there is
Tom Lane
2009-09-12
1
-2
/
+4
*
Teach simplify_boolean_equality to simplify the forms foo <> true and
Tom Lane
2009-07-20
1
-16
/
+40
*
Make backend header files C++ safe
Peter Eisentraut
2009-07-16
1
-7
/
+7
*
Fix set_append_rel_pathlist() to deal intelligently with cases where
Tom Lane
2009-07-06
1
-1
/
+77
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
8
-119
/
+122
*
Do some minor code refactoring in preparation for changing the APIs of
Tom Lane
2009-05-12
1
-78
/
+1
*
Partially revert my patch of 2008-11-12 that installed a limit on the number
Tom Lane
2009-05-11
1
-21
/
+18
*
Make a marginal performance improvement in predicate_implied_by and
Tom Lane
2009-05-10
1
-7
/
+41
*
Fix cost_nestloop and cost_hashjoin to model the behavior of semi and anti
Tom Lane
2009-05-09
1
-13
/
+78
*
Fix estimate_num_groups() to not fail on PlaceHolderVars, per report from
Tom Lane
2009-04-19
3
-18
/
+29
*
Fix planner to restore its previous level of intelligence about pushing
Tom Lane
2009-04-16
1
-18
/
+33
[next]