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
1998-08-24
I have found a minor problem with current configure.in.
Bruce Momjian
1998-08-24
This is the final state of the rule system for 6.4 after the
Bruce Momjian
1998-08-19
heap_fetch requires buffer pointer, must be released; heap_getnext
Bruce Momjian
1998-08-16
Check for null pointer returned from get_opname().
Thomas G. Lockhart
1998-08-14
Allow binary-compatible indices to be considered when checking for valid
Thomas G. Lockhart
1998-08-11
index strategy cleanup
Bruce Momjian
1998-08-10
Cleanups of optimizer.
Bruce Momjian
1998-08-10
Cleanup optimizer function names and clarify code.
Bruce Momjian
1998-08-09
New pgindent.
Bruce Momjian
1998-08-09
cleanups.
Bruce Momjian
1998-08-07
OPTIMIZER_DEBUG additions.
Bruce Momjian
1998-08-04
MergeSort was sometimes called mergejoin and was confusing. Now
Bruce Momjian
1998-08-04
Update flow chart.
Bruce Momjian
1998-08-03
Cleanup of OR processing.
Bruce Momjian
1998-08-02
Fix for OR handling with multiple indexes.
Bruce Momjian
1998-08-01
Cleanup of OR fix.
Bruce Momjian
1998-08-01
Allow index use with OR clauses.
Bruce Momjian
1998-07-31
Matching clauses to functional indices was broken, now fixed.
Vadim B. Mikheev
1998-07-27
Use Snapshot in heap access methods.
Vadim B. Mikheev
1998-07-24
Fix HAVING patch missing cast.
Bruce Momjian
1998-07-24
I'm sorry, but I think I introduced a little bug with my last patch.
Bruce Momjian
1998-07-20
target list fixes.
Bruce Momjian
1998-07-20
Makefile removal of internal.c.
Bruce Momjian
1998-07-20
Cleanup makeTargetEntry and remove internal.c.
Bruce Momjian
1998-07-20
Use defines rather than constants for types.
Bruce Momjian
1998-07-19
1) Queries using the having clause on base tables should work well
Bruce Momjian
1998-07-18
Rename Rel to RelOptInfo.
Bruce Momjian
1998-07-15
Fix explain for union and inheritance. Rename Append structure
Bruce Momjian
1998-07-12
Change atttypmod from int16 to int32, for Thomas.
Bruce Momjian
1998-06-15
Remove un-needed braces around single statements.
Bruce Momjian
1998-06-15
Fix macros that were not properly surrounded by parens or braces.
Bruce Momjian
1998-04-27
This patch...
Bruce Momjian
1998-04-15
Move HAVING function to proper file.
Bruce Momjian
1998-04-13
Cleanup up code.
Bruce Momjian
1998-04-06
Cleanup of compiler warnings.
Bruce Momjian
1998-04-06
Hi,
Bruce Momjian
1998-04-02
Fix merging pathes of pruned rels ("indices are unused" problem).
Vadim B. Mikheev
1998-03-31
Small HAVING cleanup.
Bruce Momjian
1998-03-31
Merge rename name page into alter table. Fix UNION with DISTINCT
Bruce Momjian
1998-03-30
documentation for HAVING, clean up UNION comment.
Bruce Momjian
1998-03-30
There's a patch attached to fix gcc 2.8.x warnings, except for the
Bruce Momjian
1998-03-30
I started adding the Having Clause and it works quite fine for
Bruce Momjian
1998-03-16
Fix for Datasize = 0 error, from Vadim.
Bruce Momjian
1998-03-16
subselect notes from Vadim.
Bruce Momjian
1998-02-26
pgindent run before 6.3 release, with Thomas' requested changes.
Bruce Momjian
1998-02-13
Support for subselects.
Vadim B. Mikheev
1998-02-13
Call union_planner() instead of planner().
Vadim B. Mikheev
1998-02-13
Old planner() becomes union_planner(); new planner() makes initialization
Vadim B. Mikheev
1998-02-13
Quite limited support for subselects in clausesel.c.
Vadim B. Mikheev
1998-02-11
Goodbye register keyword. Compiler knows better.
Bruce Momjian
[next]