[tracker] (72 commits) Non-fast-forward update to branch wip/carlosg/update-perf
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] (72 commits) Non-fast-forward update to branch wip/carlosg/update-perf
- Date: Tue, 30 Aug 2022 15:39:40 +0000 (UTC)
The branch 'wip/carlosg/update-perf' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:
https://wiki.gnome.org/Git/Help/NonFastForward
Commits removed from the branch:
035c169... libtracker-data: Propagate error message on constraint erro
6361513... utils: Add 2 more cases to tracker-benchmark
3ed3069... utils: Improve output of tracker-benchmark
b4ca2ec... core: Fix lookup of multivalued FTS columns
b3fb19c... core: Bump database version
cc71f0f... libtracker-data: Drop requirement to pass text to FTS delet
420568b... libtracker-data: Shuffle FTS text deletion
decf091... libtracker-data: Shuffle handling of properties not belongi
8814831... libtracker-data: Drop intermediate function
4214923... libtracker-sparql: Simplify FTS text insertion
a2fb95b... libtracker-sparql: Use TrackerRowid in FTS functions
0ffa0cd... libtracker-sparql: Propagate errors from FTS update/deletio
5325283... libtracker-sparql: Minor code refactor
478225a... libtracker-data: Pass TrackerClass/Property further along i
f21e2de... libtracker-sparql: Refactor handling of domain indexes
cb3ab89... libtracker-sparql: Pass TrackerProperty further in updates
32b595c... libtracker-sparql: Change hashtable key
dde1f81... libtracker-sparql: Add function to get GValue array from a
8fb53db... libtracker-sparql: Use tracker_db_statement_get_values()
9869043... libtracker-sparql: Use concatenation to expand prefixes
06497e7... libtracker-sparql: Update code comments
a13633e... libtracker-sparql: Add private call to determine if a resou
98599e7... libtracker-sparql: Use API to deal with TrackerResources th
4cec7a3... libtracker-sparql/core: Do not pass graph ID to notifier ho
84ca5a3... libtracker-sparql/core: Do not store graph ID in update mac
ba50355... libtracker-sparql/core: Drop FTS helper variable
ee013a8... libtracker-sparql/core: Loosen TrackerDBStatement ownership
7ca7114... libtracker-data/core: Plug leaks on TrackerData updates obj
6eca51e... libtracker-sparql/core: Keep statement to insert into Resou
463b1f8... libtracker-sparql/core: Keep statements to maintain resourc
035bc4e... libtracker-sparql/core: Mark functions static
8ab80c4... libtracker-sparql/core: Use GType directly
e54ae61... libtracker-sparql/core: Set nrl:modified/added consistently
c1e99c7... libtracker-sparql/core: Do not clear all cached graph info
e49e190... core: Untangle class insert and update queries
e6eb0b1... core: Minor refactor
dfcaa26... core: Refactor buffering of database updates
e8883e9... core: Add direct getters for nrl:added/modified properties
0ee856c... core: Generalize TrackerDBStatement cache API
61a85c0... core: Improve performance of update statement caching
96a29c3... core: Replace hashtable with list
e391255... core: Move accounting of already visited TrackerResources a
73c011f... core: Add fast path to look up class/property URIs
73df968... core: Make it possible to look up properties by short URIs
1da6af0... core: Avoid expanding property names for lookups
63b8fc1... core: Shuffle graph URI expansion
c128bdf... core: Delay GHashTable creation
7190546... core: Use TrackerResourceIterator to iterate resources for
804df8c... core: Maintain array for refcount changes
716b3e0... core: Decouple FTS updates from previous property value loo
0c1b057... core: Optimize deletion of classes of a resource
b5069d0... core: Optimize call to fetch property values
7d9ae5d... core: Use statement cache on queries for property values
012911c... core: Shuffle query for RDF types of a resource
ae80b31... core: Keep statement to query resource IDs
89d14fa... core: Don't ask to cache a one-time statement
18e81fc... core: Return a boolean on tracker_db_statement_execute()
4bba06a... core: Avoid finding out resource insertion through GError
ea09be4... core: Drop caching of scarcely run statements
fda59c5... core: Avoid query for subclasses of a resource
cf553e8... libtracker-sparql: Avoid spurious warnings writing D-Bus en
Commits added to the branch:
eb16675... build: Update meson_version to 0.53 (*)
becfbb9... tracker-sparql/core: Add missing dependency on unicode libr (*)
be20f15... Update Abkhazian translation (*)
9f520e7... Updated Czech translation (*)
0b22629... Update German translation (*)
a5f323b... libtracker-sparql/bus: Add missing errno.h include (*)
795c029... Merge branch 'errno' into 'master' (*)
77a86bc... core: Free the ontology and cache locations on finalizing d (*)
2b4cc91... Merge branch 'sparql-data-manager-fix' into 'master' (*)
9fdd1ee... Merge branch 'icu-dep' into 'master' (*)
a100df3... Merge branch 'wip/jfelder/meson_version' into 'master' (*)
f6b184d... libtracker-data: Propagate error message on constraint erro
7723e4f... utils: Add 2 more cases to tracker-benchmark
f51cd02... utils: Improve output of tracker-benchmark
417d450... core: Fix lookup of multivalued FTS columns
91e9fbe... core: Bump database version
8b85648... libtracker-data: Drop requirement to pass text to FTS delet
18cd2c4... libtracker-data: Shuffle FTS text deletion
463dec1... libtracker-data: Shuffle handling of properties not belongi
47446da... libtracker-data: Drop intermediate function
cfb8400... libtracker-sparql: Simplify FTS text insertion
e2d61a4... libtracker-sparql: Use TrackerRowid in FTS functions
111de39... libtracker-sparql: Propagate errors from FTS update/deletio
b307948... libtracker-sparql: Minor code refactor
4368586... libtracker-data: Pass TrackerClass/Property further along i
ae25d7f... libtracker-sparql: Refactor handling of domain indexes
63f15e3... libtracker-sparql: Pass TrackerProperty further in updates
d6e4b93... libtracker-sparql: Change hashtable key
d34f5e2... libtracker-sparql: Add function to get GValue array from a
bb9ce84... libtracker-sparql: Use tracker_db_statement_get_values()
11b1f49... libtracker-sparql: Use concatenation to expand prefixes
0cbd8a9... libtracker-sparql: Update code comments
bc743f3... libtracker-sparql: Add private call to determine if a resou
aef59a5... libtracker-sparql: Use API to deal with TrackerResources th
cf0bef3... libtracker-sparql/core: Do not pass graph ID to notifier ho
dec0bd1... libtracker-sparql/core: Do not store graph ID in update mac
9fb96bb... libtracker-sparql/core: Drop FTS helper variable
b2bb678... libtracker-sparql/core: Loosen TrackerDBStatement ownership
078529f... libtracker-data/core: Plug leaks on TrackerData updates obj
cbf14b1... libtracker-sparql/core: Keep statement to insert into Resou
19d4964... libtracker-sparql/core: Keep statements to maintain resourc
8147f09... libtracker-sparql/core: Mark functions static
0f1071d... libtracker-sparql/core: Use GType directly
e48b3e0... libtracker-sparql/core: Set nrl:modified/added consistently
f42ccb0... libtracker-sparql/core: Do not clear all cached graph info
01476fe... core: Untangle class insert and update queries
f820396... core: Minor refactor
17bf283... core: Refactor buffering of database updates
ddd3dc2... core: Add direct getters for nrl:added/modified properties
4c3e0f0... core: Generalize TrackerDBStatement cache API
57f7064... core: Improve performance of update statement caching
3166c67... core: Replace hashtable with list
bfd32ca... core: Move accounting of already visited TrackerResources a
faf285c... core: Add fast path to look up class/property URIs
25a1186... core: Make it possible to look up properties by short URIs
ae2e7dc... core: Avoid expanding property names for lookups
25db39f... core: Shuffle graph URI expansion
7573992... core: Delay GHashTable creation
507d198... core: Use TrackerResourceIterator to iterate resources for
7959043... core: Maintain array for refcount changes
4f4e4a4... core: Decouple FTS updates from previous property value loo
adccf33... core: Optimize deletion of classes of a resource
c56e635... core: Optimize call to fetch property values
414dfa8... core: Use statement cache on queries for property values
85a491a... core: Shuffle query for RDF types of a resource
fb402b6... core: Keep statement to query resource IDs
84edbdc... core: Don't ask to cache a one-time statement
f2454c9... core: Return a boolean on tracker_db_statement_execute()
d6203d0... core: Avoid finding out resource insertion through GError
c4d2d5b... core: Drop caching of scarcely run statements
7ddec58... core: Avoid query for subclasses of a resource
3487ebf... libtracker-sparql: Avoid spurious warnings writing D-Bus en
(*) This commit already existed in another branch; no separate mail sent
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]