Commit graph

591 commits

Author SHA1 Message Date
plunky
780be0187b add libtcd 2020-01-10 16:57:48 +00:00
ng0
04f7a56fe8 Add databases/go-tiedot version 3.4
tiedot is a document database engine that uses JSON as document
notation; it has a powerful query processor that supports advanced set
operations; it can be embedded into your program, or run a stand-alone
server using HTTP for an API.

tiedot has fault-tolerant data structures that put your data safety
first, while easily scales to 4+ CPU cores.

tiedot has very stable performance, even with millions of records! It
consistently achieves high throughput - swallow more than 120k records
or 80k complicated queries per second with confidence.
2019-11-27 10:34:22 +00:00
markd
3e40bb14ec databases: add kldap 2019-11-17 05:48:43 +00:00
ng0
d2397e95c0 Add databases/guile-sqlite3 version 0.1.0
Guile bindings for the SQLite3 database engine.
2019-11-13 12:52:25 +00:00
ng0
b05ccc5db4 Add databases/go-sqlite3 version 1.11.0
Go-sqlite3 is a sqlite3 driver conforming to the built-in
database/sql interface.
2019-11-10 14:42:43 +00:00
kamil
cd8a42c410 -luma 2019-10-30 12:27:20 +00:00
kamil
88e7b905bd -sqliteman 2019-10-26 15:18:37 +00:00
adam
6c545580f8 postgresql12: added version 12.0
Release 12:

General performance improvements, including:
* Optimizations to space utilization and read/write performance for B-tree indexes
* Partitioning performance enhancements, including improved query performance on tables with thousands of partitions, improved insertion performance with INSERT and COPY, and the ability to execute ALTER TABLE ATTACH PARTITION without blocking queries
* Automatic (but overridable) inlining of common table expressions (CTEs)
* Reduction of WAL overhead for creation of GiST, GIN, and SP-GiST indexes
* Support for covering GiST indexes, via the INCLUDE clause
* Multi-column most-common-value (MCV) statistics can be defined via CREATE STATISTICS, to support better plans for queries that test several non-uniformly-distributed columns

Enhancements to administrative functionality, including:
* REINDEX CONCURRENTLY can rebuild an index without blocking writes to its table
* pg_checksums can enable/disable page checksums (used for detecting data corruption) in an offline cluster
* Progress reporting statistics for CREATE INDEX, REINDEX, CLUSTER, VACUUM FULL, and pg_checksums

Support for the SQL/JSON path language

Stored generated columns

Nondeterministic ICU collations, enabling case-insensitive and accent-insensitive grouping and ordering

New authentication features, including:
* Encryption of TCP/IP connections when using GSSAPI authentication
* Discovery of LDAP servers using DNS SRV records
* Multi-factor authentication, using the clientcert=verify-full option combined with an additional authentication method in pg_hba.conf
2019-10-07 19:21:48 +00:00
bsiegert
fac5fb2fc8 Add a package for py-dbfread-2.0.7.
From David Weller-Fahy in PR pkg/54340.

DBF is a file format used by databases such dBase, Visual FoxPro, and
FoxBase+. This library reads DBF files and returns the data as native
Python data types for further processing. It is primarily intended for
batch jobs and one-off scripts.
2019-07-07 09:30:52 +00:00
gdt
e218d5f05a databases: Add mongodb3 2019-06-28 16:31:31 +00:00
jperkin
4c84099074 databases: Add postgres_exporter. 2019-05-31 14:42:45 +00:00
adam
873d60b55d Retire postgresql93 2019-05-21 05:52:18 +00:00
jperkin
0f9c58a062 databases: Add influxdb. 2019-05-15 18:04:07 +00:00
adam
54855dd2ca go-ldap: added version 3.0.2
Basic LDAP v3 functionality for the GO programming language.

Features:
* Connecting to LDAP server (non-TLS, TLS, STARTTLS)
* Binding to LDAP server
* Searching for entries
* Filter Compile / Decompile
* Paging Search Results
* Modify Requests / Responses
* Add Requests / Responses
* Delete Requests / Responses
* Modify DN Requests / Responses
2019-04-08 16:15:41 +00:00
adam
9c0ec01c90 ldb: added version 1.5.4
ldb is a LDAP-like embedded database. It is not at all LDAP standards
compliant, so if you want a standards compliant database then please see the
excellent OpenLDAP project.

What ldb does is provide a fast database with an LDAP-like API designed to be
used within an application. In some ways it can be seen as a intermediate
solution between key-value pair databases and a real LDAP database.

ldb is the database engine used in Samba4.

Features:
* The main features that separate ldb from other solutions are:
* Safe multi-reader, multi-writer, using byte range locking
* LDAP-like API
* fast operation
* choice of local tdb or remote LDAP backends
* integration with talloc
* schema-less operation, for trivial setup
* modules for extensions (such as schema support)
* easy setup of indexes and attribute properties
* LDIF for import/export
* ldbedit tool for database (via LDIF) editing (reminiscent of 'vipw')
2019-03-20 19:06:17 +00:00
tm
9d3ce5b18f prometheus: import version 2.8.0
The Prometheus monitoring system and time series database.

Prometheus, a Cloud Native Computing Foundation project, is a systems and
service monitoring system. It collects metrics from configured targets at
given intervals, evaluates rule expressions, displays the results, and
can trigger alerts if some condition is observed to be true.
2019-03-17 12:55:13 +00:00
taca
2ae8a436f6 databases/Makefile: remove ruby-cassandra 2019-03-05 15:55:13 +00:00
taca
99fd98f157 databases/Makefile: remove ruby-activerecord-cassandra 2019-03-05 15:52:13 +00:00
taca
dc7eb4231e databases/Makefile: remove ruby-arel30 2019-03-03 16:13:44 +00:00
taca
51994ea724 databases/Makefile: remove ruby-activerecord32 2019-03-03 16:01:30 +00:00
taca
2754c3f171 databases/Makefile: remove ruby-dm-active_model and ruby-dm-rails
Remove ruby-dm-active_model and ruby-dm-rails.
2019-03-03 15:30:56 +00:00
taca
65754000e9 databases/Makefile: add ruby-activerecord52 2019-03-03 14:55:53 +00:00
taca
0ca80b7114 databases/Makefile: add and enable php-sqlite3 2018-12-09 12:16:41 +00:00
jnemeth
b5ec56be35 py-firebase is gone, delete the entry 2018-11-29 05:22:35 +00:00
adam
eee51a9821 postgresql11: added version 11.0
PostgreSQL 11 provides users with improvements to overall performance of the database system, with specific enhancements associated with very large databases and high computational workloads. Further, PostgreSQL 11 makes significant improvements to the table partitioning system, adds support for stored procedures capable of transaction management, improves query parallelism and adds parallelized data definition capabilities, and introduces just-in-time (JIT) compilation for accelerating the execution of expressions in queries.
2018-10-23 16:02:51 +00:00
wiz
7bac6f5825 databases/Makefile: - postgresql96-fuzzystrmatch 2018-09-03 09:40:28 +00:00
jnemeth
34ced4ec8b add and enable postgresql96-fuzzystrmatch 2018-08-30 03:15:18 +00:00
minskim
9d9fc05bcb databases/Makefile: Add py-lmdb 2018-07-04 05:18:15 +00:00
jaapb
cb22e0ada8 Added ocaml-macaque to Makefile SUBDIRs 2018-06-05 15:39:15 +00:00
adam
1a73be16ae Removed (jdbc-)postgresql92(-*) 2018-05-21 08:06:39 +00:00
prlw1
6f0d9e011d Remove libpqxx-doc
The tarball no longer contains pregenerated documentation. Will be
replaced by a "doc" option to libpqxx.
2018-05-03 12:38:57 +00:00
minskim
b8d5cf28d9 databases/Makefile: Add SQLiteCpp 2018-04-15 01:05:51 +00:00
fhajny
e280799c9f Import mariadb-connector-c-3.0.3 as databases/mariadb-connector-c.
This is LGPL MariaDB client library that can be used to connect to MySQL
or MariaDB.
2018-04-13 08:04:14 +00:00
taca
94ed72c47e databases/Makefile: add and enable ruby-activerecord51 2018-03-21 10:00:38 +00:00
taca
21dee91a39 databases/Makefile: add and enable ruby-arel80 2018-03-13 16:43:40 +00:00
fhajny
f8664c5f51 Import mysqlclient 1.3.12 as databases/py-mysqlclient.
Based on https://github.com/joyent/pkgsrc/issues/77 by @wiedi

This is a fork of MySQLdb. This project adds Python 3 support and bug fixes.
2018-02-01 22:20:08 +00:00
wiz
57d73f4e78 {py-,}bdb-xml: remove packages
Last release from 2011, build broken, not used by anything in pkgsrc.
2018-01-07 18:13:34 +00:00
jperkin
02791f3bd3 databases: Add repmgr. 2017-12-08 15:28:58 +00:00
adam
64208c9d6a Removed databases/postgresql-pgbench successor databases/postgresqlNN-contrib 2017-12-08 12:18:01 +00:00
fhajny
c704013651 Enable postgresql-redislog 2017-11-10 15:08:08 +00:00
wiz
643bac1464 databases/Makefile: Sort. 2017-11-02 06:46:24 +00:00
fhajny
ae00cb5b83 Enable postgresql-pljava 2017-10-27 09:52:32 +00:00
adam
db8cb73458 postgresql10: added version 10.0
Major enhancements in PostgreSQL 10 include:

Logical replication using publish/subscribe
Declarative table partitioning
Improved query parallelism
Significant general performance improvements
Stronger password authentication based on SCRAM-SHA-256
Improved monitoring and control
The above items are explained in more detail in the sections below.
2017-10-23 20:33:49 +00:00
minskim
b677e362fc databases/Makefile: Add ruby-postgres_ext 2017-09-26 16:26:41 +00:00
wiz
06bd0ca307 *: remove qt3 and the packages using it, including KDE3
Announced in https://mail-index.netbsd.org/pkgsrc-users/2017/09/10/msg025556.html
2017-09-26 10:26:54 +00:00
taca
1c68be197d databases/Makefile: delete ruby-mysql-ext 2017-09-18 02:46:00 +00:00
taca
ee618aba4d databases/Makefile: add ruby-mysql28 2017-09-18 02:36:56 +00:00
taca
ef05fbff45 databases/Makefile: add ruby-mysql-ext 2017-09-18 02:05:30 +00:00
minskim
c98c980822 databases/Makefile: Add py-alembic 2017-09-17 04:00:50 +00:00
minskim
d1975f7576 databases/Makefile: Add ruby-pg_array_parser 2017-09-15 17:52:28 +00:00