aboutsummaryrefslogtreecommitdiff
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* databases/pg.el: Update to 0.19Yasuhiro Kimura2022-11-212-4/+4
| | | | ChangeLog: https://github.com/emarsden/pg-el/blob/v0.19/CHANGELOG.md
* databases/py-pypuppetdb: Update to 3.1.0Romain Tartière2022-11-212-4/+4
| | | | With hat: puppet
* databases/rubygem-scenic61: New portMuhammad Moinur Rahman2022-11-194-0/+29
| | | | | | | | This gem is an ActiveModel Serializer implementation with Rails hooks. It provides a means to generate JSON in an object-oriented and convention-driven manner. Sponsored by: Nepustil
* databases/rubygem-fabrication: New portMuhammad Moinur Rahman2022-11-194-0/+27
| | | | | | | | | | | | Fabrication generates objects in Ruby. Fabricators are schematics for your objects, and can be created as needed anywhere in your app or specs. Fabrication can generate anything, but has specific support for ActiveRecord Models, Mongoid Documents, Sequel Models, and DataMapper Resources. Sponsored by: Nepustil
* databases/sqlitestudio: Update 3.3.3 -> 3.4.0Yuri Victorovich2022-11-193-9/+44
| | | | Reported by: portscout
* databases/postgresql15-server: Fix PLIST substitution for consistencyPo-Chuan Hsieh2022-11-191-14/+14
| | | | | | | - Change %%PG_USER%%-15.mo to postgres-15.mo - Change foo-15.mo to foo-%%PG_VERSION%%.mo Approved by: portmgr (blanket)
* databases/rubygem-pghero: Update to 3.0.1Po-Chuan Hsieh2022-11-192-4/+4
| | | | Changes: https://github.com/ankane/pghero/blob/master/CHANGELOG.md
* databases/rubygem-pg: Update to 1.4.4Po-Chuan Hsieh2022-11-192-4/+4
| | | | Changes: https://github.com/ged/ruby-pg/blob/master/History.rdoc
* databases/rubygem-sqlite3: Update to 1.5.3Po-Chuan Hsieh2022-11-193-17/+26
| | | | Changes: https://github.com/sparklemotion/sqlite3-ruby/releases
* databases/rubygem-redis-client: Update to 0.10.0Po-Chuan Hsieh2022-11-192-4/+4
| | | | Changes: https://github.com/redis-rb/redis-client/blob/master/CHANGELOG.md
* databases/py-tiledb: Update to 0.17.5Po-Chuan Hsieh2022-11-192-4/+4
| | | | Changes: https://github.com/TileDB-Inc/TileDB-Py/releases
* databases/py-sqlglot: Update to 6.3.3Po-Chuan Hsieh2022-11-192-4/+4
| | | | Changes: https://github.com/tobymao/sqlglot/commits/main
* databases/py-sqlalchemy14: Update version requirement of TEST_DEPENDSPo-Chuan Hsieh2022-11-191-2/+2
|
* databases/py-sqlalchemy13: Update version requirement of TEST_DEPENDSPo-Chuan Hsieh2022-11-191-2/+2
|
* databases/py-sqlalchemy12: Update version requirement of TEST_DEPENDSPo-Chuan Hsieh2022-11-191-2/+2
|
* databases/py-sqlalchemy11: Update version requirement of TEST_DEPENDSPo-Chuan Hsieh2022-11-191-2/+2
|
* databases/py-flask-sqlalchemy: Update to 3.0.1Po-Chuan Hsieh2022-11-192-4/+4
| | | | | Changes: https://github.com/pallets-eco/flask-sqlalchemy/releases https://github.com/pallets-eco/flask-sqlalchemy/blob/main/CHANGES.rst
* databases/rocksdb: Clean up MakefilePo-Chuan Hsieh2022-11-191-4/+4
| | | | - Use = instead of ?= after 09bd0656bb445fed1675360acc33460e6d6fde44
* databases/rubygem-discard-rails61: New portMuhammad Moinur Rahman2022-11-194-0/+29
| | | | | | | | | Soft deletes for ActiveRecord done right. A simple ActiveRecord mixin to add conventions for flagging records as discarded. Sponsored by: Nepustil
* databases/rubygem-active_model_serializers61: New portMuhammad Moinur Rahman2022-11-194-0/+31
| | | | | | | This gem is an ActiveModel Serializer implementation with Rails hooks. It provides a means to generate JSON in an object-oriented and convention-driven manner. Sponsored by: Nepustil
* databases/rubygem-pghero-rails61: New portMuhammad Moinur Rahman2022-11-194-0/+29
| | | | | | | PgHere is a performance dashboard for Postgres. It includes health checks, suggested indexes, and more. Sponsored by: Nepustil
* devel/lfcbase: update 1.16.6 -> 1.17.2, databases/cego: 2.47.31 -> 2.48.2Björn Lemke2022-11-182-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lfcbase: - Improvements done for ncurses based Monitor class. Added confirm box and improved form box - many changed have been made to Screen class ( was Monitor ). The changes require a recompile for consuming packages ( here : cego ) - Improvements done for Screen::showFormBox ( scrolling content in input mask ) cego: - Fix added in CegoFactor and CegoFieldValue. To get the factor id for query cache management, a dedicated method was introduced in CegoFieldValue ( getId ) This method uses for DATETIME values valAsChain(true) ( to evaluate current timestamp in case of sysdate values ) and for all others toChain() ( to distinguish x = null and x = 'null' ) - Fix in CegoFunction::getId, the GETCOUNT function still was not treated - Some cleanup of source file was done (removed tilde files) - Added join optimization fix in CegoSelect::buildJoinTables. Inadequate predicates ( e.g. not equal compare ) are not priorized for table join order any more. For this the method CegoPredDesc::prioOnJoin has been introduced - Grammar fix in Cego.def to ensure _returnOnFirst variable is set to false for non return update statements ( added production NoUpdateReturnOpt ) - Fix added in CegoTableManager::updateTuple, for the given expression list, contained subqueries must be retrieved and analyzed for external table references. Since the external count was not evaluated correctly, this led to a incomplete CegoSelect::getQueryId result. With enabled query cache, the following update did not work correct: UPDATE posrule pr SET artid = ( SELECT artid FROM article a WHERE a.artnr = pr.artnr ); - Fix added in CegoXMLSpace for user and role create routines. In case of already defined entities, exception was thrown before xml lock release Fix added in CegoXMLSpace::getActiveTableSet to also retrieve offline tablesets via includeOffline flag. This is needed for CegoLogThreadPool to archive occupied logfiles for tablesets in status offline ( for other reasons, runstate is set now at the beginning of the tableset stop procedure ) - many changes made in CegoAdmScreen class ( was CegoAdmMon ) Several stabilization fixes also have been added. For database xml file, a unique database id has been introduced to validate ticket file from performed online backups ( db id must match ) - Small adaptions for cgadm screen mode window sizes ( corresponds to lfcbase-1.17.2 )
* databases/mongodb50: update to 5.0.13Ronald Klop2022-11-182-8/+7
| | | | | | | | | | | | changes: https://www.mongodb.com/docs/manual/release-notes/5.0/#5.0.13---sep-29--2022 * use llvm-ar instead of binutils ar similar to mongodb60 Test Plan: poudriere stage-qa ok on aarch64/14 Approved by: rene (mentor) Differential Revision: https://reviews.freebsd.org/D37384
* databases/mongodb-tools: update to 100.6.1Ronald Klop2022-11-182-4/+4
| | | | | | | | | | Changes: https://www.mongodb.com/docs/database-tools/release-notes/database-tools-changelog/#100.6.1-changelog Test Plan: poudriere stage-qa ok on aarch64/14 Approved by: rene (mentor) Differential Revision: https://reviews.freebsd.org/D37385
* databases/mongodb42: update to 4.2.23Ronald Klop2022-11-182-8/+7
| | | | | | | | | | | | | | * use llvm-ar instead of binutils ar * change email to my @FreeBSD.org Changes: https://www.mongodb.com/docs/manual/release-notes/4.2/#4.2.23---sep-29--2022 Tested: * poudriere stage-qa ok on aarch64/12 Reviewed by: rene (mento) Differential Revision: https://reviews.freebsd.org/D37388
* */*: Bump PORTREVISON because security/gvm-libs was updated to 22.4.1Jose Alonso Cardenas Marquez2022-11-181-0/+1
|
* graphics/proj: Update to 9.1.0Loïc Bartoletti2022-11-179-5/+9
| | | | | | | | | | Release notes: https://proj.org/news.html#id37 Also remove proj-data dependency. You can use proj to retrieve data or install graphics/proj-data manually.
* lang/rust: Bump revisions after 1.65.0Mikael Urankar2022-11-174-4/+4
| | | | PR: 267622
* databases/foundationdb: update to 7.1.25Dave Cottlehuber2022-11-1726-393/+87
| | | | | | | | - drop obsolete -devel variant - pet port with portfmt and portclippy Reported by: portscout Sponsored by: SkunkWerks, GmbH
* databases/py-mysql-connector-python: Update version 8.0.30=>8.0.31Muhammad Moinur Rahman2022-11-162-4/+4
| | | | | Relnotes: https://github.com/mysql/mysql-connector-python/releases/tag/8.0.31
* databases/postgresql-repmgr: Update version 5.3.2=>5.3.3Muhammad Moinur Rahman2022-11-163-20/+4
| | | | Relnotes: https://repmgr.org/docs/current/release-5.3.3.html
* databases/pgroonga: Update version 2.4.0=>2.4.1Muhammad Moinur Rahman2022-11-163-5/+6
| | | | Relnotes: https://pgroonga.github.io/news/#version-2-4-1
* databases/mroonga: Update version 12.08=>12.09Muhammad Moinur Rahman2022-11-163-4/+7
| | | | Relnotes: https://mroonga.org/en/blog/2022/10/28/mroonga-12.09.html
* databases/freetds-devel: Update version 1.3.40=>1.3.105Muhammad Moinur Rahman2022-11-162-4/+4
|
* databases/freetds: Update version 1.3.13=>1.3.14Muhammad Moinur Rahman2022-11-162-4/+4
| | | | Relnotes: https://github.com/FreeTDS/freetds/releases/tag/v1.3.14
* databases/zodb: Update to 5.8.0Wen Heping2022-11-162-5/+5
|
* databases/neo4j: Update to 4.4.14Wen Heping2022-11-163-25/+25
|
* databases/ejdb: update the port to version 2.73Alexey Dokuchaev2022-11-165-22/+7
| | | | Reported by: portscout
* databases/iowow: update the port to version 1.4.16Alexey Dokuchaev2022-11-163-7/+11
| | | | Reported by: portscout
* databases/{,py-}duckdb: Update 0.5.1 -> 0.6.0Yuri Victorovich2022-11-165-16/+86
| | | | Reported by: portscout
* databases/pg_activity: Update to 3.0.1Wen Heping2022-11-162-4/+4
| | | | | | PR: 267381 Reported by: wen@ Approved by: maintainer(timeout, >= 14 days)
* databases/py-asyncpg: update 0.26.0 → 0.27.0Dmitry Marakasov2022-11-152-4/+4
| | | | | PR: 267506 Approved by: maintainer timeout (farrokhi, 2 weeks)
* databases/postgresql*-server: require mountlate in rc.d scriptsDmitry Marakasov2022-11-1512-12/+12
| | | | | | | | | | | PostgreSQL server may use late-mounted filesystems, so require these in rc.d scripts. Real life example is when /tmp is late-mounted tmpfs atop of ZFS, and if posgresql-server starts before mountlate, its socket which resides on /tmp is hidden under tmpfs which is mounted afterwards. PR: 267500 Approved by: maintainer timeout (pgsql, 2 weeks)
* databases/postgis3*: Update to latest versionsLoïc Bartoletti2022-11-1512-16/+103
| | | | | Releases note: http://postgis.net/2022/11/13/postgis-3.3.2-3.2.4-3.1.8-3.0.8-patch-releases/
* databases/foundationdb-devel: update to 7.1.25Dave Cottlehuber2022-11-1415-87/+225
| | | | | | | broken on arm64 PR: 266207 Sponsored by: SkunkWerks, GmbH
* databases/tarantool: Update to 2.10.4Pavel Balaev2022-11-143-8/+7
|
* databases/py-databases: Update to 0.6.2Goran Mekić2022-11-132-5/+5
| | | | | ChangeLog: https://github.com/encode/databases/releases/tag/0.6.2 PR: 267741
* databases/postgresq??-*: update to latest versionPalle Girgensohn2022-11-1019-32/+56
| | | | | | | | | | | | | | | PostgreSQL 15.1, 14.6, 13.9, 12.13, 11.18, and 10.23 Released! The PostgreSQL Global Development Group has released an update to all supported versions of PostgreSQL, including 15.1, 14.6, 13.9, 12.13, 11.18, and 10.23. This release fixes 25 bugs reported over the last several months. This is the final release of PostgreSQL 10. PostgreSQL 10 will no longer receive security and bug fixes. If you are running PostgreSQL 10 in a production environment, we suggest that you make plans to upgrade. Release notes: https://www.postgresql.org/docs/release/
* databases/py-pymemcache: Update to 4.0.0Alessandro Sagratini2022-11-092-4/+11
| | | | | ChangeLog: https://github.com/pinterest/pymemcache/releases/tag/v4.0.0 PR: 267154
* databases/pspg: Update to 5.5.9Dmitri Goutnik2022-11-092-4/+4
| | | | Changes: https://github.com/okbob/pspg/releases/tag/5.5.9