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
/
src
/
sqlcache.sml
Commit message (
Expand
)
Author
Age
*
Use IS NOT DISTINCT FROM; improve Sql parser
Adam Chlipala
2016-03-12
*
Sqlcache: also record script additions; do a MonoReduce afterward, to help Pr...
Adam Chlipala
2016-03-12
*
Make Sql compatible with unmangling
Adam Chlipala
2016-03-11
*
Tweak cache consolidation and choose better default.
Ziv Scully
2015-11-20
*
More work on heuristics.
Ziv Scully
2015-11-19
*
Add consolidation heuristic options.
Ziv Scully
2015-11-19
*
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
*
Make cache flushes happen immediately instead of at end of transaction.
Ziv Scully
2015-11-17
*
Fix bugs for lock calculation and SQL parsing and add support for tasks.
Ziv Scully
2015-11-15
*
Finish locking, but it's not yet tested rigorously.
Ziv Scully
2015-11-13
*
Fix issue with one-element caches. Locking still WIP.
Ziv Scully
2015-11-13
*
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
*
First draft of cache consolidation.
Ziv Scully
2015-10-21
*
Make SQL caches use more of the pure caching machinery, but it's brittle.
Ziv Scully
2015-10-15
*
Thread state through addCaching more carefully.
Ziv Scully
2015-10-14
*
Factor out SQL simplification.
Ziv Scully
2015-10-14
*
Do SQL and pure caching in the same pass.
Ziv Scully
2015-10-14
*
Hard-code Sqlcache module (in Ur/Web) as effectful and reorder sqlcache.sml.
Ziv Scully
2015-10-14
*
Fix another mismatch between expunger SQL generation and SQL parser.
Ziv Scully
2015-10-13
*
Fix recording bugs to do with nesting and buffer reallocation. Stop MonoFooif...
Ziv Scully
2015-10-07
*
Fix SQL-parsing and declaration-ordering bugs.
Ziv Scully
2015-09-30
*
Begin work on cache merging.
Ziv Scully
2015-09-28
*
Fix effectfulness registration toy cache.
Ziv Scully
2015-09-27
*
Fix bug where pure caching didn't treat FFI applications as effectful.
Ziv Scully
2015-09-27
*
Use referenced (rather than all) free variables as keys for pure caches.
Ziv Scully
2015-09-27
*
Pure caching sort of works.
Ziv Scully
2015-09-27
*
Use new refactored urlification in Sqlcache.
Ziv Scully
2015-09-21
*
Revert to revision 2222.
Ziv Scully
2015-09-21
*
Make Mono.file a record for readability upon extension.
Ziv Scully
2015-09-13
*
Start work on pure expression caching.
Ziv Scully
2015-09-13
*
Rewrite effectfulness analysis using MonoUtil.
Ziv Scully
2015-08-15
*
Use uniform representation of comparisons for better simplification.
Ziv Scully
2015-07-20
*
Fix possible formula simplification bug with extra formula' type.
Ziv Scully
2015-07-20
*
Rename C functions and remove functors nested inside modules.
Ziv Scully
2015-07-19
*
Add limited support for parsing SQL arithmetic.
Ziv Scully
2015-07-07
*
Fix bug in redundancy checking and use finer formula for UPDATE statements.
Ziv Scully
2015-07-05
*
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
*
More work factoring out Sqlcache back end.
Ziv Scully
2015-05-06
*
Factor out cache implementation from Sqlcache.
Ziv Scully
2015-05-06
*
Fix type in flush FFI call to option string (rather than string).
Ziv Scully
2015-03-31
*
Remove Sqlcache urlification hack.
Ziv Scully
2014-11-29
*
Basic field-resolution invalidation.
Ziv Scully
2014-11-29
*
Add interface to UnionFind.
Ziv Scully
2014-11-24
[next]