Port details |
- postgresql84-client PostgreSQL database (client)
- 8.4.22_1 databases
=7 8.4.22_1Version of this port present on the latest quarterly branch.
- DEPRECATED: "EOL was reached in July 2014"
This port expired on: 2015-05-10
- Maintainer: pgsql@FreeBSD.org
- Port Added: 2009-07-08 06:45:16
- Last Update: 2015-06-10 16:44:37
- SVN Revision: 389040
- People watching this port, also watch:: sudo
- License: not specified in port
- 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:
-
- postgresql84-client>0:databases/postgresql84-client
- No installation instructions:
- This port has been deleted.
- PKGNAME: postgresql84-client
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
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/postgresql84-server
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- libcrypto.so.8 : security/openssl
- gmake : devel/gmake
- msgfmt : devel/gettext-tools
- Runtime dependencies:
-
- libcrypto.so.8 : security/openssl
- Library dependencies:
-
- libxml2.so : textproc/libxml2
- 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 postgresql84-client-8.4.22_1:
DEBUG=off: Builds with debugging symbols
DTRACE=off: Build with DTrace probes (server only)
GSSAPI=off: Build with GSSAPI support
ICU=off: Use ICU for unicode collation (server)
INTDATE=on: Builds with 64-bit date/time type (server)
KRB5=off: Build with kerberos provider support
LDAP=off: Build with LDAP authentication support
NLS=on: Use internationalized messages
OPTIMIZED_CFLAGS=off: Builds with compiler optimizations (-O3)
PAM=off: Build with PAM support (server only)
SSL=on: Build with OpenSSL support
TZDATA=on: Use internal timezone database (server)
XML=on: Build with XML data type (server)
====> Build with kerberos provider support: you have to select exactly 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:
- readline tar:bzip2 gmake gettext
- 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/postgresql84-server |
Commit | Credits | Log message |
8.4.22_1 10 Jun 2015 16:44:37 |
rene |
Remove expired ports:
2015-05-10 databases/postgresql84-client: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-contrib: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-docs: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-plperl: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-plpython: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-pltcl: "EOL was reached in July 2014"
2015-06-02 deskutils/deskbar-applet: Broken since update to gnome3
2015-06-02 deskutils/gimmie: Broken since update to gnome3
2015-06-02 deskutils/glipper: Broken since update to gnome3
2015-06-02 deskutils/gnochm: Broken since update to gnome3
2015-06-02 deskutils/hamster-applet: Broken since update to gnome3
2015-06-02 deskutils/kupfer: Broken since update to gnome3
2015-06-02 deskutils/ontv: Broken since update to gnome3
2015-06-02 deskutils/timer-applet: Broken since update to gnome3 (Only the first 15 lines of the commit message are shown above ) |
8.4.22_1 12 Nov 2014 09:53:42 |
girgen |
Revert r247147.
We need -pthread in LDFLAGS for threaded extensions like plv8js to work.
PR: 175783
Submitted by: Li-Wen Hsu <lwhsu@FreeBSD.org> |
8.4.22 25 Aug 2014 17:53:27 |
crees |
Convert pgsql ports to use USES+=pgsql
Reviewed by: bapt |
8.4.21 30 Jun 2014 23:07:29 |
bapt |
Fixes build with readline from ports |
8.4.20 26 Feb 2014 17:24:36 |
antoine |
Stage support
Reviewed by: postgresql@
Tested by: miwi and me |
8.4.18 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) |
8.4.17 10 Oct 2013 00:09:35 |
jgh |
- Fix pkg name collision
Reviewed by: pgsql@
With hat: pgsql@ |
8.4.17 07 Oct 2013 20:03:38 |
jgh |
- revert r329725
Reported by: qat@
With hat: pgsql@ |
8.4.17 07 Oct 2013 19:04:04 |
jgh |
- Fix pkg name collision
Reviewed by: crees@
With hat: pgsql@ |
8.4.17 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
8.4.17 05 Apr 2013 15:26:50 |
girgen |
Fix pkg-list for postgresql84-server
Approved by: portmgr (miwi) |
8.4.16 08 Feb 2013 07:54:10 |
girgen |
PostgreSQL 9.2.3, 9.1.8, 9.0.12, 8.4.16 and 8.3.23 released
This update fixes a denial-of-service (DOS) vulnerability. All users
should update their PostgreSQL installations as soon as possible.
The security issue fixed in this release, CVE-2013-0255, allows a
previously authenticated user to crash the server by calling
an internal function with invalid arguments.
URL: http://www.postgresql.org/about/news/1446/
Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0255 |
8.4.8 02 May 2011 21:37:31 |
girgen |
Fix a problem with creating the postgresql user when using a package. |
8.4.4_2 07 Oct 2010 06:58:10 |
girgen |
Update all PostgreSQL ports to latest versions.
Also, try to break the previous 1:1 relation between FreeBSD system and
PostgreSQL versions installed. Use different PREFIX:es to install
different versions on the same system.
PR: ports/132402, ports/145002, ports/146657 |
8.4.1 02 Dec 2009 22:21:27 |
mm |
- Update to 8.4.1
- Set INTDATE on as default (this is default by PostgreSQL)
PR: ports/139277
Submitted by: Olli Hauer <ohauer@gmx.de>
Approved by: maintainer timeout (2 months) |
8.4.0_1 08 Jul 2009 20:31:53 |
girgen |
Fix broken pkg-plist for gettext files.
Also, inform about pg_standby rather than autovacuum. [1]
PR: 136468 [1] |
8.4.0 08 Jul 2009 06:44:34 |
girgen |
Welcome PostgreSQL 8.4
After many years of development, PostgreSQL has become feature-complete in many
areas.
This release shows a targeted approach to adding features (e.g., authentication,
monitoring, space reuse), and adds capabilities defined in the later SQL
standards.
The major areas of enhancement are:
Windowing Functions
Common Table Expressions and Recursive Queries
Default and variadic parameters for functions
Parallel Restore
Column Permissions
Per-database locale settings
Improved hash indexes
Improved join performance for EXISTS and NOT EXISTS queries
Easier-to-use Warm Standby
Automatic sizing of the Free Space Map
Visibility Map (greatly reduces vacuum overhead for slowly-changing tables)
Version-aware psql (backslash commands work against older servers)
Support SSL certificates for user authentication
Per-function runtime statistics
Easy editing of functions in psql
New contrib modules: pg_stat_statements, auto_explain, citext, btree_gin
URL: http://www.postgresql.org/docs/8.4/interactive/release-8-4.html |