Port details |
- postgresql92-client PostgreSQL database (client)
- 9.2.24_1 databases
=6 9.2.24_1Version of this port present on the latest quarterly branch.
- DEPRECATED: PostgreSQL 9.2 support has reached End-of-line. Please upgrade to a later version.
This port expired on: 2017-04-05
- Maintainer: pgsql@FreeBSD.org
- Port Added: 2012-05-15 22:15:58
- Last Update: 2018-02-10 22:14:39
- SVN Revision: 461440
- People watching this port, also watch:: python27, bash, postfix
- License: PostgreSQL
- WWW:
- http://www.postgresql.org/
- Description:
- PostgreSQL is a sophisticated Object-Relational DBMS, supporting
almost all SQL constructs, including subselects, transactions, and
user-defined types and functions. It is the most advanced open-source
database available anywhere. Commercial Support is also available.
The original Postgres code was the effort of many graduate students,
undergraduate students, and staff programmers working under the direction of
Professor Michael Stonebraker at the University of California, Berkeley. In
1995, Andrew Yu and Jolly Chen took on the task of converting the DBMS query
language to SQL and created a new database system which came to known as
Postgres95. Many others contributed to the porting, testing, debugging and
enhancement of the Postgres95 code. As the code improved, and 1995 faded into
memory, PostgreSQL was born.
PostgreSQL development is presently being performed by a team of Internet
developers who are now responsible for all current and future development. The
development team coordinator is Marc G. Fournier (scrappy@PostgreSQL.ORG).
Support is available from the PostgreSQL developer/user community through the
support mailing list (questions@PostgreSQL.ORG).
PostgreSQL is free and the complete source is available.
WWW: http://www.postgresql.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- postgresql92-client>0:databases/postgresql92-client
- No installation instructions:
- This port has been deleted.
- PKGNAME: postgresql92-client
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1510172181
SHA256 (postgresql/postgresql-9.2.24.tar.bz2) = a754c02f7051c2f21e52f8669a421b50485afcde9a581674d6106326b189d126
SIZE (postgresql/postgresql-9.2.24.tar.bz2) = 16552576
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Master port: databases/postgresql92-server
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- msgfmt : devel/gettext-tools
- perl5>=5.24<5.25 : lang/perl5.24
- Runtime dependencies:
-
- perl5>=5.24<5.25 : lang/perl5.24
- Library dependencies:
-
- libreadline.so.7 : devel/readline
- libintl.so : devel/gettext-runtime
- NOTE: dependencies for deleted ports are notoriously suspect
- This port is required by:
- for Libraries
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for postgresql92-client-9.2.24_1:
DEBUG=off: Build with debugging support
GSSAPI=off: Build with GSSAPI support
LIBEDIT=off: Use non-GPL libedit instead of readline
NLS=on: Use internationalized messages
OPTIMIZED_CFLAGS=off: Builds with compiler optimizations (-O3)
PAM=off: Build with PAM Support
SSL=on: Build with OpenSSL support
====> Build with kerberos provider support: you can only select none or one of them
MIT_KRB5=off: Build with MIT kerberos support
HEIMDAL_KRB5=off: Builds with Heimdal kerberos
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- tar:bzip2 cpe gmake perl5 readline gettext ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: databases/postgresql92-server |
Commit | Credits | Log message |
9.2.24_1 10 Feb 2018 22:14:39 |
rene |
Removed expired postgresql92 ports. |
9.2.24_1 08 Feb 2018 17:38:36 |
girgen |
Update to latest versions of PostgreSQL
2018-02-08 Security Update Release
==================================
The PostgreSQL Global Development Group has released an update to all supported
versions of our database system, including 10.2, 9.6.7, 9.5.11, 9.4.16, 9.3.21.
This release fixes two security issues. This release also fixes issues with
VACUUM, GIN indexes, and hash indexes that could lead to data corruption, as
well as fixes for using parallel queries and logical replication.
All users using the affected versions of PostgreSQL should update as soon as
possible. Please see the notes on "Updating" below for any post-update steps
that may be required.
(Only the first 15 lines of the commit message are shown above ) |
9.2.23 05 Sep 2017 09:27:11 |
girgen |
The PostgreSQL Global Development Group has released an update to all
supported versions of our database system, including 9.6.5, 9.5.9,
9.4.14, 9.3.19, and 9.2.23.
This release includes fixes that prevent a crash in pg_restore when
using parallel mode. It also patches over a few other bugs reported
since the last releases in August.
Additionally, in 9.4.14 only, there is a fix to an issue with walsenders
preventing primary-server shutdown unless immediate shutdown mode is used.
Users should plan to update at the next convenient downtime.
Bug Fixes and Improvements
(Only the first 15 lines of the commit message are shown above ) |
9.2.21_2 17 Jul 2017 11:15:50 |
amdmi3 |
- Include pg_regress to all postgresql*-client ports, to allow running
regression tests for postgresql extensions
PR: 217874
Approved by: maintainer timeout (pgsql, 4 months) |
9.2.21_1 28 Jun 2017 14:51:22 |
sunpoet |
Bump PORTREVISION for devel/readline shlib change
PR: 219947 |
9.2.14_1 13 Jan 2016 10:36:22 |
girgen |
Some binaries where moved from contrib to base in 9.5, like pgbench and
pg_upgrade. Other where added in 9.5, but the port failed to install them.
Make sure they are properly installed by the correct port (-client or -server)
[1]
Remove unused and hence confusing OSSP_UUID parameters from Makefile [2]
Add options to allow user to be set for the backup script in periodic.
Add this option only to 9.5 for now. It will be updated to other servers at
next regular patch release. [3]
The path to perl in hard coded into pgxs/src/Makefile.global which is
then installed. Hence, we must depend on perl when that file is installed.
Noticed by: Paul Guyot [1]
PR: 192387 [2]
PR: 172110 [3]
PR: 206046 [4] |
9.2.14 08 Oct 2015 21:25:01 |
girgen |
Update PostgreSQL port to latest version.
Two security issues have been fixed in this release which affect users
of specific PostgreSQL features:
CVE-2015-5289: json or jsonb input values constructed from arbitrary
user input can crash the PostgreSQL server and cause a denial of
service.
CVE-2015-5288: The crypt( function included with the optional pgCrypto
extension could be exploited to read a few additional bytes of memory.
No working exploit for this issue has been developed.
This update will also disable SSL renegotiation by default;
previously, it was enabled by default. SSL renegotiation will be
removed entirely in PostgreSQL versions 9.5 and later.
URL: http://www.postgresql.org/about/news/1615/
Security: CVE-2015-5288 CVE-2015-5289 |
9.2.11 22 May 2015 23:22:20 |
girgen |
Update PostgreSQL ports to latest version.
Data Corruption Fix
For users of PostgreSQL versions 9.3 or 9.4, this release fixes a problem where
the database will fail to protect against "multixact wraparound", resulting in
data corruption or loss. Users with a high transaction rate (1 million or more
per hour) in a database with many foreign keys are especially vulnerable. We
strongly urge all users of 9.4 and 9.3 to update their installations in the
next few days.
Users of versions 9.2 and earlier are not affected by this issue.
Security: fc38cd83-00b3-11e5-8ebd-0026551a22dc |
9.2.10_1 07 Feb 2015 17:05:08 |
girgen |
Revert the change from readline to libedit, and instead make libedit optional.
PR: ports/197362 |
9.2.10 05 Feb 2015 22:54:35 |
girgen |
Update PostgreSQL-9.x to latests versions.
This update fixes multiple security issues reported in PostgreSQL over the past
few months. All of these issues require prior authentication, and some require
additional conditions, and as such are not considered generally urgent.
However, users should examine the list of security holes patched below in case
they are particularly vulnerable.
Security: CVE-2015-0241,CVE-2015-0242,CVE-2015-0243,
CVE-2015-0244,CVE-2014-8161 |
9.2.9 25 Aug 2014 17:53:27 |
crees |
Convert pgsql ports to use USES+=pgsql
Reviewed by: bapt |
9.2.8_1 30 Jun 2014 23:07:29 |
bapt |
Fixes build with readline from ports |
9.2.7 26 Feb 2014 17:24:36 |
antoine |
Stage support
Reviewed by: postgresql@
Tested by: miwi and me |
9.2.5 15 Oct 2013 17:17:06 |
sunpoet |
- Remove DISTV: only used in PKGNAMESUFFIX and complained by portlint
- Convert to new LIB_DEPENDS format for postgresql*-contrib
Submitted by: sunpoet (myself)
Reviewed by: crees (pgsql)
Approved by: jgh (pgsql) |
9.2.4 10 Oct 2013 00:09:35 |
jgh |
- Fix pkg name collision
Reviewed by: pgsql@
With hat: pgsql@ |
9.2.4 07 Oct 2013 20:03:38 |
jgh |
- revert r329725
Reported by: qat@
With hat: pgsql@ |
9.2.4 07 Oct 2013 19:04:04 |
jgh |
- Fix pkg name collision
Reviewed by: crees@
With hat: pgsql@ |
9.2.4 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
9.2.b1 15 May 2012 22:14:55 |
girgen |
The PostgreSQL Global Development Group announces the beta release of
PostgreSQL 9.2, which will include major increases in performance and
both vertical and horizontal scalability. The PostgreSQL Project asks
all users to download and begin testing 9.2 Beta as soon as possible.
Major performance and scalability advances in this version include:
* Index-only scans, allowing users to avoid inefficient scans of base
tables
* Enhanced read-only workload scaling to 64 cores and over 300,000
queries per second
* Improvements to data write speeds, including group commit
* Reductions in CPU power consumption
* Cascading replication, supporting geographically distributed standby
databases (Only the first 15 lines of the commit message are shown above ) |