index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
Age
Commit message (
Expand
)
Author
1997-06-11
From: Robert Bruccoleri <bruc@bms.com>
Marc G. Fournier
1997-06-10
if ( rel->size <= 0 )
Vadim B. Mikheev
1997-06-10
if ( new_rel->size <= 0 )
Vadim B. Mikheev
1997-06-06
gimme_tree(): got rid of compute_rel_size() -
Vadim B. Mikheev
1997-06-06
From: "D'Arcy J.M. Cain" <darcy@druid.net>
Marc G. Fournier
1997-06-06
From: "D'Arcy J.M. Cain" <darcy@druid.net>
Marc G. Fournier
1997-06-05
allpaths.c:find_join_paths(): compute_rel_size() shouldn't be called
Vadim B. Mikheev
1997-06-02
Use GEQO if _use_geqo_ is TRUE and # of relations is >= _use_geqo_rels_
Vadim B. Mikheev
1997-06-01
Enable GEQO for more than six tables, from Martin.
Bruce Momjian
1997-05-20
Consider right-sided plans if _use_right_sided_plans_ is true.
Vadim B. Mikheev
1997-04-29
#ifdef GEQO
Vadim B. Mikheev
1997-04-29
Fix GroupBy: enable functions over aggregates and GroupBy-ed fields
Vadim B. Mikheev
1997-04-24
* Hack for non-functional btree npages estimation:
Vadim B. Mikheev
1997-04-24
Have to copyObject((void*)clauseinfo) for a relation'
Vadim B. Mikheev
1997-04-24
Bug (yet unfixed but not fatal) found: Re-moving index clauses from the
Vadim B. Mikheev
1997-04-24
Save Var' order in index_outerjoin_references().
Vadim B. Mikheev
1997-04-24
Add innercost to result in cost_hashjoin.
Vadim B. Mikheev
1997-04-22
Fix for Hash and arrays
Vadim B. Mikheev
1997-04-21
Fix for -Wno-error
Vadim B. Mikheev
1997-04-15
Fix up the -Wno-error problem for non-gcc compilers
Marc G. Fournier
1997-04-09
From: "Martin S. Utesch" <utesch@aut.tu-freiberg.de>
Marc G. Fournier
1997-04-09
1. Enable to have different _CPU_PAGE_WEIGHT_ for heap and index.
Vadim B. Mikheev
1997-04-09
Fix (hack) IndexSelectivity():
Vadim B. Mikheev
1997-04-05
Changes for GROUP BY func_results:
Vadim B. Mikheev
1997-04-05
Changes for GROUP BY func_results.
Vadim B. Mikheev
1997-04-04
This commit represents a clean compile with the new templates under
Marc G. Fournier
1997-04-03
From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
Marc G. Fournier
1997-04-02
From: Oleg Bartunov <oleg@sai.msu.su>
Marc G. Fournier
1997-03-18
Patches for Vadim's multikey indexing...
Marc G. Fournier
1997-03-14
> There are some minor fixes to the GEQO.
Marc G. Fournier
1997-03-12
From: Dan McGuirk <mcguirk@indirect.com>
Marc G. Fournier
1997-03-12
From: Dan McGuirk <mcguirk@indirect.com>
Marc G. Fournier
1997-03-03
Patch from Martin due to changes in joinrels.c
Marc G. Fournier
1997-03-01
Change machine/limits.h to limits.h.
Bruce Momjian
1997-02-20
Fix for queries with 3 or more relations participating in
Vadim B. Mikheev
1997-02-19
Various cleanups to satisfy -Werror, but there are some errors that I'm
Marc G. Fournier
1997-02-19
rearrange ordering of headers os that postgres.h is first
Marc G. Fournier
1997-02-19
Remove WIN32 stuff, and improve conformance to configure
Marc G. Fournier
1997-02-19
Add and install the pg_geqo.sample file
Marc G. Fournier
1997-02-19
Merge in GEQO Optimizer
Marc G. Fournier
1997-02-14
Remove WIN32 defines. They never worked.
Bruce Momjian
1997-01-26
Linux defines MAXINT in values.h, which causes an error when compiling.
Marc G. Fournier
1997-01-24
Replace occurances of USE_{LIMITS,VALUES}_H with HAVE_* in preparation
Marc G. Fournier
1997-01-22
INDEXSCAN_PATCH changes: should work for (Param OP VAR) too
Vadim B. Mikheev
1997-01-22
1. INDEXSCAN_PATCH changes: (op Param Var) should work too
Vadim B. Mikheev
1997-01-22
Taking a chance here. Under both Solaris and FreeBSD, there is a
Marc G. Fournier
1997-01-22
Cast constants to the type of the other binary operand.
Bruce Momjian
1997-01-13
Part of patch to make a working nextstep port.
Bryan Henderson
1997-01-10
include sem.h added, include string.h neede, from Erik Bertelsen for Ultrix
Bruce Momjian
1997-01-08
#include "postgres.h"
Vadim B. Mikheev
[next]