summaryrefslogtreecommitdiff
path: root/databases/postgresql92-server/files/patch-src:backend:utils:misc:postgresql.conf.sample
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2012-05-15 22:14:55 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2012-05-15 22:14:55 +0000
commite0673330c9cf6c2fb923c744903f6ff265a425f3 (patch)
treee541c08d5097435390d734519e29e3fbd31be9ca /databases/postgresql92-server/files/patch-src:backend:utils:misc:postgresql.conf.sample
parent- Update to 3.6.9 (diff)
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 PostgreSQL 9.2 will also offer many new features for application developers, including: * JSON data support, enabling hybrid document-relational databases * Range types, supporting new types of calendar, time-series and * analytic applications * Multiple improvements to ALTER and other statements, easing runtime * database updates For a full listing of the features in version 9.2 Beta, please see the release notes: http://www.postgresql.org/docs/devel/static/release-9-2.html We depend on our community to help test the next version in order to guarantee that it is high-performance and bug-free. Please install PostgreSQL 9.2 Beta and try it with your workloads and applications as soon as you can, and give feedback to the PostgreSQL developers. More information on how to test and report issues: http://www.postgresql.org/developer/beta
Notes
Notes: svn path=/head/; revision=296704
Diffstat (limited to '')
-rw-r--r--databases/postgresql92-server/files/patch-src:backend:utils:misc:postgresql.conf.sample8
1 files changed, 0 insertions, 8 deletions
diff --git a/databases/postgresql92-server/files/patch-src:backend:utils:misc:postgresql.conf.sample b/databases/postgresql92-server/files/patch-src:backend:utils:misc:postgresql.conf.sample
index 3c1609fdbbc7..352b1579d68d 100644
--- a/databases/postgresql92-server/files/patch-src:backend:utils:misc:postgresql.conf.sample
+++ b/databases/postgresql92-server/files/patch-src:backend:utils:misc:postgresql.conf.sample
@@ -8,14 +8,6 @@
#log_destination = 'stderr' # Valid values are combinations of
# stderr, csvlog, syslog, and eventlog,
# depending on platform. csvlog
-@@ -290,6 +291,7 @@
- #syslog_facility = 'LOCAL0'
- #syslog_ident = 'postgres'
-
-+silent_mode = on
- #silent_mode = off # Run server silently.
- # DO NOT USE without syslog or
- # logging_collector
@@ -394,6 +396,9 @@
#track_counts = on
#track_functions = none # none, pl, all