notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: databases/postgresql-cstore_fdw/Makefile
SVNWeb

Number of commits found: 16

Wed, 30 Aug 2023
[ 19:31 Kevin Bowling (kbowling) search for other commits by this committer ]    commit hash:209a16ccf0c1584a0ca17c4cc2e5124a256a4ca8  commit hash:209a16ccf0c1584a0ca17c4cc2e5124a256a4ca8  commit hash:209a16ccf0c1584a0ca17c4cc2e5124a256a4ca8  209a16c 
databases/postgresql-cstore_fdw: Mark PostgreSQL 13 as max version

PR:		273058
Sat, 15 Apr 2023
[ 13:14 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:a40c0e7d8311e72078684f0a7ee388966a6adaf9  commit hash:a40c0e7d8311e72078684f0a7ee388966a6adaf9  commit hash:a40c0e7d8311e72078684f0a7ee388966a6adaf9  a40c0e7  (Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
*/*: Remove pointers to EOLed pgsql versions

- Remove dotted pgsql versions

Approved by:	portmgr
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  d076ad9  (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
databases: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Choe, Cheng-Dae" whitekid
  *  "Mahdi Mokhtari <mokhi64@gmail.com>"
  *  "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
  *  <hvo.pm@xs4all.nl>
  *  <jsmith@resonatingmedia.com>
  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Snelson <Alan@Wave2.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 23 Oct 2021
[ 23:30 Kevin Bowling (kbowling) search for other commits by this committer ]    commit hash:8a1517141686b1835374b2d350609ec74c1d11af  commit hash:8a1517141686b1835374b2d350609ec74c1d11af  commit hash:8a1517141686b1835374b2d350609ec74c1d11af  8a15171 
databases/postgresql-cstore_fdw: Fix for pgsql 13

PR:		259028
Approved by:	maintainer timeout
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Wed, 19 Feb 2020
[ 10:16 farrokhi search for other commits by this committer ] Original commit   Revision:526498
databases/postgresql-cstore_fdw: Update to 1.7.0

- Update to 1.7.0 (PostgreSQL 12 support)
- Pet portlint
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Tue, 4 Sep 2018
[ 09:43 farrokhi search for other commits by this committer ] Original commit   Revision:478941
databases/postgresql-cstore_fdw: Update to 1.6.2
Tue, 7 Aug 2018
[ 14:36 farrokhi search for other commits by this committer ] Original commit   Revision:476601
databases/postgresql-cstore_fdw: Update to 1.6.1

- Update to 1.6.1
- Take maintainership

Changes: https://github.com/citusdata/cstore_fdw#version-161
Sun, 24 Jun 2018
[ 00:54 linimon search for other commits by this committer ] Original commit   Revision:473169 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
Workaround the following problem on aarch64 by setting LLD_UNSAFE=yes:

  cc: error: invalid linker name in argument '-fuse-ld=bfd'

Neither emaste nor I can figure out exactly where the offending stanza is
coming in.  It will take someone with more knowledge of gmake debug flags,
and possibly the src build infrastructure, to figure it out.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Fri, 22 Jun 2018
[ 08:28 yuri search for other commits by this committer ] Original commit   Revision:473023 (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
Correction to r473019: Revert the unintended change to the 'Created by' headers.
[ 08:04 yuri search for other commits by this committer ] Original commit   Revision:473019 (Only the first 10 of 46 ports in this commit are shown above. View all ports for this commit)
Reset MAINTAINER on ports maintained by amutu@amutu.com

Based on the new policy of all maintained ports reset
when maintaner is absent for 3 months.

Bug#226400 for science/py-tensorflow is ignored since 2018-03-06 (3+ months).
portscout database indicates that 48.94% of his ports aren't updated.
Sun, 23 Jul 2017
[ 14:47 dbaio search for other commits by this committer ] Original commit   Revision:446487
databases/postgresql-cstore_fdw: Update to 1.6.0

- 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]
Tue, 13 Jun 2017
[ 10:28 tz search for other commits by this committer ] Original commit   Revision:443496
New port: databases/postgresql-cstore_fdw

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>

Number of commits found: 16