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
/
path
Commit message (
Expand
)
Author
Age
Files
Lines
*
values.h patch from Alex Howansky
Bruce Momjian
1999-09-21
1
-1
/
+3
*
Mega-commit to make heap_open/heap_openr/heap_close take an
Tom Lane
1999-09-18
1
-3
/
+13
*
First cut at doing something reasonable with OR-of-ANDs WHERE
Tom Lane
1999-09-13
1
-4
/
+40
*
Repair error noticed by Roberto Cornacchia: selectivity code
Tom Lane
1999-09-09
1
-12
/
+13
*
Further planner/optimizer cleanups. Move all set_tlist_references
Tom Lane
1999-08-22
2
-73
/
+29
*
Major revision of sort-node handling: push knowledge of query
Tom Lane
1999-08-21
3
-76
/
+192
*
Major planner/optimizer revision: get rid of PathOrder node type,
Tom Lane
1999-08-16
10
-1067
/
+1087
*
Update comments about pathkeys.
Tom Lane
1999-08-13
1
-28
/
+63
*
Clean up optimizer's handling of indexscan quals that need to be
Tom Lane
1999-08-12
1
-159
/
+173
*
Store -1 in attdisbursion to signal 'no duplicates in column'.
Tom Lane
1999-08-09
1
-17
/
+3
*
Revise generation of hashjoin paths: generate one path per
Tom Lane
1999-08-06
2
-99
/
+181
*
Update comments about clause selectivity estimation.
Tom Lane
1999-07-30
1
-6
/
+15
*
Further cleanups of indexqual processing: simplify control
Tom Lane
1999-07-30
1
-134
/
+114
*
Correct bug in best_innerjoin(): it should check all the
Tom Lane
1999-07-27
2
-42
/
+51
*
First cut at doing LIKE/regex indexing optimization in
Tom Lane
1999-07-27
2
-129
/
+564
*
Further work on planning of indexscans. Cleaned up interfaces
Tom Lane
1999-07-25
3
-102
/
+86
*
Remove 'restrictinfojoinid' field from RestrictInfo nodes.
Tom Lane
1999-07-25
1
-33
/
+75
*
Clean up messy clause-selectivity code in clausesel.c; repair bug
Tom Lane
1999-07-24
4
-324
/
+303
*
Minor code beautification, extensive improvement of
Tom Lane
1999-07-23
1
-372
/
+296
*
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-17
2
-5
/
+2
*
Final cleanup.
Bruce Momjian
1999-07-16
12
-42
/
+38
*
Update #include cleanups
Bruce Momjian
1999-07-16
4
-15
/
+14
*
Remove unused #includes in *.c files.
Bruce Momjian
1999-07-15
11
-56
/
+11
*
Clean up #include in /include directory. Add scripts for checking includes.
Bruce Momjian
1999-07-15
6
-14
/
+6
*
Fix spelling of variable name.
Bruce Momjian
1999-07-07
1
-3
/
+3
*
Cleanup of min tuple size.
Bruce Momjian
1999-07-07
1
-2
/
+2
*
Fix misspelling.
Bruce Momjian
1999-07-07
1
-8
/
+8
*
Fix to prevent too large tuple from being created.
Bruce Momjian
1999-07-03
1
-2
/
+3
*
Change form() to varargform() to prevent portability problems.
Bruce Momjian
1999-06-19
1
-9
/
+9
*
Make functions static or NOT_USED as appropriate.
Bruce Momjian
1999-05-26
1
-3
/
+6
*
Another pgindent run. Sorry folks.
Bruce Momjian
1999-05-25
9
-78
/
+78
*
Make 0x007f -> (unsigned)0x7f to make pgindent happy.
Bruce Momjian
1999-05-25
1
-2
/
+2
*
pgindent run over code.
Bruce Momjian
1999-05-25
13
-400
/
+423
*
Now that hashjoin is reliable for large joins (knock on wood),
Tom Lane
1999-05-18
1
-47
/
+30
*
Tighten coding in new_join_pathkey, which seems to be a hotspot
Tom Lane
1999-05-17
1
-96
/
+53
*
Minor code cleanup in optimizer.
Tom Lane
1999-05-16
2
-21
/
+13
*
Change error messages to oids come out as %u and not %d. Change has no
Bruce Momjian
1999-05-10
1
-6
/
+6
*
Clean up cost_sort some more: most callers were double-counting
Tom Lane
1999-05-01
2
-22
/
+16
*
Clean up some bogosities in path cost estimation, like
Tom Lane
1999-04-30
1
-28
/
+49
*
Fix nasty little typo that prevented get_cheapest_path_for_joinkeys
Tom Lane
1999-04-30
1
-5
/
+3
*
Fix potential overflow problems when relation size exceeds
Tom Lane
1999-04-05
1
-18
/
+39
*
Fix nasty bug in optimization of multiway joins: optimizer
Tom Lane
1999-04-03
3
-37
/
+31
*
cleanups
Bruce Momjian
1999-03-18
1
-3
/
+1
*
Fix OR index selectivity problem.
Bruce Momjian
1999-03-08
1
-25
/
+18
*
Fix for Alpha OR selectivity bug.
Bruce Momjian
1999-03-08
1
-2
/
+2
*
Executor no longer cares about mergejoinop, mergerightorder, mergeleftorder,
Tom Lane
1999-03-01
1
-6
/
+14
*
more cleanup
Bruce Momjian
1999-02-22
1
-5
/
+5
*
Final optimizer cleanups.
Bruce Momjian
1999-02-22
6
-126
/
+134
*
From: Tatsuo Ishii <t-ishii@sra.co.jp>
Marc G. Fournier
1999-02-21
3
-6
/
+6
*
pathkeys.c cleanup.
Bruce Momjian
1999-02-21
2
-63
/
+42
[next]