Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
History for libpkg/private/db_upgrades.h  ·  View all commits
62 commits
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
22 days ago abccdd3
B
DB: add missing indexes
Baptiste Daroussin
1 month ago 9c711f4
I
libpkg: store ignored shlibs in manifest and db
Isaac Freund
3 months ago cd69108
S
Merge commit '2d18505bf79a2eb87e2e72bbc3e30b0cf7f6b15c'
Shawn Webb
4 months ago eacbab2
s
pkgdb: track mtime in pkgdb
strssndktn
7 months ago 08bf9b3
s
pkgdb: track uname, gname, permissions and fflags in pkgdb
strssndktn
7 months ago 699f92e
S
Merge branch 'upstream-master'
Shawn Webb
3 years ago 6c2ebb5
B
sqldb: do sone cleanup and bump schema to version 36
Baptiste Daroussin
3 years ago 1ff6638
U
libpkg: correct schema syntax
User Idwer
6 years ago 917e4b4
B
Add support for scripts in lua
Baptiste Daroussin
6 years ago 485bdd9
B
Finish killing FTS
Baptiste Daroussin
9 years ago ef1cba8
B
Rename precious to vital on suggestion from wblock@
Brad Davis
10 years ago 8ab7285
B
First pass at implementing precious packages
Brad Davis
10 years ago 103076e
V
Add migrations.
Vsevolod Stakhov
10 years ago b9b4246
B
Add a place where to store requires
Baptiste Daroussin
11 years ago 79a5102
B
Prevent dying on duplicated names when upgrading from pkg 1.3
Baptiste Daroussin
11 years ago bfcace0
B
Uniqueness has been changed from origin to name make the dependency unicity check follow
Baptiste Daroussin
11 years ago e7c65cb
B
Upgrade db to know the unique id is the package name now
Baptiste Daroussin
11 years ago 65a232f
B
Add preliminary support for @config
Baptiste Daroussin
11 years ago e6cd406
V
Fix upgrade SQL.
Vsevolod Stakhov
11 years ago 7de0d15
B
Do not lose time when migration to 1.3
Baptiste Daroussin
11 years ago 768bb00
V
Upgrade user's databases with indicies.
Vsevolod Stakhov
11 years ago 7431c05
B
Add back manifestdigest column lost in schema 25
Bryan Drewery
11 years ago cc854e6
B
Move unicity in the database into the tuple: (origin, name)
Baptiste Daroussin
11 years ago a925d23
B
Move pkg_lock schema into normal schema upgrade path
Bryan Drewery
11 years ago 461b5e6
V
Append version to fts name.
Vsevolod Stakhov
12 years ago 39ae9e1
V
Merge branch 'pkg-fts'
Vsevolod Stakhov
12 years ago 078e397
V
Use the same indicies for the local db.
Vsevolod Stakhov
12 years ago dcd1ab9
V
Implement local db upgrade.
Vsevolod Stakhov
12 years ago eccb058
B
Merge branch 'master' into fix-autoremove-completion
Brad Davis
12 years ago 5b00ee1
V
Update DB versions.
Vsevolod Stakhov
12 years ago fc1a46a
V
Merge branch 'master' into gsoc
Vsevolod Stakhov
12 years ago 8d30157
M
Add or update copyrights
Matthew Seaman
12 years ago 60e3a17
M
'default' is a reserved word. Call that column default_value instead.
Matthew Seaman
12 years ago 513d2da
M
Add update code to transition to new options schema
Matthew Seaman
12 years ago 6cc63fb
M
Merge pull request #596 from so14k/fix-sql-trigger
Matthew Seaman
12 years ago a33f4d4
B
- Fix typo in trigger introduced in b5a535e93d7e28d15eb90ec7655417863e043682
Brad Davis
12 years ago 1297eca
M
Create the pkg_script_package_id INDEX correctly
Matthew Seaman
12 years ago 5f4c27a
M
Add backwards compatibility view and triggers to local.sqlite schema.
Matthew Seaman
12 years ago bca663a
M
Factor out the script text column into a new table: 'script'
Matthew Seaman
12 years ago b5a535e
V
Add new schema for provides and conflicts.
Vsevolod Stakhov
12 years ago c385c9b
M
Nuke PKG_INFOS from orbit (it's the only way to be sure.)
Matthew Seaman
12 years ago 8938697
M
Insert sufficient spaces to make the SQL parse.
Matthew Seaman
13 years ago 9b68ebc
M
Add compatibility VIEW and TRIGGERS so pkg-1.0 or applications linked against libpkg(3) from pkg-1.0 can use a database created by pkg-1.1 or greater.
Matthew Seaman
13 years ago 90ab56a
M
Generally change annotation key -> tag
Matthew Seaman
13 years ago 17aed24
M
Add pkg_delannotation()
Matthew Seaman
13 years ago 93b70c7
M
Calling it 'abstract metadata' doesn't really do it for me. Change to 'annotation' everywhere, because that's a much better description.
Matthew Seaman
13 years ago 1e66afe
V
Add manifestdigest field to repository.
Vsevolod Stakhov
13 years ago 6170a96
M
Implement dynamic schema modification -- both up- and downgrade -- to allow repo downloaded from remote to match properly with what the locally installed pkgng expects.
Matthew Seaman
13 years ago b272952
M
Schema changes in order to support both shlibs provided & required
Matthew Seaman
13 years ago 21f45ec
M
Style: Add dash to first line of copyright header.
Matthew Seaman
13 years ago bfe0183
M
package locking -- user interface bits
Matthew Seaman
13 years ago 7021b09
B
Merge pull request #215 from bdrewery/indices
Baptiste Daroussin
14 years ago 36ce9fe
B
Add indices on package_id and on pkg_directories.directory_id since it is large
Bryan Drewery
14 years ago 3c0fafe
B
New install timestanp in database new infos field
Baptiste Daroussin
14 years ago 04b1071
B
Remove osversion from manifest and database, uses abi for arch instead
Baptiste Daroussin
14 years ago ffd74b2
B
Merge pull request #169 from infracaninophile/shlibs
Baptiste Daroussin
14 years ago 8d4e509
M
Record shared library usage in pkgdb and add tools for querying same
Matthew Seaman
14 years ago d8fa8b5
B
Revert "Remove name and version from local dep table /!\ need testing /!\"
Baptiste Daroussin
14 years ago 8c6d3d8
B
Remove name and version from local dep table /!\ need testing /!\
Baptiste Daroussin
14 years ago 59837c3
B
Adding the copyright to the library
Baptiste Daroussin
14 years ago 8dbe8b5
J
Move private headers to private/ subfolder. Dont use private headers in the frontend.
Julien Laffaye
14 years ago b6d30db