summaryrefslogtreecommitdiff
path: root/src/libtracker-data/tracker-data-manager.c
Commit message (Expand)AuthorAgeFilesLines
* Domain-ontologies: allow more flexibility on locations. Example:domain-ontologiesPhilip Van Hoof2017-01-301-40/+73
* Add cache location to db manager and data managerPhilip Van Hoof2017-01-291-12/+25
* Allow loading domain ontology from .desktop filePhilip Van Hoof2017-01-281-12/+12
* libtracker-data, tracker-store: domain specific ontologiesPhilip Van Hoof2017-01-281-0/+3
* Whitespace fixesPhilip Van Hoof2017-01-281-4/+4
* libtracker-data: tracker-store: Initial infrastructure to support domainPhilip Van Hoof2017-01-271-5/+30
* libtracker-data: Propagate "locale mismatch" error from locale_changed()Carlos Garnacho2016-10-191-1/+1
* libtracker-data: Fix typoCarlos Garnacho2016-10-091-1/+1
* libtracker-data: Fix pointer sign warningsSam Thursfield2016-06-241-4/+4
* Update to FTS5Carlos Garnacho2016-03-011-9/+6
* libtracker-data: Handle tracker:fulltextIndexed changesCarlos Garnacho2016-03-011-28/+14
* libtracker-data: Rework ontology_get_fts_properties()Haithem BEN GHORBAL2016-02-151-18/+8
* Revert "libtracker-data: Clean up stale URIs on startup"Philip Van Hoof2016-01-161-21/+0
* libtracker-data: Cope for cardinality changes overwriting indicesCarlos Garnacho2015-07-261-0/+6
* libtracker-data: Clean up stale URIs on startupCarlos Garnacho2015-07-251-0/+21
* libtracker-data: Trigger rebuild of FTS tokens on parser changesCarlos Garnacho2015-07-041-0/+20
* tracker-data-manager: Re-creating tables don't add any property columnCarlos Garnacho2015-03-061-1/+1
* data-manager: Account for cardinality=0 on DB migrationCarlos Garnacho2015-02-241-5/+6
* Make --disable-tracker-fts compile againPhilip Van Hoof2014-11-301-2/+2
* libtracker-common: Moved tracker-ontologies.h into libtracker-sparqlMartyn Russell2014-10-271-64/+58
* Support for nrl:maxCardinality changing from one to manyPhilip Van Hoof2014-09-291-40/+113
* libtracker-fts: Fixed memory leak for property_names variableMartyn Russell2014-09-011-1/+8
* libtracker-data: getting FTS multivalued properties used unintialised variableMartyn Russell2014-03-061-1/+1
* libtracker-data: Make sure we return TRUE/FALSE on success or not for fts initDominique Leuenberger2013-02-261-0/+2
* libtracker-data: Removed tracker:fulltextNoLimitMartyn Russell2013-02-141-50/+5
* libtracker-data: Use g_hash_table_unref() not _destroy()Martyn Russell2013-02-041-4/+4
* libtracker-data: Use a g_message() for cases where FTS is disabledMartyn Russell2013-02-041-2/+2
* Use fts4 external content tables on Tracker FTSCarlos Garnacho2013-02-041-48/+61
* libtracker-data: Fix FTS initializationCarlos Garnacho2013-02-041-2/+2
* libtracker-data: remove useless FTS functionsCarlos Garnacho2013-02-041-1/+8
* libtracker-data: Cope with ontology changes in the FTS tableCarlos Garnacho2013-02-041-2/+17
* libtracker-data: Create several columns for FTS dataCarlos Garnacho2013-02-041-3/+48
* libtracker-fts: Update to FTS4Carlos Garnacho2013-02-041-0/+6
* libtracker-data: Fix dead code with disabled journalJürg Billeter2012-02-071-2/+2
* libtracker-data: Also recreate domain indexes on collation changeJürg Billeter2011-10-281-0/+12
* libtracker-data: Do not consider index recreation failure fatalJürg Billeter2011-09-231-2/+4
* libtracker-data: Drop all indexes before index recreationJürg Billeter2011-09-161-11/+28
* libtracker-data: Make index recreation less verboseJürg Billeter2011-09-161-12/+0
* libtracker-data: Support for removing rdfs:subPropertyOfPhilip Van Hoof2011-09-131-8/+31
* libtracker-data: Detect unsupported ontology change rdfs:subPropertyOfPhilip Van Hoof2011-09-131-4/+80
* libtracker-data: Log error message on unsupported ontology changeJürg Billeter2011-09-131-3/+3
* libtracker-data: Do not reset database on unsupported ontology changeJürg Billeter2011-09-131-4/+6
* libtracker-data: Rollback transaction on unsupported ontology changeJürg Billeter2011-09-131-48/+3
* libtracker-data: Fix error check for unsupported ontology changeJürg Billeter2011-09-131-3/+9
* libtracker-data: Use ontology from database if cache is unavailableJürg Billeter2011-09-011-2/+10
* libtracker-data: Unused variable in case of --disable-journalPhilip Van Hoof2011-07-051-2/+9
* libtracker-data: Disable journal with --disable-journalPhilip Van Hoof2011-06-291-0/+43
* libtracker-data: Initialization of db during restore must be handled if failsPhilip Van Hoof2011-06-291-0/+6
* libtracker-data: Create ontologies.gvdb on startup if necessaryJürg Billeter2011-06-281-4/+9
* libtracker-data: Propagate errors from db_get_static_dataJürg Billeter2011-06-281-27/+33