History log of /sqlite-3.40.0/test/wordcount.c (Results 1 – 15 of 15)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release, version-3.50.2, version-3.50.1, major-release, version-3.50.0, version-3.49.2, patch-release, version-3.44.4, version-3.49.1, version-3.49.0, major-relase, relase, version-3.48.0, version-3.47.2, version-3.47.1, version-3.47.0, version-3.46.1, version-3.46.0, version-3.45.3, version-3.44.3, version-3.45.2, version-3.45.1, vesion-3.45.1, version-3.45.0, version-3.44.2, version-3.44.1, version-3.44.0, version-3.43.2, version-3.43.1, version-3.43.0, version-3.42.0, version-3.41.2, version-3.41.1, version-3.41.0, version-3.40.1, version-3.40.0, version-3.39.4, version-3.39.3, version-3.39.2, version-3.39.1, version-3.39.0, version-3.38.5, version-3.38.4, relese, version-3.38.3, version-3.38.2, version-3.38.1, version-3.38.0, version-3.37.2, version-3.37.1, version-3.37.0, version-3.36.0, version-3.35.5, version-3.35.4, version-3.35.3, same-as-3.35.3, version-3.35.2, version-3.35.1, version-3.35.0, patch, version-3.34.1, version-3.34.0, version-3.33.0, version-3.32.3, version-3.32.2, version-3.32.1, version-3.32.0, version-3.31.1, version-3.31.0, version-3.30.1, version-3.30.0, version-3.29.0, version-3.28.0, version-3.27.2, version-3.27.1, version-3.27.0, version-3.26.0, version-3.25.3, version-3.25.2, version-3.25.1, version-3.25.0, version-3.24.0, version-3.23.2
# 482dc645 19-Apr-2018 drh <[email protected]>

Add the --upsert option to the wordcount test program.

FossilOrigin-Name: ee1e750baaf4c66b4e1f103d8b80362f57e711ac601e57f99ed6a33913f443d2


Revision tags: version-3.23.1, version-3.23.0, version-3.22.0, version-3.21.0
# b2a0f75c 28-Aug-2017 drh <[email protected]>

Remove the rarely-used scratch memory allocator. This makes the code smaller,
faster, and easier to maintain. In place of the scratch allocator, add the
SQLITE_CONFIG_SMALL_MALLOC configuration opt

Remove the rarely-used scratch memory allocator. This makes the code smaller,
faster, and easier to maintain. In place of the scratch allocator, add the
SQLITE_CONFIG_SMALL_MALLOC configuration option that provides a hint to SQLite
that large memory allocations should be avoided.

FossilOrigin-Name: 54b000246cfb5c7b8adb61a17357ef5a49adddde9e48e8937834d5ba0beb8a6b

show more ...


Revision tags: version-3.20.1, version-3.19.4, version-3.20.0, version-3.18.2, version-3.18.1, version-3.19.3, version-3.19.2, version-3.19.1, version-3.19.0, version-3.18.0, version-3.17.0, version-3.16.2, version-3.16.1, version-3.16.0
# e2b45d17 31-Dec-2016 drh <[email protected]>

Add the --help and --all options to the wordcount test utility.

FossilOrigin-Name: 18baeadfc89f6252e38dbc22904b11c5b56347ee


Revision tags: version-3.15.2, version-3.15.1, version-3.15.0, version-3.14.2, version-3.14.1, version-3.14.0
# 19eb77bb 01-Aug-2016 drh <[email protected]>

Update the wordcount.c test program and add a new script "time-wordcount.sh"
for additional performance testing.

FossilOrigin-Name: d8ef9f58643f13dd3d16dcde0d829ae08324f04b


Revision tags: version-3.13.0, version-3.12.2, version-3.12.1, version-3.9.3, version-3.12.0, version-3.11.1, version-3.11.0, version-3.10.2, version-3.10.1, version-3.10.0, version-3.9.2
# c56fac74 29-Oct-2015 drh <[email protected]>

Fix uses of ctype functions (ex: isspace()) on signed characters in test
programs and in some obscure extensions. No changes to the core.

FossilOrigin-Name: 34eb6911afee09e779318b79baf953f616200128


Revision tags: version-3.9.1, version-3.9.0, version-3.8.11.1, version-3.8.11, version-3.8.10.2, version-3.8.10.1, version-3.8.10, version-3.8.9, version-3.8.8.3, version-3.8.8.2, version-3.8.8.1, version-3.8.8, version-3.8.7.4, version-3.8.7.3, version-3.8.7.2, version-3.8.7.1, version-3.8.6.1, version-3.8.7, version-3.8.6, version-3.8.5, version-3.8.4.3, version-3.8.4.2, version-3.8.4.1, version-3.8.4, version-3.8.3.1, version-3.8.3, version-3.8.2
# 55fcab39 26-Nov-2013 drh <[email protected]>

Fix a possible NULL pointer deference in the wordcount test program.

FossilOrigin-Name: 6f91dca0de908dc2b15130a6593a61c3147a409f


# cb4f8708 21-Nov-2013 drh <[email protected]>

Slight change to the --timer output on wordcount for better display on
windows: Avoid showing the full pathname of the executable.

FossilOrigin-Name: b9e047b9e3c2ee4df4a2d921db62f590fa5452d3


# 7a909855 21-Nov-2013 drh <[email protected]>

Modify wordcount so that timer information appears on standard error instead
of standard output. Rename the run-wordcount.bash script to run-wordcount.sh
and simplify it so that it stands a better c

Modify wordcount so that timer information appears on standard error instead
of standard output. Rename the run-wordcount.bash script to run-wordcount.sh
and simplify it so that it stands a better chance of running on non-GNU
systems.

FossilOrigin-Name: 586c11ed7cc6b8e2c7181231e37791c2fbc95272

show more ...


# d2b637c2 21-Nov-2013 drh <[email protected]>

Add the --timer option to the wordcount test program.

FossilOrigin-Name: a89fdf87553f01c150729c570796b5078a9b069d


# aedfc507 16-Nov-2013 drh <[email protected]>

Fully constraint the ORDER BY on the top-10 line of the --summary output
from the wordcount test program. Add the run-wordcount.bash script for
running wordcount in various configurations.

FossilOr

Fully constraint the ORDER BY on the top-10 line of the --summary output
from the wordcount test program. Add the run-wordcount.bash script for
running wordcount in various configurations.

FossilOrigin-Name: 7edf39eb93a8f9059a788f5fccf41c2be40afd4d

show more ...


# 776f3a2f 15-Nov-2013 drh <[email protected]>

Add the --query option to the wordcount test program.

FossilOrigin-Name: 5960d11eba4fc6ca136331279689424d03bd6e76


# 24f1985a 08-Nov-2013 drh <[email protected]>

On the --summary output of wordcount, add the a PRAGMA integrity_check and
a 64-bit checksum of the entire table.

FossilOrigin-Name: 1d1d13b89056903543c909b094030d205473fa82


# ac873261 07-Nov-2013 drh <[email protected]>

Add many new options to the wordcount test program: --delete, --pagesize,
--cachesize, --commit, --nosync, and --journal.

FossilOrigin-Name: e938112d316ca31460f247cc104ca3ff1d60b4da


# 0afa99e3 07-Nov-2013 drh <[email protected]>

Add the --stats and --summary options to the wordcount.c test program.

FossilOrigin-Name: 8aa21e6791d408c8f018bd779e09cb7e7179f884


# 9ac3c1ea 07-Nov-2013 drh <[email protected]>

Add the "wordcount.c" test program.

FossilOrigin-Name: f02ee5463084cef45ae412c51211b66de7e86baf