0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 7 hours ago.
May 07, 2023 — May 07, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Amend the query generation to vary the non-timelike 'bind' variables as well as the timelike one. This should make the database work a bit harder. More... over 19 years ago
Get rid of tabs in this file, so it displays predictably. More... over 19 years ago
Reformat for 80 charactor terminal window. More... over 19 years ago
Incorporate feedback from Peter Zaitsev<[email protected]> regarding the number of repeats for queries - they want to be able to run enough to average out the effect of very small runtimes. More... over 19 years ago
Apply - with some modifications - patch from [email protected]. More... over 19 years ago
Correct a raft of typos in the comments. Key words were misspelled which made it hard to decipher what the meaning was *meant* to be! More... over 19 years ago
Fix bug with dimension data generation. The timelike one does *not* scale with increasing size! (Thanks to the Mysql guys for noticing). More... over 19 years ago
Additional notes for Firebird - need to create an RTRIM UDF. More... over 19 years ago
Add in Mysql documentation and place server version numbers in all engine specific documenst so folk are not misled. More... over 19 years ago
Remove the word Postgresql from this document (pasted...) More... over 19 years ago
Minor corrections to the Db2 documentation More... over 19 years ago
Add Sybase documentation More... over 19 years ago
Add in Firebird documentation More... over 19 years ago
Additional documentation for various servers. More... over 19 years ago
Supply a bit more database creation info More... over 19 years ago
Standardize documentation headings. More... over 19 years ago
Revamp the documentation in line with suggestions by Pander. More... over 19 years ago
Allow for broken database managers that cannot handle AS in a from clause alias. More... over 19 years ago
Remove reference to beta status. More... over 19 years ago
Setup configure to detect random() properly - now can remove hack for win32. A plus is that we should now have comoilation on *nix platforms that are without random() too (AIX?). Tidy up header files. Minor doco changes. More... over 19 years ago
Documentation upadate. - seems I had forgotten to mention that windows can be compiled on (doh) - add in credits to Pander for the Sybase stuff More... over 19 years ago
Add Sybase notes and tidy up the documentation somewhat. More... over 19 years ago
Correct some of the Sybase comments in loadgen (pasted from Oracle section). Add some documentation for Sybase. More... over 19 years ago
Add in Sybase bcp control file generation. More... over 19 years ago
Preparations for Sybase inclusion: - add a variable for the Sybase server - put ; on a newline as Sybase understands it there (hopefully no other servers are broken by this...) More... over 19 years ago
Fix alloc errors identified by valgrind. Still chasing some odd behaviour here - missing \n now and again. More... almost 20 years ago
fix allocation errors identified by valgrind. More... almost 20 years ago
Need to add the database types! These defines were in the load generator include file (as only load needed them) ,but now they are used by the schema generator too. More... almost 20 years ago
Add in SQL Server support. This required a little bit of hackery to cope with the lack of DATE datatype. More... almost 20 years ago
Beginning of changes for windows/Mingw portability: Use octal 0664 for file create mask, and use a conditional macro to work around the lack of random() on windows/Mingw. More... almost 20 years ago