- 20 Sep, 1997 4 commits
-
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Allow ALTER TABLE ADD ( column ) syntax.
-
Thomas G. Lockhart authored
-
Marc G. Fournier authored
-
- 19 Sep, 1997 4 commits
-
-
Bruce Momjian authored
-
Marc G. Fournier authored
* (src/backend/Makefile): Use `ln', not `cd;ln' so that installers can wrap ln.
-
Vadim B. Mikheev authored
-
Bruce Momjian authored
-
- 18 Sep, 1997 22 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Marc G. Fournier authored
Add appropriate HAVE_{RANDOM,SRANDOM} values to config.h Add approrpiate #ifdef's to sparc_solaris port files for Solaris v2.6
-
Vadim B. Mikheev authored
^^^^^^ - new order of tuples (due to psort changes)
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
Use qsort to sort array of tuples for nextrun when current run is done and put into leftist tree from sorted array! It's much faster and creates non-bushy tree - this is ve-e-ery good for perfomance!
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
-
Bruce Momjian authored
-
Vadim B. Mikheev authored
lt_tupcount - number of tuples in struct leftist *Tuples lasttuple - last tuple put to disk by createfirstrun()
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
2. Limit number of tuples in leftist trees: - put one tuple from current tree to disk if limit reached; - end run creation if limit reached by nextrun. 3. Avoid mergeruns() if first run is single one!
-
Vadim B. Mikheev authored
(default value for max number of tuples in leftist tree)
-
Vadim B. Mikheev authored
(-S memory,tuples)
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
including DROP COLUMN, SET CONSTRAINT, etc.
-
Marc G. Fournier authored
-
- 17 Sep, 1997 5 commits
-
-
Edmund Mergl authored
-
Edmund Mergl authored
-
Edmund Mergl authored
-
Edmund Mergl authored
-
Bruce Momjian authored
-
- 16 Sep, 1997 5 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Thomas G. Lockhart authored
after adding separate sections for DEFAULT and CHECK.
-
Thomas G. Lockhart authored
Use conventions common to other regression test input files. Leave non-temporary files at end of test.
-