summaryrefslogtreecommitdiff
path: root/databases/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2019-10-07postgresql12: added version 12.0adam1-1/+9
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-07-07Add a package for py-dbfread-2.0.7.bsiegert1-1/+2
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-06-28databases: Add mongodb3gdt1-1/+2
2019-05-31databases: Add postgres_exporter.jperkin1-1/+2
2019-05-21Retire postgresql93adam1-10/+1
2019-05-15databases: Add influxdb.jperkin1-1/+2
2019-04-08go-ldap: added version 3.0.2adam1-1/+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-03-20ldb: added version 1.5.4adam1-1/+2
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-17prometheus: import version 2.8.0tm1-1/+2
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-05databases/Makefile: remove ruby-cassandrataca1-2/+1
2019-03-05databases/Makefile: remove ruby-activerecord-cassandrataca1-2/+1
2019-03-03databases/Makefile: remove ruby-arel30taca1-2/+1
2019-03-03databases/Makefile: remove ruby-activerecord32taca1-2/+1
2019-03-03databases/Makefile: remove ruby-dm-active_model and ruby-dm-railstaca1-3/+1
Remove ruby-dm-active_model and ruby-dm-rails.
2019-03-03databases/Makefile: add ruby-activerecord52taca1-1/+2
2018-12-09databases/Makefile: add and enable php-sqlite3taca1-1/+2
2018-11-29py-firebase is gone, delete the entryjnemeth1-2/+1
2018-10-23postgresql11: added version 11.0adam1-1/+9
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-09-03databases/Makefile: - postgresql96-fuzzystrmatchwiz1-2/+1
2018-08-30add and enable postgresql96-fuzzystrmatchjnemeth1-1/+2
2018-07-04databases/Makefile: Add py-lmdbminskim1-1/+2
2018-06-05Added ocaml-macaque to Makefile SUBDIRsjaapb1-1/+2
2018-05-21Removed (jdbc-)postgresql92(-*)adam1-10/+1
2018-05-03Remove libpqxx-docprlw11-2/+1
The tarball no longer contains pregenerated documentation. Will be replaced by a "doc" option to libpqxx.
2018-04-15databases/Makefile: Add SQLiteCppminskim1-1/+2
2018-04-13Import mariadb-connector-c-3.0.3 as databases/mariadb-connector-c.fhajny1-1/+2
This is LGPL MariaDB client library that can be used to connect to MySQL or MariaDB.
2018-03-21databases/Makefile: add and enable ruby-activerecord51taca1-1/+2
2018-03-13databases/Makefile: add and enable ruby-arel80taca1-1/+2
2018-02-01Import mysqlclient 1.3.12 as databases/py-mysqlclient.fhajny1-1/+2
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-01-07{py-,}bdb-xml: remove packageswiz1-3/+1
Last release from 2011, build broken, not used by anything in pkgsrc.
2017-12-08databases: Add repmgr.jperkin1-1/+2
2017-12-08Removed databases/postgresql-pgbench successor databases/postgresqlNN-contribadam1-2/+1
2017-11-10Enable postgresql-redislogfhajny1-1/+2
2017-11-02databases/Makefile: Sort.wiz1-2/+2
2017-10-27Enable postgresql-pljavafhajny1-1/+2
2017-10-23postgresql10: added version 10.0adam1-1/+9
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-09-26databases/Makefile: Add ruby-postgres_extminskim1-1/+2
2017-09-26*: remove qt3 and the packages using it, including KDE3wiz1-4/+1
Announced in https://mail-index.netbsd.org/pkgsrc-users/2017/09/10/msg025556.html
2017-09-18databases/Makefile: delete ruby-mysql-exttaca1-2/+1
2017-09-18databases/Makefile: add ruby-mysql28taca1-1/+2
2017-09-18databases/Makefile: add ruby-mysql-exttaca1-1/+2
2017-09-17databases/Makefile: Add py-alembicminskim1-1/+2
2017-09-15databases/Makefile: Add ruby-pg_array_parserminskim1-1/+2
2017-09-14databases/Makefile: Add ruby-arel-helpersminskim1-1/+2
2017-09-03Remove maatkit, discontinued in 2011. Now part of databases/percona-toolkitwiz1-2/+1
2017-08-29Enable postgresql-pgroongafhajny1-1/+2
2017-08-21The unicodecsv is a drop-in replacement for Python 2.7's csv module whichadam1-1/+2
supports unicode strings without a hassle.
2017-08-171 new package in databasesgavan1-1/+2
2017-08-15Enabe pg_repackfhajny1-1/+2
2017-07-31liquibasemaya1-1/+2