| Commit message (Expand) | Author | Age | Files | Lines |
* | gnu: Add python-databases.•••* gnu/packages/databases.scm (python-databases): New variable.
| Ricardo Wurmus | 2022-05-06 | 1 | -0/+23 |
* | gnu: postgresql-14: Update to 14.2.•••* gnu/packages/databases.scm (postgresql-14): Update to 14.2.
| Maxim Cournoyer | 2022-03-18 | 1 | -2/+2 |
* | gnu: postgresql-11: Update to 11.15.•••* gnu/packages/databases.scm (postgresql-11): Update to 11.15.
Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Brice Waegeneire | 2022-03-18 | 1 | -2/+2 |
* | gnu: postgresql-10: Update to 10.20.•••* gnu/packages/databases.scm (postgresql-10): Update to 10.20.
Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Brice Waegeneire | 2022-03-18 | 1 | -2/+2 |
* | gnu: postgresql-9.6: Remove EOL package.•••* gnu/packages/databases.scm (postgresql-9.6): Delete variable.
| Maxim Cournoyer | 2022-03-18 | 1 | -12/+0 |
* | gnu: mariadb: Fix building for powerpc-linux.•••* gnu/packages/databases.scm (mariadb)[arguments]: Add custom phase for
powerpc-linux to apply patch.
[native-inputs]: When building for powerpc-linux add patch and a patch
file.
* gnu/packages/patches/mariadb-link-libatomic.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
| Efraim Flashner | 2022-03-15 | 1 | -1/+15 |
* | gnu: apache-arrow: Update to 7.0.0.•••* gnu/packages/databases.scm (apache-arrow): Update to 7.0.0.
| Ricardo Wurmus | 2022-03-15 | 1 | -3/+3 |
* | gnu: guile-wiredtiger: Depend on guile2.2-bytestructures.•••* gnu/packages/databases.scm (guile-wiredtiger): Since we depend on guile-2.2,
we should depend on guile2.2-bytestructures, not guile-bytestructures.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Taylan Kammer | 2022-03-01 | 1 | -1/+1 |
* | gnu: sqlitebrowser: Unbundle qhexedit.•••* gnu/packages/databases.scm (sqlitebrowser)[source]: Update snippet.
[arguments]: Update 'configure-flags".
[inputs]: Add qhexedit.
| Guillaume Le Vaillant | 2022-02-21 | 1 | -2/+5 |
* | gnu: postgresql-13: Fix building on riscv64-linux.•••* gnu/packages/databases.scm (postgresql-13)[arguments]: Add phase when
buidling for riscv64-linux to apply a patch.
[native-inputs]: When building for riscv64-linux add patch and patch
file.
* gnu/packages/patches/postgresql-riscv-spinlocks.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
| Efraim Flashner | 2022-02-20 | 1 | -1/+23 |
* | gnu: python-apsw: Enable extension loading.•••* gnu/packages/databases.scm (python-apsw): Enable extension loading. It
is required by calibre.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Brendan Tildesley | 2022-02-19 | 1 | -1/+2 |
* | gnu: Add TimescaleDB.•••* gnu/packages/databases.scm (timescaledb): New variable.
| Marius Bakke | 2022-01-29 | 1 | -0/+79 |
* | gnu: Add go-go-etcd-io-bbolt.•••* gnu/packages/databases.scm (go-go-etcd-io-bbolt): New variable.
| Efraim Flashner | 2022-01-26 | 1 | -0/+28 |
* | gnu: Add go-gopkg-in-mgo-v2.•••* gnu/packages/databases.scm (go-gopkg-in-mgo-v2): New variable.
| Efraim Flashner | 2022-01-26 | 1 | -0/+24 |
* | gnu: Add go-github-com-gomodule-redigo.•••* gnu/packages/databases.scm (go-github-com-gomodule-redigo): New variable.
| Efraim Flashner | 2022-01-26 | 1 | -0/+26 |
* | gnu: Add go-github-com-cupcake-rdb.•••* gnu/packages/databases.scm (go-github-com-cupcake-rdb): New variable.
| Efraim Flashner | 2022-01-26 | 1 | -0/+23 |
* | gnu: Add go-github-com-couchbase-gomemcached.•••* gnu/packages/databases.scm (go-github-com-couchbase-gomemcached): New variable.
| Efraim Flashner | 2022-01-26 | 1 | -0/+23 |
* | gnu: Add go-github-com-bradfitz-gomemcache.•••* gnu/packages/databases.scm (go-github-com-bradfitz-gomemcache): New variable.
| Efraim Flashner | 2022-01-26 | 1 | -1/+31 |
* | gnu: sqlitebrowser: Enable tests.•••* gnu/packages/databases.scm (sqlitebrowser)[arguments]: Don't skip
tests. Add configure-flag to enable tests.
| Efraim Flashner | 2022-01-26 | 1 | -3/+3 |
* | gnu: sqlitebrowser: Unbundle qscintilla.•••* gnu/packages/databases.scm (sqlitebrowser)[source]: Add snippet.
[arguments]: Add configure-flag to find qscintilla include directory.
[inputs]: Add qscintilla.
| Efraim Flashner | 2022-01-26 | 1 | -3/+12 |
* | gnu: Add sqlitebrowser.•••* gnu/packages/databases.scm (sqlitebrowser): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Zhu Zihao | 2022-01-26 | 1 | -0/+36 |
* | gnu: python-sqlalchemy: Update to 1.4.31.•••* gnu/packages/databases.scm (python-sqlalchemy): Update to 1.4.31.
| Marius Bakke | 2022-01-22 | 1 | -2/+2 |
* | gnu: Add python-psycopg.•••* gnu/packages/databases.scm (python-psycopg): New variable.
| Marius Bakke | 2022-01-22 | 1 | -0/+75 |
* | gnu: Add python-psycopg-pool.•••* gnu/packages/databases.scm (python-psycopg-pool): New variable.
| Marius Bakke | 2022-01-22 | 1 | -0/+27 |
* | gnu: postgresql: Add 14.1.•••* gnu/packages/databases.scm (postgresql-14): New variable.
| Marius Bakke | 2022-01-22 | 1 | -3/+15 |
* | gnu: python-psycopg2: Update to 2.9.3.•••* gnu/packages/databases.scm (python-psycopg2): Update to 2.9.3.
[home-page]: Follow redirect to <https://www.psycopg.org>.
| Marius Bakke | 2022-01-22 | 1 | -4/+4 |
* | gnu: memcached: Update to 1.6.13.•••* gnu/packages/databases.scm (memcached): Update to 1.6.13.
| Tobias Geerinckx-Rice | 2022-01-16 | 1 | -2/+2 |
* | Revert "gnu: Add litecli."•••This reverts commit 3f7517a80aac1e462565ced048b9ccd84aa880a9.
The patch has already been applied.
| Nicolas Goaziou | 2022-01-14 | 1 | -31/+0 |
* | gnu: Add litecli.•••* gnu/packages/databases.scm (litecli): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Foo Chuan Wei | 2022-01-14 | 1 | -0/+31 |
* | gnu: Add pgcli.•••* gnu/packages/databases.scm (pgcli): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Foo Chuan Wei | 2022-01-14 | 1 | -0/+31 |
* | gnu: Add python-pgspecial.•••* gnu/packages/databases.scm (python-pgspecial): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Foo Chuan Wei | 2022-01-14 | 1 | -17/+39 |
* | gnu: python-sqlalchemy-utils: Update to 0.38.2.•••* gnu/packages/databases.scm (python-sqlalchemy-utils): Update to 0.38.2.
| Marius Bakke | 2022-01-12 | 1 | -2/+2 |
* | gnu: python-sqlalchemy: Remove 1.3.•••* gnu/packages/databases.scm (python-sqlalchemy-1.3): Remove variable.
| Marius Bakke | 2022-01-12 | 1 | -12/+0 |
* | gnu: mycli: Placate sanity check.•••* gnu/packages/databases.scm (mycli)[arguments]: Add phase.
| Marius Bakke | 2022-01-11 | 1 | -1/+7 |
* | gnu: python-sqlparse: Specify CPE name.•••* gnu/packages/databases.scm (python-sqlparse)[properties]: New field.
| Marius Bakke | 2022-01-11 | 1 | -1/+2 |
* | gnu: python-sqlparse: Update to 0.4.2 [fixes CVE-2021-32839].•••* gnu/packages/databases.scm (python-sqlparse): Update to 0.4.2.
| Marius Bakke | 2022-01-11 | 1 | -3/+3 |
* | gnu: pgloader: Use G-expressions.•••* gnu/packages/databases.scm (pgloader)[arguments]:
Rewrite as G-expressions.
[inputs]: Remove input labels.
| Tobias Geerinckx-Rice | 2022-01-04 | 1 | -53/+50 |
* | gnu: pgloader: Update to 3.6.3.•••* gnu/packages/databases.scm (pgloader): Update to 3.6.3.
| Tobias Geerinckx-Rice | 2022-01-04 | 1 | -2/+2 |
* | gnu: leveldb: Remove --no-rtti flag.•••* gnu/packages/databases.scm (leveldb)[arguments]: Patch CMakeLists.txt in
'allow-RTTI phase.
| Ricardo Wurmus | 2021-12-20 | 1 | -0/+6 |
* | gnu: rocksdb: Update to 6.26.1.•••* gnu/packages/databases.scm (rocksdb): Update to 6.26.1.
[build-system]: Use cmake-build-system.
[arguments]: Disable tests for all architectures; update configure-flags to
new build system; remove build phase customization; add two phases:
'build-generically and 'patch-CMakeLists.txt.
| Ricardo Wurmus | 2021-12-20 | 1 | -61/+24 |
* | gnu: galera: Update to 26.4.10.•••* gnu/packages/databases.scm (galera): Update to 26.4.10.
[source]: Use Git tag.
| Tobias Geerinckx-Rice | 2021-12-19 | 1 | -3/+3 |
* | gnu: leveldb: Update to 1.23.•••* gnu/packages/databases.scm (leveldb): Update to 1.23.
[arguments]: Rewrite as a keyword/gexp list. Add a new
'unpack-third_party-sources phase. Add #:configure-flags to prevent
these from being installed to the output.
| Tobias Geerinckx-Rice | 2021-12-19 | 1 | -3/+19 |
* | gnu: Rename emacs-recutils to emacs-rec-mode.•••This fixes ‘guix refresh emacs-rec-mode’.
* gnu/packages/databases.scm (emacs-rec-mode): New variable.
(emacs-recutils): Deprecate in favor of emacs-rec-mode.
| Liliana Marie Prikler | 2021-12-14 | 1 | -2/+5 |
* | gnu: emacs-recutils: Update to 1.8.2.•••* gnu/packages/databases.scm (emacs-recutils): Update to 1.8.2.
No longer inherit from recutils.
[source]: Add origin, fetching tarball from ELPA.
[native-inputs]: Add texinfo.
[arguments]: Add ‘make-info’ phase.
[home-page, license]: Fill in missing information no longer inherited.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Morgan Smith | 2021-12-14 | 1 | -7/+18 |
* | gnu: Further simplify package inputs.•••This is the result of running:
./pre-inst-env guix style --input-simplification=safe
and manually undoing changes on a dozen of packages to reduce
rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
| Ludovic Courtès | 2021-12-13 | 1 | -8/+8 |
* | gnu: Simplify package inputs.•••This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
| Ludovic Courtès | 2021-12-13 | 1 | -334/+258 |
* | Merge remote-tracking branch 'origin/master' into core-updates-frozen | Ricardo Wurmus | 2021-12-05 | 1 | -6/+12 |
|\ |
|
| * | gnu: apache-arrow: Update to 6.0.1.•••* gnu/packages/databases.scm (apache-arrow): Update to 6.0.1.
[arguments]: Add configuration options to disable micro-architecture
optimizations; also set ARROW_PACKAGE_KIND to Guix.
[inputs]: Move apache-thrift, lz4, zlib, and zstd from here...
[propagated-inputs]: ...to here.
| Ricardo Wurmus | 2021-11-24 | 1 | -6/+12 |
* | | gnu: python-alembic: Update to 1.7.5.•••* gnu/packages/databases.scm (python-alembic): Update to 1.7.5.
[propagated-inputs]: Remove PYTHON-IMPORTLIB-RESOURCES.
| Marius Bakke | 2021-12-05 | 1 | -3/+2 |
* | | gnu: python-fakeredis: Update to 1.7.0.•••* gnu/packages/databases.scm (python-fakeredis): Update to 1.7.0.
| Marius Bakke | 2021-12-05 | 1 | -6/+5 |