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
/
include
/
optimizer
Commit message (
Expand
)
Author
Age
Files
Lines
*
Back-patch code to deduce implied equalities from transitivity of
Tom Lane
2000-09-23
2
-2
/
+5
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
8
-81
/
+81
*
Fix extremely nasty little bug observed when a sub-SELECT appears in
Tom Lane
2000-04-04
2
-3
/
+6
*
Repair logic flaw in cost estimator: cost_nestloop() was estimating CPU
Tom Lane
2000-03-22
1
-2
/
+2
*
Restructure planning code so that preprocessing of targetlist and quals
Tom Lane
2000-03-21
2
-5
/
+4
*
Fix a bunch of minor portability problems and maybe-bugs revealed by
Tom Lane
2000-03-17
1
-1
/
+1
*
New cost model for planning, incorporating a penalty for random page
Tom Lane
2000-02-15
5
-37
/
+58
*
Repair planning bugs caused by my misguided removal of restrictinfo link
Tom Lane
2000-02-07
3
-38
/
+46
*
Rename same() to sameseti() to have a slightly less generic name. Move
Tom Lane
2000-02-06
1
-3
/
+1
*
Further cleanup for OR-of-AND WHERE-clauses. orindxpath can now handle
Tom Lane
2000-02-05
1
-8
/
+12
*
Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now
Tom Lane
2000-01-27
2
-3
/
+6
*
Add:
Bruce Momjian
2000-01-26
23
-46
/
+69
*
First cut at unifying regular selectivity estimation with indexscan
Tom Lane
2000-01-23
1
-8
/
+15
*
Revise handling of index-type-specific indexscan cost estimation, per
Tom Lane
2000-01-22
4
-29
/
+29
*
Remove no-longer-used symbols.
Tom Lane
2000-01-11
1
-9
/
+3
*
Another round of planner/optimizer work. This is just restructuring and
Tom Lane
2000-01-09
5
-57
/
+53
*
fix_parsetree_attnums was not nearly smart enough about walking parse
Tom Lane
1999-12-14
1
-3
/
+2
*
aggregate(DISTINCT ...) works, per SQL spec.
Tom Lane
1999-12-13
1
-1
/
+2
*
Replace generic 'Illegal use of aggregates' error message with one that
Tom Lane
1999-12-09
1
-3
/
+3
*
Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jp
Bruce Momjian
1999-11-23
3
-3
/
+12
*
Combine index_info and find_secondary_indexes into a single routine that
Tom Lane
1999-11-21
1
-27
/
+6
*
Fix planner and rewriter to follow SQL semantics for tables that are
Tom Lane
1999-10-07
1
-5
/
+3
*
Implement constant-expression simplification per Bernard
Tom Lane
1999-09-26
1
-1
/
+3
*
First cut at doing something reasonable with OR-of-ANDs WHERE
Tom Lane
1999-09-13
1
-1
/
+2
*
Further improvements in cnfify: reduce amount of self-recursion
Tom Lane
1999-09-12
1
-2
/
+3
*
Clean up some mistakes in handling of uplevel Vars in planner.
Tom Lane
1999-08-26
1
-2
/
+2
*
Further sort-order twiddling in optimizer: be smart about
Tom Lane
1999-08-22
1
-1
/
+2
*
Further planner/optimizer cleanups. Move all set_tlist_references
Tom Lane
1999-08-22
4
-29
/
+21
*
Major revision of sort-node handling: push knowledge of query
Tom Lane
1999-08-21
3
-9
/
+19
*
Major planner/optimizer revision: get rid of PathOrder node type,
Tom Lane
1999-08-16
7
-93
/
+43
*
Clean up optimizer's handling of indexscan quals that need to be
Tom Lane
1999-08-12
1
-2
/
+2
*
Minor cleanups and code beautification; eliminate some
Tom Lane
1999-08-10
1
-4
/
+1
*
Clean up routines in setrefs.c by replacing individual tree
Tom Lane
1999-08-09
1
-4
/
+2
*
Create a standardized expression_tree_mutator support routine
Tom Lane
1999-08-09
1
-2
/
+3
*
Revise generation of hashjoin paths: generate one path per
Tom Lane
1999-08-06
2
-9
/
+9
*
Further cleanups of indexqual processing: simplify control
Tom Lane
1999-07-30
1
-2
/
+2
*
Correct bug in best_innerjoin(): it should check all the
Tom Lane
1999-07-27
1
-11
/
+13
*
First cut at doing LIKE/regex indexing optimization in
Tom Lane
1999-07-27
2
-2
/
+4
*
Further work on planning of indexscans. Cleaned up interfaces
Tom Lane
1999-07-25
4
-30
/
+12
*
Clean up messy clause-selectivity code in clausesel.c; repair bug
Tom Lane
1999-07-24
3
-7
/
+6
*
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-17
1
-3
/
+1
*
More cleanup
Bruce Momjian
1999-07-16
2
-4
/
+4
*
Change #include's to use <> and "" as appropriate.
Bruce Momjian
1999-07-15
5
-12
/
+12
*
Cleanups.
Bruce Momjian
1999-07-15
1
-3
/
+3
*
Clean up #include in /include directory. Add scripts for checking includes.
Bruce Momjian
1999-07-15
18
-48
/
+27
*
Cleanup of /include #include's, for 6.6 only.
Bruce Momjian
1999-07-14
1
-0
/
+3
*
Cleanup of min tuple size.
Bruce Momjian
1999-07-07
1
-2
/
+2
*
Clean up problems with sublinks + grouping in planner. Not
Tom Lane
1999-06-21
1
-3
/
+2
*
Create a generic expression-tree-walker subroutine, which
Tom Lane
1999-06-19
1
-4
/
+8
*
Fix problems with grouping/aggregation in queries that use
Tom Lane
1999-06-06
2
-6
/
+8
[next]