| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
ChangeLog: https://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-43.html
|
| |
|
|
|
|
|
|
| |
PR: 218063
Submitted by: Joris Dedieu <joris.dedieu@gmail.com>
MFH: 2017Q3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
With MariaDB 10.2.6 the Connect/C is updated to ~3.0. This means the C interface changed slightly and some functions are changed.
- Replace direct struct access with accessor in _mysql.c
- Add LICENSE/LICENSE_FILE
- Strip Binaries
- Remove conflict with itself
PR: 219797
Reviewed_by: sunpoet, koobs, brnrd
Submitted by: sirl33tname@gmail.com
Approved by: koobs (python)
Differential Revision: https://reviews.freebsd.org/D11054
|
|
|
|
|
|
|
|
|
| |
While here, update LICENSE
Changes: https://github.com/ADOdb/ADOdb/blob/v5.20.9/docs/changelog.md
PR: 216768
Submitted by: Demetris Procopiou <dem.procopiou@gmail.com> (maintainer)
|
|
|
|
|
|
|
| |
- Fix double definition of OPTIONS_DEFINE
PR: 220527
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
|
|
|
|
| |
- Regular update to 10.2.7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
newest 5.7.19 upgrade
-Add a SASL/LDAP option for mysql57-client
-Fix plugin.cmake for "FreeBSD != Linux" case
For new plugin, MySQL build assumes everything is MacOS or Windows or Linux.
This breaks upgrades when you have SASL/LDAP client-library installed.
Because it "Decides" that you "Want" SASL/LDAP support and tries to build it.
PR: 220865
Submitted by: mmokhi
Reported by: Vladimir Omelchuk <admin@vladiom.com.ua>
Reviewed by: mat, feld (mentors)
Approved by: feld (mentor)
MFH: 2017Q3
Differential Revision: https://reviews.freebsd.org/D11667
|
|
|
|
|
|
|
|
|
| |
- STRIP cstore_fdw.so [1]
- Update LICENSE
- Add a message about the additional steps for users that are upgrading
PR: 220922 [1]
Submitted by: amutu@amutu.com (maintainer) [1]
|
|
|
|
|
|
|
| |
Fix OPENSSL option to actually enable linking with OpenSSL
MFH: 2017Q3
Differential Revision: https://reviews.freebsd.org/D9122
|
| |
|
|
|
|
|
| |
Changes: https://github.com/psycopg/psycopg2/blob/master/NEWS
http://initd.org/psycopg/articles/2017/07/22/psycopg-272-released/
|
|
|
|
| |
Security: cda2f3c2-6c8b-11e7-867f-b499baebfeaf
|
|
|
|
| |
Reported by: pkg-fallout
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix in CegoDistCursor to support advanced left and right outer
join queries of the form
SELECT tx.a AS xa, ty.a AS ya FROM t1 tx
LEFT OUTER JOIN t2 ty ON tx.a = ty.a + 1;
For this, the evaluation of the predicate has to be done in a
different way to get complete row set
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
|
|
|
|
|
|
| |
- fixes build problem due to invalid pointer arithmetic
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
|
|
|
|
|
|
| |
This is a routine maintenance release.
ChangeLog: https://www.phpmyadmin.net/files/4.7.3/
|
|
|
|
| |
Changes: https://github.com/zdennis/activerecord-import/blob/master/CHANGELOG.md
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Mojo-Pg/Changes
|
|
|
|
|
| |
PR: 220859
Submitted by: kbowling (maintainer)
|
|
|
|
|
| |
puppet@ is basically aliased to the previous maintainers in order to ease-up
updating Puppet-related ports. The changes where approved by e-mail.
|
|
|
|
|
|
|
|
|
|
| |
Convert ptr > 0 to ptr != 0. As semantics are similar no need for
PORTREVISION bump.
PR: 216213 220857
Submitted by: tobik (based on)
Approved by: maintainer timeout (4 months) + portmgr blanket
Obtained from: upstream (still under APACHE-2.0)
|
|
|
|
|
|
|
| |
- Update LICENSE
Changes: https://github.com/facebook/rocksdb/releases
https://github.com/facebook/rocksdb/blob/master/HISTORY.md
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog for this update: https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-19.html
PR: 220849
Reviewed by: mat (mentor)
Approved by: mat (mentor)
Sponsored by: Netzkommune GmbH
Differential Revision: https://reviews.freebsd.org/D11656
|
|
|
|
|
| |
PR: 219616
Reported by: mat
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Rename to comply with PyPI scheme
While here:
- Switch to USES=localbase and remove a patch that does the same
- STRIP pyodbc.so
PR: 220305
Submitted by: rob.kruus@gmail.com (maintainer)
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D11587
|
|
|
|
|
|
|
| |
Changelog: https://pecl.php.net/package-changelog.php?package=redis&release=3.1.3
PR: 220803
Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer)
|
|
|
|
|
|
| |
Changes: https://pecl.php.net/package-changelog.php?package=couchbase
PR: 220633
Submitted by: John Chen <johnpupu@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
|
| |
- While I'm here, update WWW
Changes: https://github.com/couchbase/libcouchbase/blob/master/RELEASE_NOTES.markdown
PR: 220632
Submitted by: John Chen <johnpupu@gmail.com>
Approved by: Sergey Avseyev <sergey@couchbase.com> (maintainer)
|
|
|
|
|
| |
Changes: https://github.com/facebook/rocksdb/releases
https://github.com/facebook/rocksdb/blob/master/HISTORY.md
|
|
|
|
| |
ChangeLog: https://sourceforge.net/projects/pgbarman/files/2.2/README.txt/view
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This release contains
features:
* The mysql client now supports a --binary-as-hex option for
binary data (Bug #25340722, Bug #84391)
* mysqlaccess now looks for its configuration file only in the
SYSCONFDIR directory and /etc. (Bug #25043674)
And bugfixes:
* mysqld: failed to start the server if the --datadir option was specified
with a relative path name. (Bug #25364806)
* InnoDB: The server allocated memory unnecessarily for an operation that
rebuilt the table. (Bug #25573565, Bug #85043)
* mysqldump: could write database names in USE statements
incorrectly. (Bug #25998635)
Reviewed by: mat (mentor)
Approved by: mat (mentor)
Sponsored by: Netzkommune GmbH
Differential Revision: https://reviews.freebsd.org/D11638
|
|
|
|
| |
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md
|
|
|
|
| |
The installed scripts in PREFIX/bin/wsrep_sst_* are bash scripts.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The "orafce" is a module of PostgreSQL. It implements of some functions from
the Oracle database. The functionality was verified on Oracle 10g, and the
module is useful for production work. This module contains some useful function
which can help with porting Oracle application to PostgreSQL or can be useful
generally.
WWW: https://github.com/orafce/orafce
PR: 219616
Submitted by: Jov <amutu@amutu.com>
|
|
|
|
|
|
|
| |
regression tests for postgresql extensions
PR: 217874
Approved by: maintainer timeout (pgsql, 4 months)
|
|
|
|
|
| |
PR: 217874
Approved by: maintainer timeout (postgres, 2 weeks)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Zhparser is a PostgreSQL extension for full-text search of Chinese. It use
Simple Chinese Word Segmentation (SCWS) as driver and highly configurable and
easy to use. The default dictionary of Zhparser is for Simplified Chinese. If
you use Tranditional Chinese,you can download the dicionary from SCWS offical
site.
WWW: https://github.com/amutu/zhparser
PR: 219649
Submitted by: Jov <amutu@amutu.com>
|
|
|
|
|
|
| |
- Use CONFLICTS_INSTALL instead of CONFLICTS
Approved by: portmgr (blanket)
|
|
|
|
|
|
| |
- Add LICENSE_FILE
Changes: https://github.com/dbcli/pgcli/blob/master/changelog.rst
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix in CegoOrderSpace::insertTuple, for the localTuple variable,
also a dedicated copy has to be allocated, otherwise it may happen
that invalid tuple references ( caused be page relocation ) lead
to invalid order results
- Added performance optimization to CegoTableManager::updateTuple.
The already evaluated index, key and checklist are also provided
to checkIntegrity method now ( instead of retrieving the lists again).
The improves performance for updates with many tuples significantly
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
|
|
|
|
|
|
| |
PR: 219700
Submitted by: numisemis@yahoo.com (maintainer)
MFH: 2017Q3
|
| |
|
|
|
|
|
|
|
|
| |
Changes: https://git.osgeo.org/gogs/postgis/postgis/raw/2.3.3/NEWS
PR: 220695
Submitted by: lbartoletti@tuxfamily.org (maintainer)
Approved by: garga (mentor, implicit)
|
|
|
|
| |
Changes: http://search.cpan.org/dist/DBIx-Class-Candy/Changes
|
| |
|
|
|
|
|
|
| |
PR: 220734
Submitted by: proler@gmail.com (maintainer)
Approved by: vsevolod (mentor)
|
|
|
|
|
| |
Changes: https://github.com/facebook/rocksdb/releases
https://github.com/facebook/rocksdb/blob/master/HISTORY.md
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases that
use the Tabular Data Stream (TDS) protocol, such as Sybase databases and
Microsoft SQL server. The current version does not yet support JOIN push-down,
or write operations. It does support WHERE and column pushdowns when
match_column_names is enabled.
WWW: https://github.com/tds-fdw/tds_fdw
PR: 219671
Submitted by: Jov <amutu@amutu.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Method cleanup in CegoSelect.cc, also some irrelevant case is
treated for grouping clauses in combination with distinct operator
- Added tablemanager parameter to CegoProcWhileStmt to catch query
abort. In case of infinite while loops, this enables the db admin
to abort procedure execution
- Optimization for CegoFunction::SETCOUNT procedure implementation
added. Now this is an atomic operation, instead of calling
getCounterValue.
- For this, also the CegoXMLSpace::setCounterValue method has been
changed to return the current counter value return the current
counter value
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
|
|
|
|
|
|
| |
Instead of relying on cmake to fetch the boost source archive
during configure time (make configure), fetch it like a normal
distfile (make fetch).
|
|
|
|
| |
Changes: https://github.com/dbcli/mycli/blob/master/changelog.md
|
|
|
|
|
|
|
|
|
| |
Client library for interacting with the SIS RESTful API
WWW: https://pypi.python.org/pypi/sispy
PR: 219823
Submitted by: Rick Miller <vmiller@hostileadmin.com>
|
|
|
|
| |
Changes: https://github.com/brianmario/mysql2/releases
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Changelogs:
https://github.com/flightaware/speedtables/releases/tag/v1.13.1
https://github.com/flightaware/speedtables/releases/tag/v1.13.0
|
|
|
|
|
| |
* Install my.cnf.sample, /var/db/mysql_secure/ and /var/db/mysql_tmpdir/
* Use the same CMake options as databases/mysql56-server (almost)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
portlint complains about *_DEPENDS has to appear earlier.
This is a false positive, ONLY_FOR_ARCHS*(13.1.5) comes
before *_DEPENDS(13.1.6).[1]
[1] https://www.freebsd.org/doc/en/books/porters-handbook/porting-samplem.html#porting-samplem-order
PR: 220526
Submitted by: Eric Camachat <eric@camachat.org> (maintainer)
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11526
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Mojo-Pg/Changes
|
|
|
|
| |
- i386 still does not build with clang
|
|
|
|
|
|
|
|
|
|
|
| |
* Sorted Makefile
* regenerated patches
PR: 220393
Submitted by: Eric Camachat <eric@camachat.org> (maintainer)
Reviewed by: lifanov (mentor)
Approved by: lifanov (mentor)
Differential Revision: https://reviews.freebsd.org/D11496
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update mail/cone to 0.96
- Update mail/courier-imap to 4.18.0 [1]
- Update mail/maildrop to 2.9.0
- Update mail/sqwebmail to 5.9.0 [1]
- Update security/courier-authlib (and slaves) to 0.68.0 [1]
On request from oliver@, take maintainership of the courier-authlib
ports and the courier-imap port.
Approved by: oliver@ (maintainer) [1]
Differential Revision: https://reviews.freebsd.org/D11467
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Pg_repack is a PostgreSQL extension which lets you remove bloat from tables and
indexes, and optionally restore the physical order of clustered indexes. Unlike
CLUSTER and VACUUM FULL it works online, without holding an exclusive lock on
the processed tables during processing. pg_repack is efficient to boot, with
performance comparable to using CLUSTER directly.
WWW: https://github.com/reorg/pg_repack
PR: 219679
Submitted by: Jov <amutu@amutu.com>
|
| |
|
|
|
|
| |
Should also conflict with mysql56-server.
|
|
|
|
| |
- update to bugfix release 10.1.25
|
|
|
|
|
|
|
|
| |
* Change maintainer from info@galeracluster.com to devel@galeracluster.com
for consistency with databases/galera
* Fetch the source code from GitHub
* Remove patches that have been included upstream
(files/patch-client_mysql.cc, files/patch-cmake_readline.cmake)
|
|
|
|
|
|
| |
Changes: https://github.com/influxdata/influxdb/blob/1.3/CHANGELOG.md
PR: 220465
Approved by: cheffo@freebsd-bg.org (maintainer, implicit)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This SQL formatter/beautifier supports keywords from SQL-92, SQL-99,
SQL-2003, SQL-2008, SQL-2011 and PostgreSQL specifics keywords. May
works with any other databases too. pgFormatter can work as a console
program or as a CGI. It will automatically detect his environment and
output as text or as HTML following the context. Keywords highlighting
will only be available in CGI context.
WWW: https://github.com/darold/pgFormatter
PR: 219681
Submitted by: Jov <amutu@amutu.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Plpgsql_check is next generation of plpgsql_lint. It allows to check source
code by explicit call plpgsql_check_function. The SQL statements inside
PL/pgSQL functions are checked by validator for semantic errors. These errors
can be found by plpgsql_check_function. PostgreSQL 9.2 is required, PostgreSQL
9.3, 9.4, 9.5, 9.6 and 10 are supported.
WWW: https://github.com/okbob/plpgsql_check
PR: 219680
Submitted by: Jov <amutu@amutu.com>
|
|
|
|
| |
Submitted by: kbowling (maintainer, via private communications)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Change udvzsolt@gmail.com to uzsolt@uzsolt.hu on all relevant ports:
audio/musicpc
databases/adminer
deskutils/fet
graphics/mupdf
graphics/timg
graphics/zathura-pdf-mupdf
sysutils/rdiff-backup
textproc/urlview
www/kohana
x11/dzen2
x11-wm/herbstluftwm
PR: 220323
Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
Approved by: mat (co-mentor)
Differential Revision: https://reviews.freebsd.org/D11469
|
| |
|
|
|
|
|
| |
Also fixup the debug build - the setting provided as debug=N translates
to cc -ON. So, for debug build it should be debug=0.
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Regression fix update to 10.1.24
- Backport option groups for groonga and compression
- Use OS' libs, not bundled versions (lz4, lzo, snappy)
- Add xml and odbc options for connect engine
- Remove InnoDB/XtraDB fix (included upstream)
- Fix bison issue [220367]
PR: 220367
Reported by: iron@mail.ua
|
|
|
|
| |
Changes: https://github.com/brianmario/mysql2/releases
|
|
|
|
|
|
|
|
|
|
| |
- While I'm here:
- Add LICENSE_FILE
- Add NO_ARCH
- Fix *_DEPENDS: use TEST_DEPENDS for test-only dependencies
- Bump PORTREVISION for dependency change
With hat: perl
|
|
|
|
|
|
|
|
|
| |
- While I'm here:
- Add LICENSE_FILE
- Add NO_ARCH
- Bump PORTREVISION for dependency change
With hat: perl
|
|
|
|
|
|
|
|
| |
- Add BUILD_DEPENDS
- Add LICENSE
- Add NO_ARCH
- Regenerate patch file with makepatch:
- Bump PORTREVISION for dependency change
|
|
|
|
|
|
|
|
|
|
| |
An open-source time-series database optimized for fast ingest and complex
queries built on PostgreSQL.
WWW: http://www.timescale.com/
PR: 220347
Submitted by: kbowling
|
|
|
|
|
|
|
|
|
|
|
|
| |
Previously tests were ran intermixed with compilation commands in
parallel (scons -jN). Running tests in parallel produces some sporadic
failures which would make the compilation fail.
With this change, when compiling ("make" in the ports directory)
"scons -j8 ... tests=0" is used to request compilation only.
To run the tests do "make test" in the ports directory. It will run
"scons ... tests=1" (without -jN) and will only run the tests.
|
|
|
|
| |
Reported by: pkg-fallout
|
|
|
|
|
| |
- Add NO_ARCH
- Bump PORTREVISION for dependency change
|
|
|
|
| |
Changes: http://search.cpan.org/dist/DBD-mysql/Changes
|
|
|
|
|
| |
Changes: https://github.com/facebook/rocksdb/releases
https://github.com/facebook/rocksdb/blob/master/HISTORY.md
|
| |
|
|
|
|
| |
ChangeLog: https://github.com/phpmyadmin/phpmyadmin/blob/RELEASE_4_7_2/ChangeLog
|
|
|
|
|
|
|
|
|
| |
- While I'm here:
- Add LICENSE
- Add NO_ARCH
- Bump PORTREVISION for dependency change
With hat: perl
|
|
|
|
|
|
|
| |
tests for postgresql extensions
PR: 217874
Approved by: maintainer timeout (3 months)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Completion for admin help backup section, some commands were still missing
Improvements for procedure indent formatting. All sugar, nothing functional
- Fix in CegoAction::execute, missing break added after calling execListView
- Fix in CegoQueryHelper::evalPredicate. In case of subselects, the
parent join buf also has to reset after performing the subselect,
otherwise invalid pointer references are still active for the next
caller
- Seg faults have been experienced for delete with double nested
subselect conditions ( see check055 )
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
|
|
|
|
| |
PR: 219947
|
| |
|
|
|
|
|
|
|
|
| |
PR: 220117
Submitted by: <nistor@snickers.org> (maintainer)
Reviewed by: lifanov (mentor)
Approved by: lifanov (mentor)
Differential Revision: https://reviews.freebsd.org/D11374
|
|
|
|
| |
Changes: https://github.com/rails/rails/blob/4-2-stable/activerecord/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/rails/rails/blob/4-2-stable/activemodel/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/rails/rails/blob/5-1-stable/activerecord/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/rails/rails/blob/5-1-stable/activemodel/CHANGELOG.md
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine
|
|
|
|
| |
Changes: https://github.com/remiprev/her/commits/master
|
|
|
|
|
| |
Changes: https://github.com/rogerbinns/apsw/releases
https://rogerbinns.github.io/apsw/changes.html
|
| |
|
| |
|
|
|
|
|
|
|
| |
This module is a set of shared libraries which implement an API for
debugging pl/pgsql functions on PostgreSQL 8.4 and above.
WWW: https://git.postgresql.org/gitweb/?p=pldebugger.git;a=summary
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Using ninja instead of make (1) can lead to significant speed ups while building.
Therefore switch from having the ninja generator opt-in to having it opt-out.
Previously cmake-ports that wanted to use ninja could set
CMAKE_NINJA=yes
now, ports that do not work with ninja can set
cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.
The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary
PR: 219629
PR: 213331
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D10748
|
|
|
|
|
|
|
|
| |
2017-06-15 databases/pgpool-II: Deprecated by upstream; use database/pgpool instead
2017-06-15 databases/pgpool-II-30: Deprecated by upstream; use database/pgpool instead
2017-06-18 games/libgames-support: Superseded by libgnome-games-support, no longer used by anything
2017-06-22 net/sixxs-aiccu: SixXS shutdown on 2017-06-06, https://www.sixxs.net/sunset/
databases/pgpoolAdmin: depended on expired databases/pgpool-II and only supported PostgreSQL 9.2 which is will EOL in September 2017
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
| |
it for many years.
While here, alphabetize ARCHs, pet portlint, and modernize usages.
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
|
| |
- Use method, don't access struct
PR: 219788
Reported by: Alexey <fbsd98816551@avksrv.org>
|
|
|
|
|
|
| |
Flipper ActiveRecord is an ActiveRecord adapter for Flipper.
WWW: https://github.com/jnunemaker/flipper
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This PostgreSQL extension implements a Foreign Data Wrapper (FDW) for MySQL.
The following enhancements are added to the mysql_fdw:
Write-able FDW
Connection Pooling
Where clause push-down
Column push-down
Prepared Statment
Please note that this version of mysql_fdw works with PostgreSQL 9.3, 9.4, 9.5
and 9.6.
WWW: https://github.com/EnterpriseDB/mysql_fdw
PR: 219636
Submitted by: Jov <amutu@amutu.com>
|
|
|
|
|
|
| |
- Add LICENSE
- Add NO_ARCH
- Bump PORTREVISION for dependency change
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
|
|
|
|
| |
Changes: https://github.com/state-machines/state_machines-activerecord/commits/master
|
|
|
|
| |
Changes: https://github.com/state-machines/state_machines-activemodel/commits/master
|
|
|
|
|
|
|
| |
PR: 217592
Reported by: xmj
Approved by: cheffo at freebsd-bg.org (maintainer) miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D11219
|
|
|
|
| |
Changes: https://github.com/rails/rails/blob/5-0-stable/activerecord/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/rails/rails/blob/5-0-stable/activemodel/CHANGELOG.md
|
|
|
|
| |
Changes: https://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
library for Apache Cassandra and DataStax Enterprise.
Using exclusively Cassandra's binary protocol and
Cassandra Query Language v3.
WWW: https://pecl.php.net/package/cassandra
PR: 219706
Submitted by: daniel@blodan.se
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
| |
Changelog: https://github.com/mongodb/mongo-tools/commits/r3.4.5
PR: 220046
Submitted by: Šimun Mikecin <numisemis@yahoo.com> (maintainer)
Reviewed by: lifanov (mentor)
Approved by: lifanov (mentor)
Differential Revision: https://reviews.freebsd.org/D11255
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
If NO_ARCH is set then check that no FreeBSD elf(5) files are in $STAGEDIR.
If an elf(5) file is bundles as part of the package, but is not meant to be
run directly (i.e. the elf(5) file is a payload, and not compiled) then
those files can be added to NO_ARCH_IGNORE to avoid the check from failing,
Changes to ports:
- Ports that have NO_ARCH set, but actually compile files have had NO_ARCH
removed.
- Ports that have elf(5) payloads have had those files added to
NO_ARCH_IGNORE.
- R-cran ports that do not set USES=cran:compiles have NO_ARCH set,
PR: 218976
Reviewed by: antoine, mat
Approved by: portmgr
|
|
|
|
| |
With hat: perl
|
|
|
|
|
|
|
|
|
| |
- While I'm here:
- Add LICENSE
- Add NO_ARCH
- Bump PORTREVISION for dependency change
With hat: perl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The 3.x series is based on KDE Frameworks 5, and some programs have been split
into separate ports:
- Sheets, Words & co are in editors/calligra.
- Krita is in graphics/krita.
- Kexi is in databases/kexi.
- The calligra-l10n* ports are now part of editors/calligra itself.
Okular support in editors/calligra and Marble support in textproc/kreport have
been disabled for now because they need the KF5 version of those ports.
Thanks to everyone who's tested it and worked on it in our area51 repository.
Submitted by: Adrian de Groot <groot@kde.org>, tcberner, rakuco
Reviewed by: rakuco, mat (earlier versions)
Differential Revision: https://reviews.freebsd.org/D10167
|
|
|
|
| |
Changes: https://github.com/zdennis/activerecord-import/blob/master/CHANGELOG.md
|
|
|
|
| |
Changes: https://bitbucket.org/ged/ruby-pg/src/default/History.rdoc
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Cstore_fdw is a extension of PostgreSQL. This extension uses the Optimized Row
Columnar (ORC) format for its data layout. ORC improves upon the RCFile format
developed at Facebook, and brings the following benefits:
- Compression: Reduces in-memory and on-disk data size by 2-4x. Can be
extended to support different codecs.
- Column projections: Only reads column data relevant to the query.
Improves performance for I/O bound queries.
- Skip indexes: Stores min/max statistics for row groups, and uses them
to skip over unrelated rows.
Further, cstore_fdw used the Postgres foreign data wrapper APIs and type
representations with this extension. This brings:
- Support for 40+ Postgres data types. The user can also create new types
and use them.
- Statistics collection. PostgreSQL's query optimizer uses these stats to
evaluate different query plans and pick the best one.
- Simple setup. Create foreign table and copy data. Run SQL.
WWW: https://github.com/citusdata/cstore_fdw
PR: 219635
Submitted by: Jov <amutu@amutu.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* The build system switched to CMake, with ninja. Drop USES=gmake
* Remove systemd files, we have no need for them.
* Add/update WWW to new location
evolution-data-server:
* Remove double icu dependacy
* Make LDAP into a option, like mail/evolution
* Remove BDB warning message. This message was here if the user had a
nondefault bdb version selected. Due to that the eds only use bdb
version 5, the message can go.
evolution:
* Reenable MAPS option
* Add YTNEF option to support MS Outlook TNEF format
* Gstreamer is not used anymore
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
compatible schema. It connects your Oracle database, scan it automatically
and extracts its structure or data, it then generates SQL scripts that you
can load into your PostgreSQL database. Ora2Pg can be used from reverse
engineering Oracle database to huge enterprise database migration or simply
to replicate some Oracle data into a PostgreSQL database. It is really easy
to used and doesn't need any Oracle database knowledge than providing the
parameters needed to connect to the Oracle database.
WWW: https://github.com/darold/ora2pg
PR: 219682
Submitted by: amutu@amutu.com
|
|
|
|
|
|
| |
PR: 219632
Submitted by: mat
Approved by: maintainer timeout
|
|
|
|
|
|
|
|
|
| |
- While I'm here:
- Add LICENSE_FILE
- Update WWW
PR: 219770
Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- While I'm here, fix indent
Content of tarballs are unchanged (checked against [1]).
=> XML_Query2XML-1.7.2.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/XML_Query2XML-1.7.2.tgz
fetch: http://pear.php.net/get/XML_Query2XML-1.7.2.tgz: size mismatch: expected 384024, actual 388604
Reference: https://people.FreeBSD.org/~sunpoet/checksum/XML_Query2XML-1.7.2.tgz [1]
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- While I'm here, fix indent
Content of tarballs are unchanged (checked against [1]).
=> Structures_DataGrid_DataSource_PDO-0.2.0.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/Structures_DataGrid_DataSource_PDO-0.2.0.tgz
fetch: http://pear.php.net/get/Structures_DataGrid_DataSource_PDO-0.2.0.tgz: size mismatch: expected 4213, actual 4272
Reference: https://people.FreeBSD.org/~sunpoet/checksum/Structures_DataGrid_DataSource_PDO-0.2.0.tgz [1]
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- While I'm here, fix indent
Content of tarballs are unchanged (checked against [1]).
=> Structures_DataGrid_DataSource_DB-0.1.1.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/Structures_DataGrid_DataSource_DB-0.1.1.tgz
fetch: http://pear.php.net/get/Structures_DataGrid_DataSource_DB-0.1.1.tgz: size mismatch: expected 2433, actual 2479
Reference: https://people.FreeBSD.org/~sunpoet/checksum/Structures_DataGrid_DataSource_DB-0.1.1.tgz [1]
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- While I'm here, fix indent
Content of tarballs are unchanged (checked against [1]).
=> Structures_DataGrid_DataSource_CSV-0.1.6.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/Structures_DataGrid_DataSource_CSV-0.1.6.tgz
fetch: http://pear.php.net/get/Structures_DataGrid_DataSource_CSV-0.1.6.tgz: size mismatch: expected 4177, actual 4231
Reference: https://people.FreeBSD.org/~sunpoet/checksum/Structures_DataGrid_DataSource_CSV-0.1.6.tgz [1]
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
|
|
| |
Content of tarballs are unchanged (checked against [1]).
=> Structures_DataGrid_DataSource_Array-0.1.4.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/Structures_DataGrid_DataSource_Array-0.1.4.tgz
fetch: http://pear.php.net/get/Structures_DataGrid_DataSource_Array-0.1.4.tgz: size mismatch: expected 3463, actual 3518
Reference: https://people.FreeBSD.org/~sunpoet/checksum/Structures_DataGrid_DataSource_Array-0.1.4.tgz [1]
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- While I'm here, fix indent
Content of tarballs are unchanged (checked against [1]).
=> MDB_QueryTool-1.2.3.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/MDB_QueryTool-1.2.3.tgz
fetch: http://pear.php.net/get/MDB_QueryTool-1.2.3.tgz: size mismatch: expected 48427, actual 48938
Reference: https://people.FreeBSD.org/~sunpoet/checksum/MDB_QueryTool-1.2.3.tgz [1]
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- While I'm here, add USES=php
Content of tarballs are unchanged (checked against [1]).
=> MDB2_Driver_pgsql-1.5.0b4.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/MDB2_Driver_pgsql-1.5.0b4.tgz
fetch: http://pear.php.net/get/MDB2_Driver_pgsql-1.5.0b4.tgz: size mismatch: expected 42404, actual 42757
Reference: https://people.FreeBSD.org/~sunpoet/checksum/MDB2_Driver_pgsql-1.5.0b4.tgz [1]
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- While I'm here, add USES=php
Content of tarballs are unchanged (checked against [1]).
=> MDB2_Driver_mysqli-1.5.0b4.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/MDB2_Driver_mysqli-1.5.0b4.tgz
fetch: http://pear.php.net/get/MDB2_Driver_mysqli-1.5.0b4.tgz: size mismatch: expected 49450, actual 49986
Reference: https://people.FreeBSD.org/~sunpoet/checksum/MDB2_Driver_mysqli-1.5.0b4.tgz [1]
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
|
|
| |
Content of tarballs are unchanged (checked against [1]).
=> MDB2-2.5.0b5.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/MDB2-2.5.0b5.tgz
fetch: http://pear.php.net/get/MDB2-2.5.0b5.tgz: size mismatch: expected 136834, actual 138814
Reference: https://people.FreeBSD.org/~sunpoet/checksum/MDB2-2.5.0b5.tgz [1]
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
|
|
| |
Content of tarballs are unchanged (checked against [1]).
=> MDB-1.3.0.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/MDB-1.3.0.tgz
fetch: http://pear.php.net/get/MDB-1.3.0.tgz: size mismatch: expected 218957, actual 218815
Reference: https://people.FreeBSD.org/~sunpoet/checksum/MDB-1.3.0.tgz [1]
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- While I'm here, add USES=php
Content of tarballs are unchanged (checked against [1]).
=> DB_ldap2-0.5.1.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/DB_ldap2-0.5.1.tgz
fetch: http://pear.php.net/get/DB_ldap2-0.5.1.tgz: size mismatch: expected 19448, actual 19618
Reference: https://people.FreeBSD.org/~sunpoet/checksum/DB_ldap2-0.5.1.tgz [1]
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
|
|
| |
Content of tarballs are unchanged (checked against [1]).
=> DB_ldap-1.2.1.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/DB_ldap-1.2.1.tgz
fetch: http://pear.php.net/get/DB_ldap-1.2.1.tgz: size mismatch: expected 10146, actual 10245
Reference: https://people.FreeBSD.org/~sunpoet/checksum/DB_ldap-1.2.1.tgz [1]
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- While I'm here, fix indent
Content of tarballs are unchanged (checked against [1]).
=> DB_Table-1.5.6.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/DB_Table-1.5.6.tgz
fetch: http://pear.php.net/get/DB_Table-1.5.6.tgz: size mismatch: expected 116393, actual 118305
Reference: https://people.FreeBSD.org/~sunpoet/checksum/DB_Table-1.5.6.tgz [1]
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- While I'm here, fix indent
Content of tarballs are unchanged (checked against [1]).
=> DB_Sqlite_Tools-0.1.7.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/DB_Sqlite_Tools-0.1.7.tgz
fetch: http://pear.php.net/get/DB_Sqlite_Tools-0.1.7.tgz: size mismatch: expected 20506, actual 20689
Reference: https://people.FreeBSD.org/~sunpoet/checksum/DB_Sqlite_Tools-0.1.7.tgz [1]
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- While I'm here, fix indent
Content of tarballs are unchanged (checked against [1]).
=> DB_QueryTool-1.1.2.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/DB_QueryTool-1.1.2.tgz
fetch: http://pear.php.net/get/DB_QueryTool-1.1.2.tgz: size mismatch: expected 45977, actual 46429
Reference: https://people.FreeBSD.org/~sunpoet/checksum/DB_QueryTool-1.1.2.tgz [1]
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
|
|
| |
Content of tarballs are unchanged (checked against [1]).
=> DB_DataObject_FormBuilder-1.0.2.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/DB_DataObject_FormBuilder-1.0.2.tgz
fetch: http://pear.php.net/get/DB_DataObject_FormBuilder-1.0.2.tgz: size mismatch: expected 69226, actual 70143
Reference: https://people.FreeBSD.org/~sunpoet/checksum/DB_DataObject_FormBuilder-1.0.2.tgz [1]
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
|
|
| |
Content of tarballs are unchanged (checked against [1]).
=> DB_DataObject-1.11.5.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/DB_DataObject-1.11.5.tgz
fetch: http://pear.php.net/get/DB_DataObject-1.11.5.tgz: size mismatch: expected 82809, actual 83878
Reference: https://people.FreeBSD.org/~sunpoet/checksum/DB_DataObject-1.11.5.tgz [1]
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- While I'm here, fix indent
Content of tarballs are unchanged (checked against [1]).
=> DBA_Relational-0.2.0.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/DBA_Relational-0.2.0.tgz
fetch: http://pear.php.net/get/DBA_Relational-0.2.0.tgz: size mismatch: expected 21181, actual 21480
Reference: https://people.FreeBSD.org/~sunpoet/checksum/DBA_Relational-0.2.0.tgz [1]
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
|
|
| |
Content of tarballs are unchanged (checked against [1]).
=> DBA-1.1.1.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/DBA-1.1.1.tgz
fetch: http://pear.php.net/get/DBA-1.1.1.tgz: size mismatch: expected 12964, actual 13144
Reference: https://people.FreeBSD.org/~sunpoet/checksum/DBA-1.1.1.tgz [1]
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
|
| |
Switch to downloading sources from GitHub, and add the pglogical_dump
submodule. This was omitted from the tarball provided by 2nd Quadrant
in the latest version. The pglogical_dump code is only compiled with
postgresql9.4 which failed to build -- using other postgresql versions
worked fine.
Reported by: pkg-fallout
|
|
|
|
|
|
|
|
|
|
| |
- Fix a bug associated with auto_vacuum that can lead to database corruption
PR: 219903
Submitted by: pavelivolkov@gmail.com (maintainer)
Reviewed by: lifanov (mentor), matthew (mentor)
Approved by: pavelivolkov@gmail.com (maintainer), lifanov (mentor), matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11136
|
|
|
|
|
|
|
|
|
|
| |
- Fix a bug associated with auto_vacuum that can lead to database corruption
PR: 219902
Submitted by: pavelivolkov@gmail.com (maintainer)
Reviewed by: lifanov (mentor), matthew (mentor)
Approved by: pavelivolkov@gmail.com (maintainer), lifanov (mentor), matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11132
|
|
|
|
|
|
|
| |
- Add upstream patch
PR: 219788
Reported by: Alexey <fbsd98816551@avksrv.org>
|
|
|
|
|
|
|
|
|
| |
Ownership of the former email address confirmed by email
PR: 219791
Submitted by: lbartoletti@tuxfamily.org (maintainer)
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D11088
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
| |
option setting
PR: 219168
Submitted by: sunpoet
|
|
|
|
|
|
|
|
|
| |
plus modifications to the autoconf files.
PR: 219168
Submitted by: m.tsatsenko@gmail.com (maintainer)
Reported by: 000.fbsd@quip.cz
Approved by: m.tsatsenko@gmail.com (maintainer)
|
|
|
|
| |
Release notes: https://www.2ndquadrant.com/en/resources/pglogical/release-notes/
|
|
|
|
|
|
|
|
|
|
| |
Update maintainer email address
Ownership of the former email address confirmed by email
PR: 219791
Submitted by: lbartoletti@tuxfamily.org (maintainer)
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D11069
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
| |
- Change InnoDB from Dynamic plugin to static [2]
- Unbreak new installs on GIS bootstrap [1]
PR: 219831 [1], 219818 [2]
Submitted by: Benediktus Anindito <bennybroz105@gmail.com> [1]
Reported by: martin@sugioarto.com [2]
|
|
|
|
| |
Changelog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md
|
|
|
|
|
|
| |
Also set PORTVERSION, PORTREVISION and GH_TAGNAME conditionally (?=),
so they can be overriden from the environment (to ease building custom
packages from arbitrary commits on github).
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
libdata/pkgconfig.
Fix ports that where installing the file in the wrong place.
PR: 218067
Submitted by: mat
Exp-run by: antoine
Reviewed by: rene, antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D10129
|
|
|
|
|
|
| |
While there, fix small style issues.
Sponsored by: Absolight
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Due to a misspelling in GCC [1] (probably) the check for the ARMv6KZ platform
used ARM_ARCH_6ZK instead of ARM_ARCH_6KZ.
[1] https://gcc.gnu.org/ml/gcc-patches/2015-06/msg01679.html
PR: 210027
Submitted by: Mikaël Urankar <mikael.urankar@gmail.com>
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D8322
|
|
|
|
|
|
| |
- While I'm here, move *_DEPENDS together
With hat: perl
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<ChangeLog>
Upgrade urgency LOW: A few rarely harmful bugs were fixed.
This release just fixes bugs that are unlikely to cause serious problems
so there is no need to update ASAP. Please, see the list of commits
for the details on the bugs fixed and credits:
o) redis-cli --bigkeys: show error when TYPE fails
o) Fix preprocessor if/else chain broken in order to fix #3927
o) Fix zmalloc_get_memory_size() ifdefs to actually use the else branch
o) Set lua-time-limit default value at safe place
o) Fix #3848 by closing the descriptor on error
o) Update block->free after some diff data are written to the child process
o) Test: fix, hopefully, false PSYNC failure like in issue #2715
o) Fix #2883, #2857 pipe fds leak when fork() failed on bg aof rw
o) Don't leak file descriptor on syncWithMaster()
</ChangeLog>
M Makefile
M distinfo
|
| |
|
|
|
|
|
| |
- Use WRKSRC_SUBDIR
- Bump PORTREVISION for package change
|
| |
|
|
|
|
|
|
|
| |
databases/sqlrelay: update 1.0.1 -> 1.1.0
http://software.firstworks.com/2017/05/rudiments-105-release-announcement.html
http://software.firstworks.com/2017/05/sql-relay-110-release-announcement.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Design modification in CegoAction for semantic action ( execXXX methods )
An analysed statement is now just executed after complete succesful
parsing of the given input. This avoid protocol effects for queries
like "select * from t1;;" where the query is executed but the
second semicolon is detected as an parse error which also is sent
to the client.
For this the new method CegoAction::execute has introduced which
is ( explicitly ) called after successful CegoAction::parse
- Fix for distinct handling in CegoAggreation
Fix for alias handling regarding view creates. Alias definitions
are mandatory now for aggregated attribute definitions, e.g.
create view v1 as select count(*) from t1;
=> returns now
ERROR: Missing alias reference for view create
and must be written as
create view v1 as select count(*) as c from t1;
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Mojo-Pg/Changes
|
|
|
|
|
|
|
|
| |
ports, or had been recently unblocked.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Add NO_ARCH
- Remove outdated PERL_LEVEL check
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Update CONFLICTS_INSTALL
Changes: https://github.com/facebook/rocksdb/releases
https://github.com/facebook/rocksdb/blob/master/HISTORY.md
|
| |
|
|
|
|
|
|
| |
Changes: https://www.sqlite.org/releaselog/3_19_2.html
PR: 219593
Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
|
|
|
|
|
|
| |
Changes: https://www.sqlite.org/releaselog/3_19_2.html
PR: 219592
Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
| |
|
|
|
|
| |
Changes: https://github.com/dbcli/pgcli/blob/master/changelog.rst
|
|
|
|
| |
PR: 213725
|
|
|
|
|
|
|
| |
- Add mariadb102-client port
- Add RocksDB storage engine
- Add non-base page compressors
- First sweep at making cmake patches upstreamable
|
|
|
|
| |
PR: 213725
|
|
|
|
|
|
|
|
| |
"install_error".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
|
|
| |
This skips the ports that possibly only coredump under qemu.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
| |
PR: 219388
Submitted by: pawel
|
|
|
|
|
|
| |
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
|
|
|
| |
ChangeLog: https://www.phpmyadmin.net/files/4.7.1/
|
|
|
|
|
| |
Changes: https://github.com/facebook/rocksdb/releases
https://github.com/facebook/rocksdb/blob/master/HISTORY.md
|
|
|
|
|
|
|
| |
- Fix in CegoAttrComp::reset, case VALUE2VALUE still was not treated,
which lead to wrong index handling for between clauses with native values
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
|
|
|
|
| |
compilers do not like, which in turn might break the build.
|
|
|
|
|
|
| |
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
|
|
|
| |
Changes: https://github.com/major/MySQLTuner-perl/releases
|
| |
|
|
|
|
|
| |
PR: ports/219538
Submitted by: proler@gmail.com (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix in CegoObjectManager::createBTreeObject to avoid some duplicate btree
entries
- Added space character in CegoSelect::toChain after distinct keyword
to avoid certain errors
- Fix in CegoAttrComp::operator== The values should NOT be compared,
since they are set up by the calling CegoAttrCond::update method
Otherwise, the error "Cannot set up diff for attribute condition"
occurs.
basecheck54 added to test for the this problem
- Fix in CegoQueryHelper::evalAttrCond, comparison modulation was
missing for one case whihc leads to wrong query results for comparisons
like 3 < a ( constant left )
- Optimization added for between clause, indexes were just used for
constant values in between clause ( eg. a between 10 and 20 )
This has been expanded, that also indexes are used, if attribute
references are contained ( eg. a between t2.x and t3.y )
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
|
|
|
|
|
| |
It uses 64 bit atomics, e.g. __atomic_add_fetch() with 64 bit arguments
and clang fails to generate those on i386.
|
|
|
|
| |
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md
|
|
|
|
|
|
| |
by copying databases/rubygem-redis-actionpack-rails5
Approved by: swills (mentor, implicit)
|
|
|
|
|
|
| |
databases/rubygem-pghero-rails5
Approved by: swills (mentor, implicit)
|
|
|
|
| |
Approved by: swills (mentor, implicit)
|
|
|
|
|
|
| |
copying databases/rubygem-globalid-rails5
Approved by: swills (mentor, implicit)
|
|
|
|
|
| |
Changes: https://github.com/jruby/activerecord-jdbc-adapter/blob/master/jdbc-mysql/History.txt
https://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-42.html
|
| |
|
|
|
|
|
|
|
| |
PR: 219200
Submitted by: vvd@unislabs.com
Approved by: rene (mentor)
Differential Revision: https://reviews.freebsd.org/D10871
|
|
|
|
|
|
|
|
| |
- Security and bug-fix update
- Remove build fix (included upstream)
- Fix-up CMakeLists patches
Security: d9e01c35-2531-11e7-b291-b499baebfeaf
|
|
|
|
| |
Changes: http://search.cpan.org/dist/DBD-Pg/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/DBD-Pg/Changes
|
|
|
|
|
| |
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
|
|
|
|
|
|
| |
this port.
Approved-by: az (mentor, impicit)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
for it.
Tested by Konstantin Stroikovsky (maintainer of databases/oracle8-client).
Additional changes:
- take maintainership;
- simplify port: remove traces of oracle7-client and options OCI7/OCI8;
- bump PORTREVISION because of these changes.
Approved by: vsevolod (mentor)
|
|
|
|
|
|
| |
- Sort *_DEPENDS
Changes: https://sourceforge.net/p/dbiwrapper/git/ci/master/tree/debian/changelog
|
|
|
|
| |
Reported by: Ari Maniatis
|
|
|
|
|
|
|
|
| |
PR: 219140
Reviewed by: mat
Approved by: mat
Relnotes: https://github.com/influxdata/influxdb/blob/v1.2.4/CHANGELOG.md
Differential Revision: https://reviews.freebsd.org/D10771
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fetch from GitHub
* Adopt by devel@galeracluster.com
* Remove all documentation building from this port. The documentation is now
online at http://galeracluster.com/documentation-webpages/
* Fix the linking with libboost_program_options if a static linkage has been
chosen - it should be libboost_program_options.a, not
libboost_program_options.so
* The new version of the port could have been 25.3.20. The reason for 25.3.20_2
is to ease upgrades for people that are using
https://github.com/codership/freebsd-ports/tree/master/databases/galera which
is at 25.3.20_1.
Relnotes: http://releases.galeracluster.com/release-notes-galera-25.3.20.txt
|
|
|
|
|
|
|
|
|
| |
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills
|
|
|
|
|
|
|
|
|
| |
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills
|