Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Cleanup for memset macro. | Bruce Momjian | 1997-09-18 |
| | |||
* | Add in srandom() check to configure | Marc G. Fournier | 1997-09-18 |
| | | | | | Add appropriate HAVE_{RANDOM,SRANDOM} values to config.h Add approrpiate #ifdef's to sparc_solaris port files for Solaris v2.6 | ||
* | QUERY: SELECT p.name, p.age FROM person* p ORDER BY age using >; | Vadim B. Mikheev | 1997-09-18 |
| | | | | ^^^^^^ - new order of tuples (due to psort changes) | ||
* | No more SortTuplesInTree... | Vadim B. Mikheev | 1997-09-18 |
| | |||
* | Don't limit number of tuples in leftist trees! | Vadim B. Mikheev | 1997-09-18 |
| | | | | | | | 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! | ||
* | No more SortTuplesInTree... | Vadim B. Mikheev | 1997-09-18 |
| | |||
* | Convert sequence names tolower. | Vadim B. Mikheev | 1997-09-18 |
| | |||
* | ALTER TABLE ADD COLUMN: set atthasdef to FALSE. | Vadim B. Mikheev | 1997-09-18 |
| | |||
* | Inline frequently called functions. | Bruce Momjian | 1997-09-18 |
| | |||
* | Addded to Psortstate: | Vadim B. Mikheev | 1997-09-18 |
| | | | | | lt_tupcount - number of tuples in struct leftist *Tuples lasttuple - last tuple put to disk by createfirstrun() | ||
* | + SortTuplesInTree | Vadim B. Mikheev | 1997-09-18 |
| | |||
* | 1. Use qsort for first run | Vadim B. Mikheev | 1997-09-18 |
| | | | | | | | 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! | ||
* | + int SortTuplesInTree = 2560; | Vadim B. Mikheev | 1997-09-18 |
| | | | | (default value for max number of tuples in leftist tree) | ||
* | Allow set max number of tuples in leftist tree for sorts | Vadim B. Mikheev | 1997-09-18 |
| | | | | (-S memory,tuples) | ||
* | Add explicit test for various comment syntaxes. | Thomas G. Lockhart | 1997-09-18 |
| | |||
* | Explicitly test various comment syntaxes. | Thomas G. Lockhart | 1997-09-18 |
| | |||
* | Add syntax and warnings for unsupported ALTER TABLE commands | Thomas G. Lockhart | 1997-09-18 |
| | | | | including DROP COLUMN, SET CONSTRAINT, etc. | ||
* | Ack, I missed a template file here :( | Marc G. Fournier | 1997-09-18 |
| | |||
* | *** empty log message *** | Edmund Mergl | 1997-09-17 |
| | |||
* | *** empty log message *** | Edmund Mergl | 1997-09-17 |
| | |||
* | adapted to pgsql-v6.2 | Edmund Mergl | 1997-09-17 |
| | |||
* | *** empty log message *** | Edmund Mergl | 1997-09-17 |
| | |||
* | Remove extra backets in tr test. | Bruce Momjian | 1997-09-17 |
| | |||
* | Linux seems to have 3/4/5/686. | Bruce Momjian | 1997-09-16 |
| | |||
* | Makefile cleanup. | Bruce Momjian | 1997-09-16 |
| | |||
* | Mklinux patch from Tatsuo. | Bruce Momjian | 1997-09-16 |
| | |||
* | Modify to match current expected output | Thomas G. Lockhart | 1997-09-16 |
| | | | | after adding separate sections for DEFAULT and CHECK. | ||
* | Add explicit, separate test sections for DEFAULT and CHECK. | Thomas G. Lockhart | 1997-09-16 |
| | | | | | Use conventions common to other regression test input files. Leave non-temporary files at end of test. | ||
* | Remove extraneous blank lines from error messages. | Thomas G. Lockhart | 1997-09-16 |
| | |||
* | Remove difftime() calls. | Thomas G. Lockhart | 1997-09-16 |
| | | | | Still uses time_t declarations, but most code will be changed for next release. | ||
* | Fix string conversions for operators in DEFAULT and CHECK clauses. | Thomas G. Lockhart | 1997-09-16 |
| | |||
* | Remove uint32 from inet_aton file. | Bruce Momjian | 1997-09-16 |
| | |||
* | Add .eo to pgbuiltin. | Bruce Momjian | 1997-09-16 |
| | |||
* | Remove NO_MK_LORDER from Solaris. | Bruce Momjian | 1997-09-16 |
| | |||
* | Manual cleanup for textcat. | Bruce Momjian | 1997-09-16 |
| | |||
* | Fix pfree problem. | Vadim B. Mikheev | 1997-09-15 |
| | |||
* | -S need in optarg... | Vadim B. Mikheev | 1997-09-15 |
| | |||
* | -Linux configure additoin, libtcl Makefile patch. | Bruce Momjian | 1997-09-14 |
| | |||
* | To find uint32 on AIX. | Bruce Momjian | 1997-09-14 |
| | |||
* | Add mention of heap_getattr() compiler warning. | Bruce Momjian | 1997-09-14 |
| | |||
* | Let's hope this fixes the "bug" that was introduced | Marc G. Fournier | 1997-09-13 |
| | |||
* | Cleanup of use of settings as pointer and structure, and ps. | Bruce Momjian | 1997-09-13 |
| | |||
* | Cleanup for cash patch . | Bruce Momjian | 1997-09-13 |
| | |||
* | Added pgindent/README file. | Bruce Momjian | 1997-09-13 |
| | |||
* | Cleanup from patch applied. | Bruce Momjian | 1997-09-13 |
| | |||
* | configure cleanup. | Bruce Momjian | 1997-09-13 |
| | |||
* | Fix for copy to stdout for cash. | Bruce Momjian | 1997-09-13 |
| | |||
* | Add results from Vadim's new tables. | Thomas G. Lockhart | 1997-09-13 |
| | |||
* | Add tests for unary minus. | Thomas G. Lockhart | 1997-09-13 |
| | |||
* | Make tests match with modified error messages. | Thomas G. Lockhart | 1997-09-13 |
| |