- 30 Mar, 1998 1 commit
-
-
Bruce Momjian authored
sequential scans! (I think it will also work with hash, index, etc but I did not check it out! I made some High level changes which should work for all access methods, but maybe I'm wrong. Please let me know.) Now it is possible to make queries like: select s.sname, max(p.pid), min(p.pid) from part p, supplier s where s.sid=p.sid group by s.sname having max(pid)=6 and min(pid)=1 or avg(pid)=4; Having does not work yet for queries that contain a subselect statement in the Having clause, I'll try to fix this in the next days. If there are some bugs, please let me know, I'll start to read the mailinglists now! Now here is the patch against the original 6.3 version (no snapshot!!): Stefan
-
- 26 Feb, 1998 1 commit
-
-
Bruce Momjian authored
-
- 10 Feb, 1998 1 commit
-
-
Bruce Momjian authored
-
- 06 Feb, 1998 1 commit
-
-
Bruce Momjian authored
-
- 20 Jan, 1998 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
Add lock to i386 asm.
-
- 19 Jan, 1998 1 commit
-
-
Bruce Momjian authored
-
- 15 Jan, 1998 1 commit
-
-
Bruce Momjian authored
Pass List* of Aggregs into executor, and create needed array there. No longer need to double-processs Aggregs with second copy in Query. Fix crash when doing: select sum(x+1) from test where 1 > 0;
-
- 11 Jan, 1998 1 commit
-
-
Bruce Momjian authored
-
- 10 Jan, 1998 1 commit
-
-
Bruce Momjian authored
-
- 09 Jan, 1998 1 commit
-
-
Bruce Momjian authored
-
- 05 Jan, 1998 1 commit
-
-
Bruce Momjian authored
-
- 29 Dec, 1997 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 27 Dec, 1997 1 commit
-
-
Bruce Momjian authored
-
- 24 Dec, 1997 1 commit
-
-
Bruce Momjian authored
-
- 23 Dec, 1997 1 commit
-
-
Thomas G. Lockhart authored
Add a few lines of test code playing with the unique flag for unions. Does not do much helpful yet.
-
- 16 Dec, 1997 1 commit
-
-
Thomas G. Lockhart authored
-
- 09 Dec, 1997 1 commit
-
-
Thomas G. Lockhart authored
Check for duplicate implicit index names and generate unique names.
-
- 04 Dec, 1997 1 commit
-
-
Thomas G. Lockhart authored
Implement PRIMARY KEY and UNIQUE clauses using indices.
-
- 26 Nov, 1997 1 commit
-
-
Bruce Momjian authored
-
- 25 Nov, 1997 1 commit
-
-
Bruce Momjian authored
-
- 20 Nov, 1997 1 commit
-
-
Bruce Momjian authored
-
- 30 Oct, 1997 1 commit
-
-
Thomas G. Lockhart authored
-
- 25 Oct, 1997 1 commit
-
-
Bruce Momjian authored
-
- 16 Oct, 1997 1 commit
-
-
Vadim B. Mikheev authored
-
- 12 Oct, 1997 1 commit
-
-
Vadim B. Mikheev authored
-
- 18 Sep, 1997 2 commits
-
-
Bruce Momjian authored
-
Vadim B. Mikheev authored
-
- 08 Sep, 1997 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting.
-
- 07 Sep, 1997 1 commit
-
-
Bruce Momjian authored
-
- 05 Sep, 1997 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 01 Sep, 1997 1 commit
-
-
Thomas G. Lockhart authored
Generate non-fatal warning only and proceed by ignoring clauses.
-
- 22 Aug, 1997 1 commit
-
-
Bruce Momjian authored
-
- 19 Aug, 1997 1 commit
-
-
Bruce Momjian authored
-
- 18 Aug, 1997 1 commit
-
-
Bruce Momjian authored
-