index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
Commit message (
Expand
)
Author
Age
*
Fix handling of functions with non-attribute first argument in WHERE
Vadim B. Mikheev
1997-09-25
*
Fix GROUP BY when order of entries is different from order in target list.
Vadim B. Mikheev
1997-09-25
*
Inline memset() as MemSet().
Bruce Momjian
1997-09-18
*
Used modified version of indent that understands over 100 typedefs.
Bruce Momjian
1997-09-08
*
Add typdefs to pgindent run.
Bruce Momjian
1997-09-08
*
Another PGINDENT run that changes variable indenting and case label indenting...
Bruce Momjian
1997-09-08
*
Massive commit to run PGINDENT on all *.c and *.h files.
Bruce Momjian
1997-09-07
*
Cleanups needed for indent.
Bruce Momjian
1997-09-05
*
Cleanups needed for indent.
Bruce Momjian
1997-09-05
*
Cleanups needed for indent.
Bruce Momjian
1997-09-05
*
Cleanups needed for indent. Remove };
Bruce Momjian
1997-09-05
*
More NOT_USEDs
Bruce Momjian
1997-08-20
*
Make functions static where possible, enclose unused functions in #ifdef NOT_...
Bruce Momjian
1997-08-19
*
Reduce open() calls. Replace fopen() calls with calls to fd.c functions.
Bruce Momjian
1997-08-18
*
Remove more (void) and fix -Wall warnings.
Bruce Momjian
1997-08-12
*
Various compile errors concerning overflow due to shifts, unsigned, and bad p...
Bruce Momjian
1997-07-24
*
Fix replace_agg_clause() for unary operators.
Vadim B. Mikheev
1997-06-12
*
geqo_rel_paths(): compute_joinrel_size() shouldn't be called
Vadim B. Mikheev
1997-06-11
*
From: Robert Bruccoleri <bruc@bms.com>
Marc G. Fournier
1997-06-11
*
if ( rel->size <= 0 )
Vadim B. Mikheev
1997-06-10
*
if ( new_rel->size <= 0 )
Vadim B. Mikheev
1997-06-10
*
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-06
*
allpaths.c:find_join_paths(): compute_rel_size() shouldn't be called
Vadim B. Mikheev
1997-06-05
*
Use GEQO if _use_geqo_ is TRUE and # of relations is >= _use_geqo_rels_
Vadim B. Mikheev
1997-06-02
*
Enable GEQO for more than six tables, from Martin.
Bruce Momjian
1997-06-01
*
Consider right-sided plans if _use_right_sided_plans_ is true.
Vadim B. Mikheev
1997-05-20
*
#ifdef GEQO
Vadim B. Mikheev
1997-04-29
*
Fix GroupBy: enable functions over aggregates and GroupBy-ed fields
Vadim B. Mikheev
1997-04-29
*
* 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-24
*
Fix for Hash and arrays
Vadim B. Mikheev
1997-04-22
*
Fix for -Wno-error
Vadim B. Mikheev
1997-04-21
*
Fix up the -Wno-error problem for non-gcc compilers
Marc G. Fournier
1997-04-15
*
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-09
*
Changes for GROUP BY func_results:
Vadim B. Mikheev
1997-04-05
*
Changes for GROUP BY func_results.
Vadim B. Mikheev
1997-04-05
*
This commit represents a clean compile with the new templates under
Marc G. Fournier
1997-04-04
*
From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
Marc G. Fournier
1997-04-03
*
From: Oleg Bartunov <oleg@sai.msu.su>
Marc G. Fournier
1997-04-02
*
Patches for Vadim's multikey indexing...
Marc G. Fournier
1997-03-18
*
> There are some minor fixes to the GEQO.
Marc G. Fournier
1997-03-14
*
From: Dan McGuirk <mcguirk@indirect.com>
Marc G. Fournier
1997-03-12
*
From: Dan McGuirk <mcguirk@indirect.com>
Marc G. Fournier
1997-03-12
[next]