Version: 14.3, Package name: postgresql-14.3 |
Maintained by: Jeremy Evans |
Master sites: |
Description-contrib Contains porting tools, analysis utilities, and plug-in features that are not part of the core PostgreSQL system, mainly because they address a limited audience or are too experimental to be part of the main source tree. This does not preclude their usefulness. Documentation is in postgresql-docs subpackage. Description-docs PostgreSQL RDBMS documentation Additional documentation: FAQs, READMEs; PostgreSQL manuals in HTML format: Administrator's Guide, Programmer's Manual, PostgreSQL Tutorial and User's Guide and Integrated Documentation package contains all the above documentation. Description-main PostgreSQL RDBMS client applications, libraries and include files for database administration, maintenance and integration with other applications. The OpenBSD PostgreSQL port build produces several packages: * postgresql-client-${VERSION} - client package Client-side applications, headers and libraries. * postgresql-server-${VERSION} - server package Contains additional files needed for performing backend server functions - such as providing the database server itself. * postgresql-docs-${VERSION} - documentation Additional documentation: FAQs, READMEs; PostgreSQL manuals in HTML format: Administrator's Guide, Programmer's Manual, PostgreSQL Tutorial and User's Guide and Integrated Documentation package contains all the above documentation. * postgresql-contrib-${VERSION} - contributions Additional utilities and usefull libraries. * postgresql-plpython-${VERSION} - PL/Python procedural language. * postgresql-pg_upgrade-${VERSION} - Used to upgrade database clusters directly from the previous version without a dump and restore. Description-pg_upgrade Contains pg_upgrade, used for upgrading PostgreSQL database directories to newer major versions without requiring a dump and reload. Description-plpython The PL/Python procedural language allows PostgreSQL functions to be written in the Python language. Description-server PostgreSQL RDBMS server Additional programs and libraries required to run a PostgreSQL server. |
Filesize: 28252.903 KB |
Version History (View Complete History) |
|
2021-11-22 06:55:55 by Marc Espie | Files touched by this commit (24) |
Log message: zap a few PKGNAME-sub which are now default (and also duplicated EPOCH-sub which make little sense in db/{v3,v4} |
2021-11-07 07:27:44 by Robert Nagy | Files touched by this commit (4) |
Log message: set daemon timeout to 300 by default; databases can take a long time to gracefully shutdown especially if you have a lot of cached data or you are swapping and we do not want to kill these processes to avoid potential dataloss |
2021-11-01 18:00:17 by Stuart Henderson | Files touched by this commit (85) |
Log message: bump REVISION for switch from Python 3.8 -> 3.9 |
2021-09-10 08:10:43 by Stuart Henderson | Files touched by this commit (1) |
Log message: bump to keep -current version above -stable due to difference in deps |
2021-09-10 08:10:14 by Stuart Henderson | Files touched by this commit (2) |
Log message: MFC (and readd devel/libexecinfo dep) update to postgresql-13.4, from Mark Patruck, ok pea@ https://www.postgresql.org/docs/13/release-13-4.html |
2021-09-10 08:07:45 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to postgresql-13.4, from Mark Patruck, ok pea@ https://www.postgresql.org/docs/13/release-13-4.html |
2021-07-11 17:05:06 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Work around the lack of a native spinlock implementation on riscv64 |
2021-06-09 13:50:11 by Stuart Henderson | Files touched by this commit (73) |
Log message: remove ports libexecinfo, we now have a libunwind-based libexecinfo in base |
2021-06-07 09:14:27 by Jeremy Evans | Files touched by this commit (3) |
Log message: Update to PostgreSQL 13.3 Fixes CVE-2021-32029, CVE-2021-32028, CVE-2021-32027. From Mark Patruck <mark@wrapped.cx> MAINTAINER (pea@) timeout |
2021-03-02 08:22:32 by Stuart Henderson | Files touched by this commit (2) |
Log message: move postgresql-plsql to python 3, ok jeremy@ daniel@ kn@ pea@ |
2021-03-01 06:40:08 by Stuart Henderson | Files touched by this commit (3) |
Log message: postgresql tweaks: - add hidden dep on libexecinfo, which i hadn't disabled as well as i had hoped - add missing -D in initdb command line in pkg-readme for some use cases - put back the @ask-update warning as people using some pgsql extensions can't use pg_upgrade |
2021-02-23 12:39:53 by Stuart Henderson | Files touched by this commit (743) |
Log message: Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not. |
2021-02-12 02:40:56 by Pierre-Emmanuel Andre | Files touched by this commit (2) |
Log message: Bugfix update to 12.6 ok sthen@ |
2021-02-11 10:08:42 by Pierre-Emmanuel Andre | Files touched by this commit (3) |
Log message: Security update to 13.2 ok sthen@ |
2021-02-09 13:01:37 by Stuart Henderson | Files touched by this commit (12) |
Log message: update to PostgreSQL 13.1, mostly from jeremy@, ok jeremy pea danj |
2020-11-14 06:03:49 by Stuart Henderson | Files touched by this commit (2) |
Log message: adjust postgresql upgrade readme steps; edit pg_hba.conf to support connecting without passwords *before* copying to the new dir. saves manually making the same change to two copies of the same file. ok pea@ |
2020-11-14 04:49:30 by Stuart Henderson | Files touched by this commit (2) |
Log message: MFC security update to postgresql 12.5 CVE-2020-25695: Multiple features escape "security restricted operation" sandbox CVE-2020-25694: Reconnection can downgrade connection security settings CVE-2020-25696: psql's \gset allows overwriting specially treated variables CVE-2020-25695 is serious; more info below. Notes for the others are at https://www.postgresql.org/about/news/postgresql-131-125-1110-1015-9620-and-9524-released-2111/ Versions Affected: 9.5 - 13. An attacker having permission to create non-temporary objects in at least one schema can execute arbitrary SQL functions under the identity of a superuser. While promptly updating PostgreSQL is the best remediation for most users, a user unable to do that can work around the vulnerability by disabling autovacuum and not manually running ANALYZE, CLUSTER, REINDEX, CREATE INDEX, VACUUM FULL, REFRESH MATERIALIZED VIEW, or a restore from output of the pg_dump command. Performance may degrade quickly under this workaround. VACUUM without the FULL option is safe, and all commands are fine when a trusted user owns the target object. |
2020-11-13 12:00:11 by Pierre-Emmanuel Andre | Files touched by this commit (3) |
Log message: Security update to 12.5 ok danj@ jeremy@ |
2020-09-24 07:11:46 by Pierre-Emmanuel Andre | Files touched by this commit (4) |
Log message: Update to 12.4 ok jeremy@ |
2020-06-14 04:19:46 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: don't hardcode the PHP version of phppgadmin in README; it was outdated and in this context it suffices to say it uses PHP |
2020-06-02 08:30:33 by Pierre-Emmanuel Andre | Files touched by this commit (3) |
Log message: update to 12.3 ok jeremy@ |
2020-02-21 08:06:09 by Pierre-Emmanuel Andre | Files touched by this commit (2) |
Log message: Security update to 11.7 ok jeremy@ |
2020-02-18 08:27:04 by Pierre-Emmanuel Andre | Files touched by this commit (3) |
Log message: Update to 12.2 Diff from jeremy@ with small change from me. ok jeremy@ |
2020-02-12 06:20:34 by Stuart Henderson | Files touched by this commit (2) |
Log message: show people how to diff their old postgresql.conf against something that will be reasonably close to the one it was based off, making it easier to id local changes. ok kmos@ kn@ jeremy@ and pea@ (maintainer) |
2020-02-09 02:38:45 by Florian Obser | Files touched by this commit (2) |
Log message: Add "cd /var/postgresql" to upgrade instructions so that pg_dumpall and initdb work even if the current working directory is not accessible by the _postgresql user. OK kn, jeremy, pea |
2020-02-05 17:36:12 by Jeremy Evans | Files touched by this commit (9) |
Log message: Major to PostgreSQL 12.1, dump/restore or pg_upgrade needed Most of the work from pea@ |
2019-12-16 12:14:10 by Vadim Zhukov | Files touched by this commit (1) |
Log message: Create postgres (super)user by default after creating test DB cluster. This was in my tree for ages, triggered again by thread on ports@. Since this port module is used only for tests, bulk builds won't be affected. @afresh1 agress this is a nice thing to have by default. |
2019-11-15 06:21:09 by Pierre-Emmanuel Andre | Files touched by this commit (2) |
Log message: Update to 11.6 ok sthen@ |
2019-11-15 06:19:10 by Pierre-Emmanuel Andre | Files touched by this commit (3) |
Log message: Update to 11.6 ok sthen@ |
2019-08-27 13:49:46 by Adam Wolk | Files touched by this commit (2) |
Log message: Add datadir to default databases/postgresql flags While here, stop trying to remove postmaster.pid in rc_start as pg_ctl already handles that. OK sthen@, pea@ |
2019-08-12 12:06:41 by Pierre-Emmanuel Andre | Files touched by this commit (2) |
Log message: Security update to 11.5 ok jeremy@ |
2019-08-12 10:40:40 by Pierre-Emmanuel Andre | Files touched by this commit (3) |
Log message: Update to 11.5 ok jeremy@ |
2019-07-12 14:44:13 by Stuart Henderson | Files touched by this commit (877) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-06-21 15:09:26 by Pierre-Emmanuel Andre | Files touched by this commit (2) |
Log message: Security update to 11.4 ok jeremy@ |
2019-06-21 15:05:36 by Pierre-Emmanuel Andre | Files touched by this commit (3) |
Log message: Upgrade to 11.4. ok jeremy@ |
2019-05-21 07:33:15 by Pierre-Emmanuel Andre | Files touched by this commit (2) |
Log message: Bugfix update to 11.3 ok jeremy@ |
2019-05-11 00:59:58 by Pierre-Emmanuel Andre | Files touched by this commit (3) |
Log message: Update to 11.3 ok jeremy@ |
2019-04-11 09:18:39 by Stuart Henderson | Files touched by this commit (2) |
Log message: Fix command lines in postgresql pkg-readme dealing with major version upgrades (6.4->6.5 includes such an upgrade). From Alex Holst, ok naddy@ |
2019-03-08 04:48:00 by Stuart Henderson | Files touched by this commit (2) |
Log message: simplify copy-and-pasting for the postgresql README: - chunk each block together so it can be done in one go rather than line by line - remove some unnecessary su(1)'s to reduce the number of multiline copies Also, mention about how UTF-8 is used by default if you're running the commands from a UTF-8 terminal (the "obvious" method of just changing -E doesn't work in that case). ok jeremy@, maintainer timeout |
2019-02-19 09:45:46 by Pierre-Emmanuel Andre | Files touched by this commit (4) |
Log message: Update to 11.2 ok ajacoutot@ jeremy@ |
2019-02-18 22:09:18 by Jeremy Evans | Files touched by this commit (7) |
Log message: Update to PostgreSQL 11.1 From pea@ (maintainer) Bulk testing and OK ajacoutot@ |
2018-12-05 05:12:51 by Stuart Henderson | Files touched by this commit (1) |
Log message: Use gcc to build postgresql on i386 to unbreak. In 10.6, an explicit check was added to prevent building on clang/i386 unless either -msse2 is used (restricting cpu support which we don't want), or the compiler gains support for -fexcess-precision=standard. Discussion leading up to the added check: https://www.postgresql.org/message-id/flat/20180904161624.57e68b3a%40fafnir.local.vm Upstream commit: https://github.com/postgres/postgres/commit/bd1463e348fcf ok pea@ |
2018-12-03 09:22:08 by Stuart Henderson | Files touched by this commit (2) |
Log message: - Remove mismerged patch (fix was already committed upstream but the patch wasn't removed, so duplicated some Makefile lines). - Set SONAME correctly for the libraries. A symlink (libpq.so -> libpq.so.N.M) is present during build. Internal programs linking with "-lpq" on arches using LLD get "NEEDED libpq.so" from the symlink instead of the correct "libpq.so.N.M". Override this by setting -soname (similar to what upstream are doing, but the library minor was missing in their version). |
2018-12-02 05:27:12 by Pierre-Emmanuel Andre | Files touched by this commit (1) |
Log message: fix dependencies spotted by aja@ ok sthen@ |
2018-12-01 10:48:03 by Pierre-Emmanuel Andre | Files touched by this commit (5) |
Log message: Update to 10.6 ok jeremy@ |
2018-10-04 08:48:15 by Jeremy Evans | Files touched by this commit (2) |
Log message: Backport fix for server crash when using foreign tables with SCRAM authentication. As this changes linking for shared libraries, bump all subpackages except -docs to be safe. OK pea@ |
2018-09-22 07:17:22 by Stuart Henderson | Files touched by this commit (1) |
Log message: enable spinlocks for arm; from Brad, build + regress testing by jsg@, ok jca@ pea@ |
2018-09-21 18:51:50 by Daniel Jakots | Files touched by this commit (2) |
Log message: Tweak README-server Use UTF-8 encoding by default (requested by Chris Bennett) and use scram-sha-256 as the auth method. ok pea@ (maintainer) ok sthen@ (at least for the UTF-8 part) |
2018-09-06 13:08:59 by Theo Buehler | Files touched by this commit (3) |
Log message: Remove unneeded LIBRESSL_VERSION_NUMBER patches. We have the relevant BIO_meth_* interfaces for some time now. looks good to jca, bumping help from sthen ok jsing |
2018-09-04 06:46:28 by Marc Espie | Files touched by this commit (918) |
Log message: convert to PKGSTEM |
2018-08-10 08:48:07 by Pierre-Emmanuel Andre | Files touched by this commit (2) |
Log message: Security update to 10.5 ok jeremy@ |
2018-08-09 09:32:36 by Pierre-Emmanuel Andre | Files touched by this commit (4) |
Log message: Bugfix update to 10.5 ok jeremy@ |
2018-05-23 04:54:18 by Pierre-Emmanuel Andre | Files touched by this commit (2) |
Log message: Update to 10.4 ok jeremy@ |
2018-05-17 12:42:42 by Pierre-Emmanuel Andre | Files touched by this commit (4) |
Log message: Update to 10.4 ok jeremy@ |
2018-03-19 11:52:11 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: remove empty file |
2018-03-15 07:11:28 by Pierre-Emmanuel Andre | Files touched by this commit (2) |
Log message: Security update to 9.6.8 ok jeremy@ |
2018-03-08 06:24:25 by Pierre-Emmanuel Andre | Files touched by this commit (4) |
Log message: Bugfix update to 10.3 ok jeremy@ |
2018-02-18 10:49:08 by Stuart Henderson | Files touched by this commit (4) |
Log message: we have BIO_meth_new (which pgsql checks for) but not some of the other functions that it also needs, neuter for now to unbreak. from jsing |
2018-02-18 10:37:13 by Stuart Henderson | Files touched by this commit (1) |
Log message: regen patch, no other change |
2018-02-15 06:01:58 by Pierre-Emmanuel Andre | Files touched by this commit (3) |
Log message: Security update to 9.6.7 ok jeremy@ |
2018-02-15 06:00:36 by Pierre-Emmanuel Andre | Files touched by this commit (5) |
Log message: Update to 10.2 ok jeremy@ |
2018-01-20 07:03:39 by Jonathan Gray | Files touched by this commit (22) |
Log message: Now that arm has switched to clang the base compiler has atomic builtins and accepts -mfpu=neon. ok jca@ sthen@ |
2018-01-13 05:28:49 by Peter Hessler | Files touched by this commit (1) |
Log message: compile time fix for arm |
2018-01-11 12:27:12 by Robert Peichaer | Files touched by this commit (624) |
Log message: Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb |
2017-08-16 07:44:27 by Pierre-Emmanuel Andre | Files touched by this commit (2) |
Log message: Security update to 9.6.4 ok pirofti@ |
2017-08-16 07:35:25 by Pierre-Emmanuel Andre | Files touched by this commit (2) |
Log message: Security update to 9.5.8 ok pirofti@ |
2017-08-14 05:56:54 by Pierre-Emmanuel Andre | Files touched by this commit (4) |
Log message: Security update to 9.6.4 |
2017-06-13 06:59:47 by Ingo Schwarze | Files touched by this commit (1) |
Log message: The manual manual pages (of the usual poor DocBook quality) now look better with mandoc than with groff, so drop USE_GROFF and bump those four of the six subpackages that contain manual pages. |
2017-05-25 05:34:21 by Paul Irofti | Files touched by this commit (2) |
Log message: Backport postgresql security update 9.6.3. Fixes CVE-2017-7484, CVE-2017-7485, CVE-2017-7486. OK pea@ |
2017-05-23 08:17:00 by Stuart Henderson | Files touched by this commit (2) |
Log message: switch README to using rcctl, ok pea@ |
2017-05-17 01:34:19 by Pierre-Emmanuel Andre | Files touched by this commit (4) |
Log message: Security update to 9.6.3 ( CVE-2017-7484, CVE-2017-7485, CVE-2017-7486) |
2017-05-11 07:44:15 by Pierre-Emmanuel Andre | Files touched by this commit (2) |
Log message: Fix bug with create extension plperl ( Util.c: loadable library and perl binaries are mismatched ) Spotted and fix by Markus Hennecke, Thanks ! |
2017-04-05 21:49:40 by Pierre-Emmanuel Andre | Files touched by this commit (2) |
Log message: Reliability update to 9.5.6 |
2017-02-10 07:07:28 by Pierre-Emmanuel Andre | Files touched by this commit (3) |
Log message: Update to 9.6.2 ok jeremy@ |
2017-02-09 08:14:11 by Stuart Henderson | Files touched by this commit (3) |
Log message: Adjust pg_upgrade docs. Written by jeremy@ based on my notes, with small tweaks by me to avoid hardcoding versions (both in this README and in the @ask-update in PLIST). OK jeremy@ pea@ |
2017-01-06 07:17:28 by Pierre-Emmanuel Andre | Files touched by this commit (2) |
Log message: Bugfix update to 9.5.5 ok jeremy@ |
2016-12-26 06:56:04 by Jonathan Gray | Files touched by this commit (1) |
Log message: Base gcc does not have atomic builtins on arm. Instead of disabling spinlocks build with ports gcc for now to get the atomic builtins. ok sthen@ |
2016-12-21 00:43:57 by Peter Hessler | Files touched by this commit (1) |
Log message: disable spinlocks on arm, so we can have a postgresql package |
2016-12-18 11:18:27 by Jeremy Evans | Files touched by this commit (13) |
Log message: Update to PostgreSQL 9.6.1 This moves pg_upgrade to a subpackage, and has that subpackage depend on postgresql-previous. pthread is removed from WANTLIB, as it is no longer needed for suppoting threaded extensions. This adds support for PostgreSQL 9.6's new BSD authentication. OK pea@ landry@ |
2016-09-25 10:26:04 by Pierre-Emmanuel Andre | Files touched by this commit (2) |
Log message: Security update to 9.4.9 ( CVE-2016-5423, CVE-2016-5424) ok robert@ |
2016-09-10 07:03:44 by Antoine Jacoutot | Files touched by this commit (95) |
Log message: First pass at pre-entively fixing ports that would break once guenther's header pollution diff is in. lang/squeak/vm does not build but it's due to the recent audio changes games/xbattle: also fixes some conflicting implicit decl print/hplip: also fixes some conflicting implicit decl |
2016-09-01 04:53:27 by Jasper Lievisse Adriaanse | Files touched by this commit (36) |
Log message: retire sparc |
2016-08-19 09:22:34 by Pierre-Emmanuel Andre | Files touched by this commit (2) |
Log message: Security update to 9.4.8 ok robert@ |
2016-08-17 03:43:46 by Pierre-Emmanuel Andre | Files touched by this commit (4) |
Log message: Security update to 9.5.4 ok robert@ |
2016-07-01 05:37:38 by Stuart Henderson | Files touched by this commit (1) |
Log message: remove obsolete README, pthread preload no longer needed, and it didn't even make it into the PLIST anyway |
2016-06-03 01:28:07 by Landry Breuil | Files touched by this commit (1) |
Log message: Add alpha to the 'need --disable-spinlocks' boat http://build-failures.rhaalovely.net/alpha/2016-05-26/databases/postgresql.log error: #error PostgreSQL does not have native spinlock support on this platform. To continue the compilation, rerun configure using --disable-spinlocks. However, performance will be poor. Please report this to pgsql-bugs@postgresql.org. |
2016-05-13 11:15:56 by Pierre-Emmanuel Andre | Files touched by this commit (3) |
Log message: Update ton 9.5.3 ok jeremy@ |
2016-05-13 08:27:48 by Pierre-Emmanuel Andre | Files touched by this commit (9) |
Log message: Update to 9.5.2 Tested in a bulk by ajacoutot@ ok jeremy@ |
2016-04-04 04:35:26 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: update to postgresql-9.4.7 |
2016-04-01 08:41:07 by Stuart Henderson | Files touched by this commit (1) |
Log message: garbage-collect comment that was associated with the (removed) SHARED_ONLY line. ok pea@ |
2016-04-01 08:23:59 by Pierre-Emmanuel Andre | Files touched by this commit (2) |
Log message: Security update to 9.4.7 ok sthen@ |
2016-04-01 07:00:18 by Pierre-Emmanuel Andre | Files touched by this commit (3) |
Log message: Security update to 9.4.7 ok sthen@ |
2016-03-20 10:12:27 by Christian Weisgerber | Files touched by this commit (104) |
Log message: drop SHARED_ONLY from python and ruby ports |
2016-02-16 02:20:36 by Jasper Lievisse Adriaanse | Files touched by this commit (3) |
Log message: SECURITY update to PostgreSQL 9.4.6: various fixes including one for CVE-2016-0773, an issue with regular expression parsing. Various other fixes. Note: ..."if you are upgrading an installation that contains any GIN indexes that use the (non-default) jsonb_path_ops operator class, see the first changelog entry"... http://www.postgresql.org/docs/current/static/release-9-4-6.html |
2016-02-13 14:54:28 by Stuart Henderson | Files touched by this commit (8) |
Log message: SECURITY update to PostgreSQL 9.4.6: various fixes including one for CVE-2016-0773, an issue with regular expression parsing. Various other fixes. Note: ..."if you are upgrading an installation that contains any GIN indexes that use the (non-default) jsonb_path_ops operator class, see the first changelog entry"... http://www.postgresql.org/docs/current/static/release-9-4-6.html OK pea@ |
2015-11-03 09:49:08 by Pierre-Emmanuel Andre | Files touched by this commit (3) |
Log message: Security update to 9.4.5 "go ahead" sthen@ |
2015-11-03 02:35:31 by Pierre-Emmanuel Andre | Files touched by this commit (4) |
Log message: Security update to 9.4.5 |
2015-11-03 02:29:16 by Pierre-Emmanuel Andre | Files touched by this commit (3) |
Log message: Security update to 9.4.5 |
2015-09-24 14:35:31 by Vadim Zhukov | Files touched by this commit (1) |
Log message: Initialize test database clusters with UTF-8 encoding. Initial idea from Patrick Keshishian on ports@, okay landry@. |
2015-08-03 01:42:30 by Kirill Bychkov | Files touched by this commit (4) |
Log message: - remove trailing white spaces - add RSC id and header to README-plpython OK jasper@ |
2015-07-19 06:42:20 by Vadim Zhukov | Files touched by this commit (2) |
Log message: Run test commands in a subshell to avoid potential clutter of variables coming from those modules. |
2015-07-19 06:34:41 by Vadim Zhukov | Files touched by this commit (2) |
Log message: Don't use same directory for both mariadb.port.mk and postgresql.port.mk: they could be used at the same time, and each of them wipes the database directory before running server. |
2015-07-18 09:32:47 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: sudo(8) -> su(1) |
2015-06-23 01:26:21 by Anthony J. Bentley | Files touched by this commit (2) |
Log message: Kill dead mirrors, and add a http mirror. ok pea@ (maintainer) |
2015-06-22 01:32:21 by Pierre-Emmanuel Andre | Files touched by this commit (3) |
Log message: Reliability upgrade to 9.4.4 ok ajacoutot@ |
2015-06-22 01:29:42 by Pierre-Emmanuel Andre | Files touched by this commit (4) |
Log message: Upgrade to 9.4.4 ok ajacoutot@ |
2015-06-01 03:08:18 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: sync distinfo |
2015-06-01 02:25:24 by Pierre-Emmanuel Andre | Files touched by this commit (3) |
Log message: Security / reliability update to 9.4.2 go ahead ajacoutot@ |
2015-06-01 02:23:47 by Pierre-Emmanuel Andre | Files touched by this commit (5) |
Log message: Security / reliability update to 9.4.2 go ahead ajacoutot@ |
2015-05-22 05:31:20 by Antoine Jacoutot | Files touched by this commit (296) |
Log message: "/usr/local/lib/pkgconfig/" is part of mtree(8). Packages should not own this dir to prevent its deletion or a warning that it cannot be removed because it's not empty at pkg_delete(1) time. |
2015-04-17 01:59:19 by Peter Hessler | Files touched by this commit (2) |
Log message: these expect that "sparc" is sparc64, not 32bit. |
2015-02-18 10:49:56 by Jeremie Courreges-Anglas | Files touched by this commit (2) |
Log message: Fix hba "samehost"/"samenet" support. On OpenBSD, the sa_family field in netmask sockaddrs can be zero and thus different from the sa_family of the address sockaddr. Until this glitch gets corrected, fix postgresql. ok sthen@ pea@ (MAINTAINER) |
2015-02-17 05:43:08 by Jeremie Courreges-Anglas | Files touched by this commit (2) |
Log message: Fix hba with IPv6 connections. The incorrect code was generating memcpy calls with src and dest overlapping, which raises SIGABRT, making the server unreachable using IPv6. The fix consists in passing the right parameters to memcpy, including sizeof(struct sockaddr_in) as len, since sizeof(struct sockaddr_storage) would be too much, and sa_len is unusable in netmask sockaddrs. Debugged with sthen@ and lteo@ Problem reported by Hugo Osvaldo Barrera. ok sthen@ |
2015-02-16 14:40:38 by Stuart Henderson | Files touched by this commit (1) |
Log message: regen |
2015-02-06 04:00:33 by Pierre-Emmanuel Andre | Files touched by this commit (2) |
Log message: Security / bugfixes update to 9.3.6 ( 5 CVE ) ok jasper@, sthen@ |
2015-02-06 02:01:21 by Pierre-Emmanuel Andre | Files touched by this commit (5) |
Log message: Security / bugfixes update to 9.4.1 (5 CVE) ok sthen@ |
2015-01-21 14:12:28 by Vadim Zhukov | Files touched by this commit (1) |
Log message: Add --nosync to initdb(1) invocation to speed up test framework startup, as suggested in private mail. |
2015-01-16 16:24:15 by Landry Breuil | Files touched by this commit (2) |
Log message: Unbreak on alpha by using the correct memory barrier instruction, courtesy of miod@ |
2015-01-16 13:43:48 by Landry Breuil | Files touched by this commit (2) |
Log message: regen patches |
2015-01-16 11:24:57 by Landry Breuil | Files touched by this commit (1) |
Log message: That had to happen... postgresql fails to build on alpha: {standard input}:1354: Error: unknown opcode `rmb' Mark as BROKEN accordingly, until a proper fix is devised. |
2015-01-12 13:54:10 by Vadim Zhukov | Files touched by this commit (1) |
Log message: Add infrastructure for testing PostgreSQL-based apps. It sets up database cluster, creates a database (optionally), starts server and then starts actual test code. The server gets correctly shut down after testing. Also, only Unix sockets are used for connections, minimizing side effects on running system. Man page to follow. okay espie@ |
2015-01-08 08:01:11 by Pierre-Emmanuel Andre | Files touched by this commit (13) |
Log message: Update to 9.4.0 Tested in a bulk build by landry@ help and ok jeremy@, sthen@ |
2014-10-15 18:08:54 by Jeremy Evans | Files touched by this commit (1) |
Log message: Allow installation of PostgreSQL extensions outside of the ports system. Remove FAKE_AS_ROOT = always-wrap, since it is no longer necessary. espie@ in favor OK pea@ |
2011-06-06 02:43:59 by Stuart Henderson | Files touched by this commit (2) |
Log message: - only suggest cap_mkdb if login.conf.db exists, ok aja@ landry pea@ - show people how to setup ssl and tweak headings, ok pea@ |
2011-06-02 07:41:42 by Antoine Jacoutot | Files touched by this commit (238) |
Log message: Add a consistent header that substitutes FULLPKGNAME for the READMEs. ok jasper@ sthen@ |
2011-05-08 17:11:37 by Federico G. Schwindt | Files touched by this commit (1) |
Log message: Sync comment with reality. |
2011-04-19 02:50:22 by Pierre-Emmanuel Andre | Files touched by this commit (2) |
Log message: Bugfixes update to 8.4.8 ok ajacoutot@, jasper@ |
2011-04-19 02:41:02 by Pierre-Emmanuel Andre | Files touched by this commit (2) |
Log message: Bugfixes update to 9.0.4 ok ajacoutot@, jasper@ |
2011-04-19 02:39:22 by Pierre-Emmanuel Andre | Files touched by this commit (5) |
Log message: Update to 9.0.4. Changelog: http://www.postgresql.org/docs/9.0/static/release-9-0-4.html ok ajacoutot@, jasper@ |
2011-04-07 08:45:26 by Pierre-Emmanuel Andre | Files touched by this commit (2) |
Log message: Add an explanation about cluster's encoding. Spotted by ajacoutot@ ok ajacoutot@ |
2011-04-07 07:54:16 by Pierre-Emmanuel Andre | Files touched by this commit (2) |
Log message: Allow PostgreSQL to run on Loongson. With help of miod@ (thx !) ok jasper@ |
2011-03-17 10:49:27 by Antoine Jacoutot | Files touched by this commit (22) |
Log message: Remove all redirections -- rc.subr(8) now takes care of it. |
2011-03-09 11:51:49 by Antoine Jacoutot | Files touched by this commit (20) |
Log message: Remove now uneeded redirection. |
2011-02-09 03:53:12 by Pierre-Emmanuel Andre | Files touched by this commit (2) |
Log message: Add a small upgrade howto. idea from sthen@ ok sthen@, landry@ looks good espie@ |
2011-02-08 03:27:16 by Pierre-Emmanuel Andre | Files touched by this commit (2) |
Log message: Bugfix update to 8.4.7 Security fix for CVE-2010-4015 ok sthen@, ajacoutot@, jasper@ |
2011-02-02 07:10:45 by Pierre-Emmanuel Andre | Files touched by this commit (3) |
Log message: Update to 9.0.3. + CVE fix (CVE-2010-4015) + fix nasty behavior: - Before exiting walreceiver, ensure all the received WAL is fsync'd to disk. Otherwise the standby server could replay some un-synced WAL, conceivably leading to data corruption if the system crashes just at that point. - Make ALTER TABLE revalidate uniqueness and exclusion constraints when needed Tested in a bulk by landry@ ok ajacoutot@, landry@, sthen@ |
2011-01-05 09:05:54 by Antoine Jacoutot | Files touched by this commit (12) |
Log message: Make use of rcexec. While here, force postgresql to quit in rc_stop, ok pea@ |
2011-01-04 09:03:00 by Antoine Jacoutot | Files touched by this commit (6) |
Log message: Cope with recent class handling in rc.subr. |
2010-12-27 07:50:24 by Antoine Jacoutot | Files touched by this commit (97) |
Log message: Simplify after recent rc.subr change. The framework is now stable and we will start documenting it (at last). |
2010-12-24 03:40:06 by Antoine Jacoutot | Files touched by this commit (96) |
Log message: Cope with recent rc.subr changes. |
2010-12-24 02:07:38 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: - bump after uuid rename, reminded by aja@ |
2010-12-19 13:00:31 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: - advised update of postgresql to 8.4.6 from pea@ (MAINTAINER) 'yes please' aja@ |
2010-12-17 03:27:18 by Pierre-Emmanuel Andre | Files touched by this commit (3) |
Log message: Bugfixes update to 9.0.2 Changelog: http://www.postgresql.org/docs/9.0/static/release-9-0-2.html ok ajacoutot@ |
2010-12-15 04:32:26 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Fix variable names in rc script. Breakage spotted by pea@ While here, deal with the pidfile in pre, not post. ok pea@ (maintainer) |
2010-12-13 09:14:38 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: Move to using daemon_user. ok pea@ (maintainer) |
2010-11-26 00:19:01 by Marc Espie | Files touched by this commit (122) |
Log message: newer depends with >= |
2010-11-15 05:44:20 by Marc Espie | Files touched by this commit (9) |
Log message: a few depends I missed |
2010-11-14 17:22:54 by Marc Espie | Files touched by this commit (427) |
Log message: convert to new style depends zap default spec that are not needed convert libspecs as well convert p* to REVISION. No package changes |
2010-11-09 02:07:28 by Landry Breuil | Files touched by this commit (1) |
Log message: pkg-readme filename comes from ${FULLPKGNAME}, fixes packaging. |
2010-11-08 07:57:56 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Add missing RCS id. |
2010-11-08 07:12:24 by Pierre-Emmanuel Andre | Files touched by this commit (13) |
Log message: * MAJOR UPGRADE * + upgrade to 9.0.1 + move readme to new location + add a rc script A dump / restore is needed for this upgrade. See http://openbsd.raveland.org/ports/postgresql/UPGRADE_HOWTO.txt if you need help for this. ok jasper@, eric@ |
2010-11-06 16:50:03 by Marc Espie | Files touched by this commit (31) |
Log message: bye bye old LIB_DEPENDS |
2010-10-25 20:34:06 by William Yodlowsky | Files touched by this commit (2) |
Log message: SECURITY UPDATE to postgresql-8.4.5 Changelog: http://www.postgresql.org/docs/8.4/static/release-8-4-5.html from pea@, thanks! ok jasper |
2010-10-25 20:33:34 by William Yodlowsky | Files touched by this commit (2) |
Log message: SECURITY UPDATE to postgresql-8.4.5 Changelog: http://www.postgresql.org/docs/8.4/static/release-8-4-5.html from pea@, thanks! ok jasper |
2010-10-18 11:06:09 by Marc Espie | Files touched by this commit (138) |
Log message: USE_GROFF=Yes |
2010-10-08 00:50:23 by Pierre-Emmanuel Andre | Files touched by this commit (4) |
Log message: Update to 8.4.5 Changelog here: http://www.postgresql.org/docs/8.4/static/release-8-4-5.html ok jasper@ note: i will update it to 9.0.1 in a few days |
2010-05-21 21:23:48 by William Yodlowsky | Files touched by this commit (2) |
Log message: SECURITY UPDATE to postgresql-8.4.4 http://www.postgresql.org/docs/8.4/static/release-8-4-4.html from pea@ ok pea@ jasper@ |
2010-05-18 06:01:23 by Jasper Lievisse Adriaanse | Files touched by this commit (4) |
Log message: - SECURITY update of postgresql to 8.4.4 fixes CVE-2010-1169 CVE-2010-1447 and CVE-2010-1170. ok pea@ (MAINTAINER) |
2010-03-29 20:05:52 by William Yodlowsky | Files touched by this commit (2) |
Log message: SECURITY FIX postgresql-8.3.10 NOTE: pg_standby has moved from the -server package to -contrib from pea@, thanks! ok sthen@ ajacoutot@ jasper@ |
2010-03-23 04:24:45 by Pierre-Emmanuel Andre | Files touched by this commit (6) |
Log message: Update to 8.4.3 Please note that pg_standby is now in the -contrib package ok jasper@, sthen@ |
2009-12-16 07:34:58 by Pierre-Emmanuel Andre | Files touched by this commit (4) |
Log message: Update to 8.4.2 Please note: if you have any hash indexes, you should REINDEX them after updating to 8.4.2, to repair possible damage. Changelog: http://www.postgresql.org/docs/current/static/release-8-4-2.html ok sthen@ |
2009-12-15 21:25:59 by William Yodlowsky | Files touched by this commit (2) |
Log message: SECURITY FIX Update to PostgreSQL-8.3.9 http://www.postgresql.org/docs/8.3/static/release-8-3-9.html Resolves CVE-2009-4034, CVE-2009-4136, reject SSL certificates containing an embedded null byte in the common name (CN) field, crash fixes from pea@ ok sthen@ jasper@ |
2009-10-28 22:10:52 by William Yodlowsky | Files touched by this commit (2) |
Log message: SECURITY update to 8.3.8 A dump/restore is not required for those running 8.3.X. However, if you have any hash indexes on interval columns, you must REINDEX them after updating to 8.3.8. from pea@, thanks! ok jasper@ |
2009-10-02 10:03:02 by Pierre-Emmanuel Andre | Files touched by this commit (1) |
Log message: Take maintainership discussed with many. please commit jasper@ |
2009-09-18 21:21:19 by William Yodlowsky | Files touched by this commit (2) |
Log message: SECURITY update to 8.3.8 from pea@, ok mbalmer@, reads ok to ajacoutot@ ok jasper@ |
2009-09-15 11:37:22 by Jasper Lievisse Adriaanse | Files touched by this commit (83) |
Log message: remove marc balmer as maintainer of all of his ports, to take away the illusion marc still maintains them. as requested by himself. |
2009-09-14 14:22:27 by Pierre-Emmanuel Andre | Files touched by this commit (4) |
Log message: Update to 8.4.1. Changelog: http://www.postgresql.org/docs/8.4/static/release-8-4-1.html Security fixes: http://www.postgresql.org/support/security "fine by me" mbalmer@, ok sthen@ |
2009-07-21 13:43:45 by Pierre-Emmanuel Andre | Files touched by this commit (12) |
Log message: Upgrade PostgreSQL to the latest version 8.4.0. Initial diff (for rc and beta) from simon@ ok mbalmer@, simon@ commitski jasper@ BE CAREFULL: it's a major upgrade ! You MUST dump/restore all your data for this upgrade. |
2009-03-18 08:34:10 by Pierre-Emmanuel Andre | Files touched by this commit (3) |
Log message: Update to 8.3.7 See http://www.postgresql.org/docs/8.3/static/release-8-3-7.html ok mbalmer@ |
2009-02-07 09:56:32 by Pierre-Emmanuel Andre | Files touched by this commit (4) |
Log message: Upgrade to 8.3.6. See http://www.postgresql.org/docs/8.3/static/release-8-3-6.html ok mbalmer@ ajacoutot@ |
2008-11-04 05:56:50 by Pierre-Emmanuel Andre | Files touched by this commit (4) |
Log message: Upgrade to PostgreSQL 8.3.5: bug fix release. OK mbalmer@, ajacoutot@ |
2008-10-09 00:05:39 by Brad Smith | Files touched by this commit (4) |
Log message: Upgrade to PostgreSQL 8.3.4; bug fix release. ok mbalmer@ |
2008-07-18 00:57:30 by Brad Smith | Files touched by this commit (9) |
Log message: Upgrade to PostgreSQL 8.3.3; bug fix release. ok mbalmer@ |
2008-03-24 11:26:12 by Simon Bertrang | Files touched by this commit (11) |
Log message: Major update to version 8.3.1 - be sure to dump your databases before you apply this and restore afterwards! Additionally, implicit typecasts are history and not supported anymore. Versions prior to 8.3 had the feature (some say bug) that functions, expecting an argument to be of a certain type, have casted a variable of any other type to the expected type, if possible. This has changed now. Tests surfaced rare occurrences of regressions, which were then fixed in about ten minutes - and that code was not even in the ports tree; no issues found there. A few more things have changed, namely tsearch2 went from contrib to the core and native uuid type support was added; for details read the release announcement at http://www.postgresql.org/docs/8.3/static/release-8-3.html. tests & ok mbalmer@ (maintainer) |
2008-01-07 09:34:52 by Marc Balmer | Files touched by this commit (4) |
Log message: Cumulative security update to PostgreSQL 8.2.6 that fixes five security vulnerabilities. See http://www.postgresql.org/about/news.905 for details. |
2007-09-20 13:20:48 by Marc Balmer | Files touched by this commit (6) |
Log message: Update PostgreSQL to version 8.2.5. Release date: 2007-09-17 This release contains a variety of fixes from 8.2.4. A dump/restore is not required for those running 8.2.X. See http://www.postgresql.org/docs/8.2/static/release-8-2-5.html for a list of all changes. |
2007-09-15 14:34:03 by Simon Bertrang | Files touched by this commit (94) |
Log message: remove surrounding quotes from COMMENT/BROKEN/PERMIT_* |
2007-07-09 13:31:07 by Jasper Lievisse Adriaanse | Files touched by this commit (4) |
Log message: forgot to bump pkgnames after PFRAG.shared removal, sorry.. noticed by naddy@ |
2007-07-04 13:18:46 by Jasper Lievisse Adriaanse | Files touched by this commit (31) |
Log message: -NOT_FOR_ARCHS= ${NO_SHARED_ARCHS} +SHARED_ONLY= Yes ok ajacoutot@, simon@, mbalmer@ (for the postgresql bits) |
2007-06-07 14:39:51 by Marc Balmer | Files touched by this commit (2) |
Log message: Fix a typo in the server README.OpenBSD file. Noticed by Ingo Schwarze <schwarze@usta.de>. |
2007-05-18 10:21:31 by Marc Balmer | Files touched by this commit (2) |
Log message: Give better advice on what to put in /etc/rc.local, unclutters output at system startup time. |
2007-05-01 10:46:03 by Nikolay Sturm | Files touched by this commit (3) |
Log message: MFC: Security update to PostgreSQL 8.2.4. This fixes several bugs and one vulnerability (CVE-2007-2138). |
2007-04-28 02:26:34 by Marc Balmer | Files touched by this commit (2) |
Log message: Fix a typo. |
2007-04-25 12:30:28 by Nikolay Sturm | Files touched by this commit (2) |
Log message: Security update to PostgreSQL 8.1.9. This fixes several bugs and one vulnerability (CVE-2007-2138). |
2007-04-25 11:58:00 by Nikolay Sturm | Files touched by this commit (2) |
Log message: Security update to PostgreSQL 8.1.9. This fixes several bugs and one vulnerability (CVE-2007-2138). |
2007-04-23 09:25:17 by Marc Balmer | Files touched by this commit (4) |
Log message: Security update to PostgreSQL 8.2.4. This fixes several bugs and one vulnerability (CVE-2007-2138). |
2007-04-15 12:26:03 by Marc Espie | Files touched by this commit (1) |
Log message: you can't have inter-packages WANTLIB, you've got to go through LIB_DEPENDS so that build proceeds correctly. noticed by naddy@, kili@, bug by sturm@ bump PKGNAME for people who managed to build the broken version. |
2007-04-13 14:40:51 by Nikolay Sturm | Files touched by this commit (7) |
Log message: WANTLIB |
2007-04-05 09:38:13 by Marc Espie | Files touched by this commit (1270) |
Log message: base64 distinfo with SHA256 |
2007-03-22 13:29:17 by Simon Dassow | Files touched by this commit (6) |
Log message: add the postgresql contributions from the contrib/ directory as a subpackage, bump as required. ok mbalmer@, go ahead robert@, kili@ |
2007-02-10 01:01:35 by Marc Balmer | Files touched by this commit (3) |
Log message: Move some manpages that sneaked into the -docs subpackage to the -main subpackage. spotted by nikolay. |
2007-02-07 13:04:21 by Nikolay Sturm | Files touched by this commit (2) |
Log message: Security update to PostgreSQL 8.1.8. This update fixes the following problems: CVE-2007-0555 and CVE-2007-0556. Both of these issues allow an authenticated attacker with the permissions to run arbitrary SQL to launch a denial-of-service attack or possibly read out random chunks of memory. Since attacks to require authenticated access, the security hole is only considered medium risk. You can read more about the issues on Mitre: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0555 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0556 |
2007-02-07 13:02:49 by Nikolay Sturm | Files touched by this commit (2) |
Log message: Security update to PostgreSQL 8.1.8. This update fixes the following problems: CVE-2007-0555 and CVE-2007-0556. Both of these issues allow an authenticated attacker with the permissions to run arbitrary SQL to launch a denial-of-service attack or possibly read out random chunks of memory. Since attacks to require authenticated access, the security hole is only considered medium risk. You can read more about the issues on Mitre: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0555 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0556 |
2007-02-07 08:29:25 by Marc Balmer | Files touched by this commit (3) |
Log message: The PostgreSQL 8.2.2 security update introduced a bug that has been fixed by the PostgreSQL team in 8.2.3. |
2007-02-05 23:57:27 by Marc Balmer | Files touched by this commit (3) |
Log message: Security update to PostgreSQL 8.2.2. This update fixes the following problems: CVE-2007-0555 and CVE-2007-0556. Both of these issues allow an authenticated attacker with the permissions to run arbitrary SQL to launch a denial-of-service attack or possibly read out random chunks of memory. Since attacks to require authenticated access, the security hole is only considered medium risk. You can read more about the issues on Mitre: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0555 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0556 |
2007-02-05 14:08:55 by Marc Balmer | Files touched by this commit (3) |
Log message: Security update to PostgreSQL 8.2.2. This update fixes the following problems: CVE-2007-0555 and CVE-2007-0556. Both of these issues allow an authenticated attacker with the permissions to run arbitrary SQL to launch a denial-of-service attack or possibly read out random chunks of memory. Since attacks to require authenticated access, the security hole is only considered medium risk. You can read more about the issues on Mitre: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0555 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0556 |
2007-01-17 09:47:25 by Marc Balmer | Files touched by this commit (10) |
Log message: Update to PostgreSQL 8.2.1 Please note that a database dump/restore is required to upgrade to this version. See the full details at the following URL: http://www.postgresql.org/docs/current/static/release-8-2.html requested, tested and ok by robert, simon |
2007-01-15 14:53:04 by Nikolay Sturm | Files touched by this commit (2) |
Log message: MFC: Maintenance update to PostreSQL 8.1.6, bugfixes and changes in DST rules for canade. No API changes. |
2007-01-15 14:33:32 by Nikolay Sturm | Files touched by this commit (2) |
Log message: MFC: Maintenance update to PostreSQL 8.1.6, bugfixes and changes in DST rules for canade. No API changes. |
2007-01-13 09:39:45 by Marc Balmer | Files touched by this commit (4) |
Log message: Maintenance update to PostreSQL 8.1.6, bugfixes and changes in DST rules for canade. No API changes. |
2006-11-23 14:21:54 by Matthias Kilian | Files touched by this commit (7) |
Log message: new MULTI_PACKAGES |
2006-11-03 10:34:38 by Nikolay Sturm | Files touched by this commit (3) |
Log message: MFC: update to postgresql 8.1.5, turns out this fixes several bugs that could cause DoS |
2006-10-30 23:50:24 by Marc Balmer | Files touched by this commit (2) |
Log message: Give slightly better advice on KerberosV usage. From Bioern Sandell, <biorn@chalmers.se>, thanks. |
2006-10-30 10:56:09 by Nikolay Sturm | Files touched by this commit (3) |
Log message: update to postgresql 8.0.9, turns out this fixes several bugs that could cause DoS |
2006-10-29 11:19:07 by Nikolay Sturm | Files touched by this commit (3) |
Log message: update to postgresql 8.1.5, turns out this fixes several bugs that could cause DoS |
2006-10-29 02:29:29 by Marc Balmer | Files touched by this commit (2) |
Log message: Add a section on KerberosV support to the README.OpenBSD file. From Tom McLaughlin <tmclaugh@sdf.lonestar.org>, thanks! |
2006-10-29 01:27:05 by Marc Balmer | Files touched by this commit (2) |
Log message: Add a section in the README file about the accounts involved in a PostgreSQL database and point to two administrative user interfaces (phppgadmin and pgadmin3). |
2006-10-18 10:22:18 by Marc Balmer | Files touched by this commit (2) |
Log message: Typo in the MESSAGE-server file. Found by bernd, gracias! |
2006-10-18 07:54:22 by Marc Balmer | Files touched by this commit (4) |
Log message: Do not install a default database when installing the -server subpackage, instead give advice on how to install a dabase with proper protection. ok pvalchev, bernd, krw |
2006-10-15 10:00:11 by Marc Balmer | Files touched by this commit (4) |
Log message: Update to PostgreSQL 8.1.5. As the file sizes of the libraries are not the same in most cases, I bumped the minor version just to be on the safe side. |
2006-10-09 06:22:53 by Alexandre Anriot | Files touched by this commit (2) |
Log message: put back "nohup", I should have read also this history. PostgreSQL runs fine without it but we are not sure if the signal race has been fixed or not, sorry. spotted by bernd@ |
2006-10-09 05:55:18 by Alexandre Anriot | Files touched by this commit (4) |
Log message: - remove "nohup" from the suggested rc script. - get ride of INSTALL-server and move database init to PLIST-server. - bump PKGNAME. ok mbalmer@ |
2006-08-01 16:19:46 by Marc Espie | Files touched by this commit (31) |
Log message: more new libspecs. |
2006-05-25 07:03:07 by Steven Mestdagh | Files touched by this commit (1) |
Log message: remove defunct master site and add a few more mirrors |
2006-05-24 16:29:59 by Nikolay Sturm | Files touched by this commit (3) |
Log message: MFC: Security update to postgresql-8.1.4. Fixes SQL-injection attacks. (CVE-2006-2313, CVE-2006-2314) For detailed information please see: http://developer.postgresql.org/docs/postgres/release-8-1-4.html http://secunia.com/advisories/20231/ |
2006-05-24 11:50:13 by Nikolay Sturm | Files touched by this commit (3) |
Log message: Security update to postgresql-8.0.8 Fixes SQL-injection attacks. (CVE-2006-2313, CVE-2006-2314) |
2006-05-24 05:18:29 by Bernd Ahlers | Files touched by this commit (5) |
Log message: Security update to postgresql-8.1.4. Fixes SQL-injection attacks. (CVE-2006-2313, CVE-2006-2314) For detailed information please see: http://developer.postgresql.org/docs/postgres/release-8-1-4.html http://secunia.com/advisories/20231/ ok mbalmer@ (MAINTAINER) |
2006-02-17 15:20:56 by Nikolay Sturm | Files touched by this commit (2) |
Log message: fix packaging, noticed by brad |
2006-02-17 15:15:35 by Nikolay Sturm | Files touched by this commit (2) |
Log message: fix packaging, noticed by brad@ |
2006-02-15 15:20:33 by Nikolay Sturm | Files touched by this commit (2) |
Log message: Security update to PostgreSQL 8.0.7 fixes CVE-2006-0678 |
2006-02-15 14:09:43 by Nikolay Sturm | Files touched by this commit (2) |
Log message: Security update to PostgreSQL version 7.4.12 this fixes CVE-2006-0678 |
2006-02-14 11:59:37 by Marc Balmer | Files touched by this commit (3) |
Log message: Security update to PostgreSQL version 8.1.3. Vulnerabilities in PostgreSQL SET ROLE/SET SESSION AUTHORIZATION By issuing SET ROLE with a specially crafted argument, it is possible for any logged-in database user to acquire the privileges of any other database user, including superusers. Database superuser status allows access to the machine's filesystem and hence might be used to mount remote attacks against the rest of the server's operating system. This error exists in PostgreSQL releases 8.1.0 - 8.1.2 and is fixed in 8.1.3. The same underlying bug exists in SET SESSION AUTHORIZATION in all releases back to 7.3. This variant cannot be exploited for privilege escalation, because one must already be superuser to use SET SESSION AUTHORIZATION. However, if the server has been compiled with Asserts enabled (which is not the default), then it is possible to trigger an Assert failure before the privilege check is reached. This would cause a momentary denial of service to other database users. This is repaired in PostgreSQL releases 8.1.3, 8.0.7, 7.4.12, and 7.3.14. |
2006-02-07 14:08:28 by Nikolay Sturm | Files touched by this commit (4) |
Log message: update to porstgresql 7.4.11, fixing several bugs and security issues CVE-2005-{0977,0227,0244,0245,0246,0247,1409,1410} |
2006-02-05 02:23:22 by Marc Balmer | Files touched by this commit (5) |
Log message: Update PostgreSQL to version 8.1.2 and move the README.OpenBSD file to the server package, so that the informationis always available and not only when the docs package is installed. This was requested by many people. SECURITY: Version 8.1.2 fixes security and other problems that were present in 8.1.0. See http://archives.postgresql.org/pgsql-announce/2006-01/msg00001.php for details. |
2006-01-07 04:11:17 by Marc Balmer | Files touched by this commit (8) |
Log message: SHARED_LIBS ok bernd |
2005-12-31 06:03:40 by Marc Balmer | Files touched by this commit (1) |
Log message: Forgot to bump the package name of the -docs subpackage after a change to the PLIST. "gentle" reminder by nikolay... |
2005-12-31 03:40:39 by Marc Balmer | Files touched by this commit (1) |
Log message: Fix a typo, from jk <dhv@scurvy.org>. |
2005-11-08 16:40:01 by Marc Balmer | Files touched by this commit (1) |
Log message: Bump package name. |
2005-11-08 15:07:33 by Marc Balmer | Files touched by this commit (4) |
Log message: Rearrange the PLIST's to make sure the subpackages can be individually installed and deinstalled. problem found by msf@, thanks! |
2005-11-08 08:20:42 by Marc Balmer | Files touched by this commit (7) |
Log message: Update to PostgreSQL 8.1.0 Detailed information can be found at http://www.postgresql.org/docs/whatsnew |
2005-10-10 16:48:24 by Marc Balmer | Files touched by this commit (4) |
Log message: Update to PostgreSQL 8.0.4. |
2005-08-16 03:49:56 by Marc Espie | Files touched by this commit (88) |
Log message: conflicts from the past: history since 3.7. As noted on ports@ recently, pkg_add -r relies on conflicts, and the sheer existence of updates means we MUST take the past into account in conflicts now. Note the renaming of hugs98 to valid package names where versions are concerned. This commit shows clearly the renaming of the xfce4 plugin packages, the ditching of eclipse flavors, the splitting of nessus into subpackages, the splitting of various other software documentations, some packaging bugs in kdeedu, and a lot of files moving around... okay pvalchev@ |
2005-06-06 16:00:47 by Nikolay Sturm | Files touched by this commit (2) |
Log message: MFC: fix kerberos support (from Jesse Kempf <kempf at rpi.edu> and mention to start the server with nohup to prevent a signal race (from mpf@) same diff as for 3.7 |
2005-06-06 14:43:04 by Nikolay Sturm | Files touched by this commit (2) |
Log message: MFC: fix kerberos support (from Jesse Kempf <kempf at rpi.edu> and mention to start the server with nohup to prevent a signal race (from mpf@) ok brad@ |
2005-05-26 13:09:18 by Marc Balmer | Files touched by this commit (1) |
Log message: Remove unused patch file. Spotted by naddy@ |
2005-05-11 04:10:40 by Marc Balmer | Files touched by this commit (6) |
Log message: Security update to version 8.0.3 ok robert@ |
2005-04-30 06:02:10 by Marc Balmer | Files touched by this commit (1) |
Log message: WANTLIB tweaks ok alek@ |
2005-04-30 04:00:04 by Marc Balmer | Files touched by this commit (7) |
Log message: Update to PostgreSQL 8.0.2 and take maintainerhsip with the old maintainers consent. ok nikolay@, todd@ |
2005-04-07 11:45:44 by Nikolay Sturm | Files touched by this commit (1) |
Log message: remove Peter Galbavy as maintainer per his request |
2005-04-06 00:23:46 by Nikolay Sturm | Files touched by this commit (2) |
Log message: fix kerberos support (from Jesse Kempf <kempf at rpi.edu>) and mention to start the server with nohup to prevent a signal race (from mpf@) |
2005-03-25 08:13:59 by Aleksander Piotrowski | Files touched by this commit (5) |
Log message: Oh my^W^WMore no longer needed WWW:... lines |
2005-02-05 14:55:24 by Nikolay Sturm | Files touched by this commit (2) |
Log message: MFC: SECURITY fix This patch fixes a problem where low privileged users can invoke the LOAD extension to load arbitrary libraries into the postgres process space. ok brad@ |
2005-02-05 14:54:44 by Nikolay Sturm | Files touched by this commit (2) |
Log message: MFC: SECURITY fix This patch fixes a problem where low privileged users can invoke the LOAD extension to load arbitrary libraries into the postgres process space. ok brad@ |
2005-02-05 08:11:58 by Nikolay Sturm | Files touched by this commit (2) |
Log message: SECURITY fix This patch fixes a problem where low privileged users can invoke the LOAD extension to load arbitrary libraries into the postgres process space. ok peter.galbavy at knowtion.net |
2005-01-05 09:22:44 by Christian Weisgerber | Files touched by this commit (366) |
Log message: SIZE |
2005-01-01 17:23:28 by Aleksander Piotrowski | Files touched by this commit (2) |
Log message: - Fix libpq soname - Rework WANTLIB as this port has SUBPACKAGES - Replace RUN_DEPENDS with LIB_DEPENDS - Add PKG_ARCH - Bump PKGNAME ok sturm@, Brandon Palmer (MAINTAINER) |
2004-11-22 09:59:30 by Marc Espie | Files touched by this commit (20) |
Log message: WANTLIB markers |
2004-10-12 15:03:13 by Marc Espie | Files touched by this commit (3) |
Log message: trim down INSTALL script, move stuff into PLIST and MESSAGE. |
2004-09-18 04:35:36 by Marc Espie | Files touched by this commit (4) |
Log message: new-style conflicts. |
2004-09-14 17:31:47 by Marc Espie | Files touched by this commit (43) |
Log message: new style PLISTs |
2004-08-09 06:16:55 by Marc Espie | Files touched by this commit (4) |
Log message: new plist |
2004-07-26 04:10:46 by Peter Galbavy | Files touched by this commit (23) |
Log message: Update to PostgreSQL 7.4.3 Changes in the package layout means that there is now a -client and -server subpackage, and users no longer need to decide which, as the -server depends on the -client, just like the sane cases in mysql and openldap. Other changes include: * Removal of the tcl FLAVOR until someone with more tcl/tk knowledge can make it work correctly. * The INSTALL-server script now created a _postgresql user and group if they don't already exist, and also a default database in /var/postgresql if that directory also doesn't exist. * The port is marked for NO_SHARED_ARCHS as the -server subpackage needs shared lib support to build. * The port will build with spinlocks disabled on hppa until someone can check and test this problem more closely. Built and checked on i386, sparc64, amd64, macppc (waiting for regress test feedback). Dependent packages will be updated after this commit, shortly. |
2004-02-04 00:39:19 by Nikolay Sturm | Files touched by this commit (23) |
Log message: mark some subpackages arch independent ok naddy@ |
2003-12-23 12:40:32 by Brad Smith | Files touched by this commit (4) |
Log message: upgrade to PostgreSQL 7.3.5 -- ok MAINTAINER (Peter Galbavy) |
2003-12-15 14:42:44 by Christian Weisgerber | Files touched by this commit (507) |
Log message: remove WWW lines |
2003-11-20 15:52:26 by Margarida Sequeira | Files touched by this commit (1) |
Log message: Bump package (forgot in last commit..) |
2003-11-16 17:05:01 by Margarida Sequeira | Files touched by this commit (1) |
Log message: Forgot to bump one package.. sigh |
2003-11-11 08:13:26 by Margarida Sequeira | Files touched by this commit (2) |
Log message: Security fix: Two bugs were discovered that lead to a buffer overflow in PostgreSQL in the abstract data type (ADT) to ASCII conversion functions. It is believed that, under the right circumstances, an attacker may use this vulnerability to execute arbitrary instructions on the PostgreSQL server. |
2003-11-11 08:12:40 by Margarida Sequeira | Files touched by this commit (2) |
Log message: Security fix: Two bugs were discovered that lead to a buffer overflow in PostgreSQL in the abstract data type (ADT) to ASCII conversion functions. It is believed that, under the right circumstances, an attacker may use this vulnerability to execute arbitrary instructions on the PostgreSQL server. |
2003-11-11 08:11:34 by Margarida Sequeira | Files touched by this commit (2) |
Log message: Security fix: Two bugs were discovered that lead to a buffer overflow in PostgreSQL in the abstract data type (ADT) to ASCII conversion functions. It is believed that, under the right circumstances, an attacker may use this vulnerability to execute arbitrary instructions on the PostgreSQL server. ok Brandon Palmer (maintainer) |
2003-06-23 13:11:12 by Nikolay Sturm | Files touched by this commit (18) |
Log message: new user naming schema bump PKGNAME where necessary rohee@ ok leafnode "you don't have to wait for oks" pval@ |
2003-05-20 07:52:00 by David Lebel | Files touched by this commit (1) |
Log message: PERMIT_*_CDROM can't be Yes: The license says: Permission to use, copy, modify, and distribute this software and its documentation for any purpose, without fee, and without a written agreement is hereby granted, provided that the above copyright notice and this paragraph and the following two paragraphs appear in all copies. noticed by markus@ |
2003-02-12 10:09:04 by Christian Weisgerber | Files touched by this commit (9) |
Log message: Update to 7.3.2. Change flavor no_tcl -> tcl. From: Peter Galbavy <peter.galbavy@knowtion.net> |
2003-01-08 14:33:21 by Todd T. Fries | Files touched by this commit (1) |
Log message: add no_tcl flavor, for those not building all of ports, not wanting to install x to have a database; from brad@, prodded by Ben Lindstrom |
2003-01-03 07:24:55 by Todd T. Fries | Files touched by this commit (1) |
Log message: PKGNAME-tcl= .. from naddy@ .. thanks! |
2003-01-02 07:48:23 by Todd T. Fries | Files touched by this commit (1) |
Log message: build depends on tcl too |
2003-01-02 00:15:34 by Todd T. Fries | Files touched by this commit (4) |
Log message: add tcl multi-package to postgresql |
2002-12-17 22:13:15 by Brad Smith | Files touched by this commit (3) |
Log message: sloppy update. this port used to install ALL the headers for a good reason. |
2002-12-17 09:38:54 by Christian Weisgerber | Files touched by this commit (18) |
Log message: Update to 7.3. From: Peter Galbavy <peter.galbavy@knowtion.net> |