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
/
plan
/
planmain.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change the division of labor between grouping_planner and query_planner
Tom Lane
2005-08-27
1
-10
/
+98
*
Teach planner about some cases where a restriction clause can be
Tom Lane
2005-07-02
1
-1
/
+4
*
Quick hack to allow the outer query's tuple_fraction to be passed down
Tom Lane
2005-06-10
1
-1
/
+4
*
Marginal hack to avoid spending a lot of time in find_join_rel during
Tom Lane
2005-06-08
1
-1
/
+2
*
Nab some low-hanging fruit: replace the planner's base_rel_list and
Tom Lane
2005-06-06
1
-4
/
+7
*
Remove planner's private fields from Query struct, and put them into
Tom Lane
2005-06-05
1
-14
/
+16
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
1
-2
/
+2
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
1
-2
/
+2
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
1
-1
/
+1
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
1
-2
/
+2
*
pgindent run.
Bruce Momjian
2003-08-04
1
-7
/
+8
*
Error message editing in backend/optimizer, backend/rewrite.
Tom Lane
2003-07-25
1
-2
/
+2
*
Restructure parsetree representation of DECLARE CURSOR: now it's a
Tom Lane
2003-03-10
1
-5
/
+2
*
IN clauses appearing at top level of WHERE can now be handled as joins.
Tom Lane
2003-01-20
1
-1
/
+3
*
Allow merge and hash joins to occur on arbitrary expressions (anything not
Tom Lane
2003-01-15
1
-2
/
+2
*
Finish implementation of hashed aggregation. Add enable_hashagg GUC
Tom Lane
2002-11-21
1
-22
/
+65
*
First phase of implementing hash-based grouping/aggregation. An AGG plan
Tom Lane
2002-11-06
1
-197
/
+67
*
Remove sys/types.h in files that include postgres.h, and hence c.h,
Bruce Momjian
2002-09-02
1
-2
/
+1
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
1
-2
/
+2
*
Restructure representation of join alias variables. An explicit JOIN
Tom Lane
2002-03-12
1
-27
/
+11
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
1
-3
/
+1
*
Further work on making use of new statistics in planner. Adjust APIs
Tom Lane
2001-06-05
1
-2
/
+2
*
Modify optimizer data structures so that IndexOptInfo lists built for
Tom Lane
2001-05-20
1
-1
/
+2
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
1
-8
/
+8
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
1
-2
/
+2
*
Restructure handling of inheritance queries so that they work with outer
Tom Lane
2000-11-12
1
-6
/
+14
*
Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the
Tom Lane
2000-10-05
1
-41
/
+1
*
Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.
Tom Lane
2000-09-29
1
-59
/
+26
*
First cut at full support for OUTER JOINs. There are still a few loose
Tom Lane
2000-09-12
1
-17
/
+34
*
Clean up handling of variable-free qual clauses. System now does the
Tom Lane
2000-08-13
1
-5
/
+17
*
Arrange to free planning memory (or most of it, anyway) at completion
Tom Lane
2000-07-27
1
-5
/
+50
*
Deduce equality constraints that are implied by transitivity of
Tom Lane
2000-07-24
1
-2
/
+12
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
1
-36
/
+43
*
Save a few cycles in simple cases: no need to call cost_sort() when there
Tom Lane
2000-03-24
1
-8
/
+8
*
Restructure planning code so that preprocessing of targetlist and quals
Tom Lane
2000-03-21
1
-65
/
+13
*
New cost model for planning, incorporating a penalty for random page
Tom Lane
2000-02-15
1
-90
/
+110
*
Repair planning bugs caused by my misguided removal of restrictinfo link
Tom Lane
2000-02-07
1
-2
/
+2
*
Add:
Bruce Momjian
2000-01-26
1
-2
/
+3
*
Another round of planner/optimizer work. This is just restructuring and
Tom Lane
2000-01-09
1
-8
/
+6
*
Replace generic 'Illegal use of aggregates' error message with one that
Tom Lane
1999-12-09
1
-5
/
+2
*
Implement subselects in target lists. Also, relax requirement that
Tom Lane
1999-11-15
1
-1
/
+17
*
Fix planner and rewriter to follow SQL semantics for tables that are
Tom Lane
1999-10-07
1
-87
/
+73
*
Implement constant-expression simplification per Bernard
Tom Lane
1999-09-26
1
-9
/
+26
*
First cut at doing something reasonable with OR-of-ANDs WHERE
Tom Lane
1999-09-13
1
-3
/
+3
*
Further sort-order twiddling in optimizer: be smart about
Tom Lane
1999-08-22
1
-12
/
+30
*
Further planner/optimizer cleanups. Move all set_tlist_references
Tom Lane
1999-08-22
1
-59
/
+14
*
Major revision of sort-node handling: push knowledge of query
Tom Lane
1999-08-21
1
-11
/
+91
*
Final cleanup.
Bruce Momjian
1999-07-16
1
-4
/
+4
*
Remove unused #includes in *.c files.
Bruce Momjian
1999-07-15
1
-14
/
+1
*
Clean up #include in /include directory. Add scripts for checking includes.
Bruce Momjian
1999-07-15
1
-5
/
+1
[next]