index
:
delta/zeitgeist.git
0.0
0.1
0.2
0.3
0.4
0.5
0.6
0.7
0.8
0.9
0.9.0.1
0.9.4
0.9.5
berkeley-db
cmake
ctests
current_origin
directdb
directlog
directread
events-with-null-values
fix-the-fixmes-1
fixing-unit-tests
fts4
libzeitgeist2
main
master
memoryfixes
moz
null_symbols
optimizations2
query_optimizations
sgevatter/fts-locking
sgevatter/upgrade-schema-3
sqlite_fts
tdfischer/event-caching
tdfischer/multi-column-indexes
tdfischer/timerange-deletion-api
testing
tintou/no-rapper
upgrade-test
gitlab.freedesktop.org: zeitgeist/zeitgeist.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
db-reader.vala
Commit message (
Expand
)
Author
Age
Files
Lines
*
move things around more
directlog
Seif Lotfy
2013-02-15
1
-1
/
+0
*
Move files around to extend libzeitgeist to directread
Seif Lotfy
2013-02-15
1
-0
/
+1
*
move stuff around
Seif Lotfy
2013-02-15
1
-953
/
+0
*
Add optimized queries and fix broken has_non_timestamp_condition method
Seif Lotfy
2013-01-02
1
-16
/
+13
*
Optimize Query formats and add helper methods to WhereClause
Seif Lotfy
2012-12-31
1
-48
/
+68
*
Remove uneeded column selection from group_and_sort
Seif Lotfy
2012-12-29
1
-2
/
+1
*
Remove distinct since it does not play well with the new query structure
Seif Lotfy
2012-12-29
1
-5
/
+8
*
more reducing
Seif Lotfy
2012-12-29
1
-1
/
+1
*
Reduce Query plan
Seif Lotfy
2012-12-29
1
-38
/
+35
*
Add distinctions and limitations into SQL since new indexes improve
Seif Lotfy
2012-12-27
1
-7
/
+4
*
Add test cases for Current Origin
Seif Lotfy
2012-10-19
1
-3
/
+3
*
fixed DB and added support for 0 ids
Seif Lotfy
2012-10-10
1
-6
/
+6
*
Sorting by CurrentOrigin (w/ test cases)
Siegfried-Angel Gevatter Pujals
2012-10-09
1
-0
/
+12
*
Clean up the tests a bit
Siegfried-Angel Gevatter Pujals
2012-10-09
1
-0
/
+1
*
More fixes.
Siegfried-Angel Gevatter Pujals
2012-10-08
1
-1
/
+1
*
More CurrentOrigin implementation. Various fixes.
Siegfried-Angel Gevatter Pujals
2012-10-08
1
-0
/
+16
*
Merge branch 'master' into current_origin
Siegfried-Angel Gevatter Pujals
2012-10-07
1
-2
/
+2
|
\
|
*
Fix (unreleased) regression in db-reader.vala
Siegfried-Angel Gevatter Pujals
2012-10-05
1
-1
/
+1
|
*
Revert "Add backup null value handling"
Siegfried-Angel Gevatter Pujals
2012-10-02
1
-18
/
+14
|
*
Revert "Fix assert_no_wildcard"
Siegfried-Angel Gevatter Pujals
2012-10-02
1
-12
/
+10
|
*
Fix assert_no_wildcard
Seif Lotfy
2012-10-01
1
-10
/
+12
|
*
Add backup null value handling
Seif Lotfy
2012-10-01
1
-14
/
+18
|
*
Revert db-reader.vala change: it is never called with null
Siegfried-Angel Gevatter Pujals
2012-09-28
1
-2
/
+2
*
|
Add a current_origin field to subjects
Siegfried-Angel Gevatter Pujals
2012-09-08
1
-1
/
+3
|
/
*
Changed get_event_ids in libzeitgeist2 to use GLib.Array instead
Seif Lotfy
2012-09-05
1
-2
/
+2
*
Remove comment
Siegfried-Angel Gevatter Pujals
2012-06-26
1
-4
/
+0
*
Add comment on why we do not skip timestamp index anymore
Seif Lotfy
2012-06-20
1
-6
/
+2
*
Use timestamp index instead of skipping it
Seif Lotfy
2012-06-19
1
-2
/
+2
*
Added a simple check to figure out whether to use event_view or event
Seif Lotfy
2012-06-18
1
-0
/
+4
*
db-reader.vala: modify get_where_clause_for_symbol to use OR statements inste...
Seif Lotfy
2012-05-14
1
-5
/
+8
*
db-reader: find_related_events: Fixed wrong entries in the returned results
Seif Lotfy
2012-04-20
1
-21
/
+25
*
Some fixes for lp:~rainct/zeitgeist/961974
Siegfried-Angel Gevatter Pujals
2012-04-05
1
-1
/
+2
*
Enhanced database corruption detection and recovery.
Siegfried-Angel Gevatter Pujals
2012-04-05
1
-18
/
+18
*
Refactor ResultType sorting and fix FTS++'s Search() with LeastRecent*
Siegfried-Angel Gevatter Pujals
2012-03-19
1
-42
/
+38
|
\
|
*
FTS++: Fix Search() when to return correct results for LeastRecent* result types
Siegfried-Angel Gevatter Pujals
2012-03-16
1
-0
/
+50
*
|
Merged Trever's fixes for bug 953041
Seif Lotfy
2012-03-17
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
Rename get/find_id to more usable names
Trever Fischer
2012-03-14
1
-4
/
+4
|
*
Don't insert IDs when we're merely searching for existance
Trever Fischer
2012-03-12
1
-4
/
+4
*
|
Remove unused argument
Trever Fischer
2012-03-13
1
-4
/
+2
*
|
Consolidate gobs of SQL generation into a common method
Trever Fischer
2012-03-13
1
-40
/
+57
|
/
*
Handle null strings properly
Michal Hruby
2012-02-05
1
-12
/
+12
*
Keep the deletion notification in DbReader only
Michal Hruby
2012-02-02
1
-1
/
+1
*
Refactor Engine class, so it's easier to do read-only db access
Michal Hruby
2012-02-02
1
-0
/
+894