index
:
debian-urweb
dfsg_clean
master
unofficial
Debian packaging for Ur/Web
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
caching-tests
Commit message (
Collapse
)
Author
Age
*
Fix SQL parser JOIN bug and fix ON clause logic in Sqlcache.
Ziv Scully
2015-11-19
|
*
Support nested queries but disable UrFlow for now.
Ziv Scully
2015-11-19
|
*
Trivial change to benchmark.
Ziv Scully
2015-11-18
|
*
Ran a benchmark!
Ziv Scully
2015-11-17
|
*
Add small benchmark (WIP).
ziv
2015-11-15
|
*
Fix bugs for lock calculation and SQL parsing and add support for tasks.
Ziv Scully
2015-11-15
|
*
Fix bug in and clean up free path code.
Ziv Scully
2015-11-10
|
*
Progress on free paths, but consolidation seems to fail more with them.
Ziv Scully
2015-11-09
|
*
Fix some table renaming issues.
Ziv Scully
2015-11-07
|
*
First draft of more specific formulas for queries.
Ziv Scully
2015-11-05
|
*
Consildation of caches understands sqlification.
Ziv Scully
2015-11-04
|
*
Make SQL caches use more of the pure caching machinery, but it's brittle.
Ziv Scully
2015-10-15
|
*
Add parameterless query to caching test.
Ziv Scully
2015-07-19
|
*
Add limited support for parsing SQL arithmetic.
Ziv Scully
2015-07-07
|
*
Only use string (rather than numeric, etc.) primitives in parsed SQL statements.
Ziv Scully
2015-07-06
|
*
Major DNF-calculation performance decrapification.
Ziv Scully
2015-06-30
|
*
Refactored a lot and fixed an and/or swap, but still not good on current test.
Ziv Scully
2015-06-29
|
*
Progress on LRU cache but still more known bugs to fix.
Ziv Scully
2015-06-28
|
*
Simplify example.
Ziv Scully
2015-03-27
|
*
Basic field-resolution invalidation.
Ziv Scully
2014-11-29
|
*
More invalidation progress.
Ziv Scully
2014-11-11
|
*
Progress towards invalidation based on equalities of fields.
Ziv Scully
2014-11-10
|
*
Mostly finish effectfulness analysis.
Ziv Scully
2014-10-31
|
*
Complete overhaul: cache queries based on immediate query result, not ↵
Ziv Scully
2014-10-14
|
|
|
|
eventual HTML output.
*
Small cleanup.
Ziv Scully
2014-09-15
|
*
Cleans up interface (it's now a command line option) and renames project to ↵
Ziv Scully
2014-05-31
|
|
|
|
"sqlcache" in the all-one-word style. Still has issues to do with concurrency, retrying transactions, and foreign function calls that either rely on state or have side effects.
*
Finishes initial prototype, caching parameterless pages with ↵
Ziv Scully
2014-05-27
|
|
|
|
table-match-based invalidation. Still has problems parsing non-Postgres SQL dialects properly.
*
ML half of initial prototype. (Doesn't compile because there's no C yet.)
Ziv Scully
2014-03-25