[Pkg-postgresql-public] Bug#743187: [live-boot] Locale of postgresql default table in live-system

2014-03-31 Thread Christoph Berg
Control: reassign -1 live-boot Re: Louis-Maurice De Sousa 2014-03-31 53393e9a.10...@crdp.ac-versailles.fr --- Part of my lb config --- lb config noauto \ --architectures '$ARCH' \ --bootappend-live boot=live config locales=fr_FR.UTF-8 keyboard-layouts=fr username='$USER'

[Pkg-postgresql-public] Removing PostgreSQL server headers from libpq-dev

2014-03-12 Thread Christoph Berg
Hi, I've just uploaded postgresql-9.3 which includes a fix for a very old bug: #314427. For compatibility reasons long forgotten, we have been shipping some server include files in libpq-dev in /usr/include/postgresql/ that should rather only live in /usr/include/postgresql/9.3/server/. These

[Pkg-postgresql-public] Bug#739276: postgresql: Put pgstat in /var/run

2014-03-07 Thread Christoph Berg
Re: Martin Pitt 2014-03-07 20140307090805.ga23...@piware.de I think configuring a tmpfs dir by default is a good idea, thanks for pointing that out. +1. === modified file 'createcluster.conf' --- createcluster.conf 2013-04-12 12:32:08 + +++ createcluster.conf 2014-02-17

[Pkg-postgresql-public] systemd support

2014-03-04 Thread Christoph Berg
Hi, I've written systemd unit files for managing PostgreSQL clusters. The idea is to run each cluster on its own using systemd's templating mechanism. There is a master postgresql.service that doesn't do much except serving as a way to make start/stop/restart/reload work for all running clusters,

[Pkg-postgresql-public] Bug#739923: postgresql-9.1: Upgrade failed because of missing server.key file

2014-02-25 Thread Christoph Berg
Re: NOKUBI Takatsugu 2014-02-24 87k3ckf85s.wl%k...@daionet.gr.jp I tried to change locale as C, but the message was same as ?, it is the real question characters in Japanese/C locale. Ok. That's a different problem, postgresql doesn't like running in an empty environment (like pg_ctlcluster

[Pkg-postgresql-public] Bug#739923: postgresql-9.1: Upgrade failed because of missing server.key file

2014-02-24 Thread Christoph Berg
Control: tags -1 moreinfo Re: NOKUBI Takatsugu 2014-02-24 20140223233930.27150.95214.report...@daio-b.daionet.gr.jp latest postgresql-9.1 upgrade causes a error like the following: Starting PostgreSQL 9.1 database server: mainThe PostgreSQL server failed to start. Please check the log

[Pkg-postgresql-public] Bug#739900: pu: package postgresql-8.4/8.4_8.4.20-0wheezy1

2014-02-23 Thread Christoph Berg
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: pu Hi, in the plethora of uploads for last week's PostgreSQL updates, one item was missing: postgresql-plperl-8.4 in wheezy. It does fix a security bug (CVE-2014-0061), but as we provide that

[Pkg-postgresql-public] PostgreSQL 9.1.12 and 8.4.20

2014-02-20 Thread Christoph Berg
using make check when there are untrusted users on the same machine. (CVE-2014-0067) * The upstream tarballs no longer contain a plain HISTORY file, but point to the html documentation. Note the location of these files in our changelog.gz file. -- Christoph Berg christoph.b

Re: [Pkg-postgresql-public] PostgreSQL 9.1.12 and 8.4.20

2014-02-20 Thread Christoph Berg
Re: Moritz Muehlenhoff 2014-02-20 20140220134009.ga7...@inutil.org On Thu, Feb 20, 2014 at 02:27:53PM +0100, Christoph Berg wrote: Hi, this afternoon, PostgreSQL 9.1.12 and 8.4.20 will be released, fixing no fewer than 8 CVEs. I am sorry for the short notice, but I didn't get around

Re: [Pkg-postgresql-public] PostgreSQL 9.1.12 and 8.4.20

2014-02-20 Thread Christoph Berg
Re: To t...@security.debian.org 2014-02-20 20140220144659.gc16...@msgid.df7cb.de The tarballs are now on the ftp server, and also linked from www.postgresql.org, so the DSA could be sent out now. The official announcement contains a more compact description of the problems: This update fixes

[Pkg-postgresql-public] Bug#739393: postgresql-9.3: Documented type “json” does not exist

2014-02-18 Thread Christoph Berg
Control: tags -1 moreinfo Hi Ben, Re: Ben Finney 2014-02-18 20140218044358.ga10...@benfinney.id.au Version: 9.3.2-1 The documentation specifies that the “json” type is built in, see ‘/usr/share/doc/postgresql-doc-9.3/html/datatype-json.html’. However, when I try to use this type, the

[Pkg-postgresql-public] Bug#689997: Bug#689997: iconv: illegal input sequence at position 86 ERROR: Conversion of /usr/share/hunspell/hu_HU_u8.aff failed

2014-01-29 Thread Christoph Berg
clone 689997 -1 reassign -1 myspell-hu tags -1 - wontfix severity -1 wishlist retitle -1 Affix files shouldn't use 8bit chars for rules block 689997 by -1 thanks Re: Martin Pitt 2014-01-29 20140129145548.ga3...@piware.de The comments will be fixed to be UTF-8 encoded, but the file will still

[Pkg-postgresql-public] Bug#731913: Please upgrade to PostgreSQL 9.3

2013-12-11 Thread Christoph Berg
Package: pgsql-asn1oid Version: 0.0.20100818-2 Severity: important User: pkg-postgresql-public@lists.alioth.debian.org Usertags: migration-93 Hi, For jessie we plan to support PostgreSQL 9.3 only, and want to drop postgresql-9.1. Can you please build a -9.3 extension (only)? Also, the package

[Pkg-postgresql-public] Bug#723847: Bug#723847: Bug#723847: Bug#723847: postgresql-9.3: server - pg_upgradecluster - initdb: --data-checksums ?

2013-10-19 Thread Christoph Berg
Re: Karsten Hilbert 2013-10-16 20131016063457.gb4...@hermes.hilbert.loc No problem. Just asking. What we could do is to add this as an example (comment) to the default version we ship for createcluster.conf. (Though I will probably postpone that till the next real (non-comment) change of that

[Pkg-postgresql-public] Bug#723470: libzdb link with -L/usr/lib

2013-09-18 Thread Christoph Berg
Control: unmerge -1 Re: Jack Bates 2013-09-17 5238b9b0.1080...@nottheoilrig.com Where is libpq.so (PostgreSQL client library) installed on your system? I suspect the offending line is libzdb-2.11.3/configure.ac line 268: LDFLAGS=-L`$PGCONFIG --libdir` $LDFLAGS I think bug #706849

[Pkg-postgresql-public] Bug#721018: pu: package postgresql-common/134wheezy4

2013-08-27 Thread Christoph Berg
-versions: Use 7|7.* to recognize wheezy; point releases +now increment the second version number component. (Closes: #712586) + + -- Christoph Berg m...@debian.org Tue, 27 Aug 2013 10:15:33 +0200 + postgresql-common (134wheezy3) unstable; urgency=low [ Christoph Berg ] === modified file

Re: [Pkg-postgresql-public] 9.3rc1 for unstable tomorrow

2013-08-22 Thread Christoph Berg
Re: Martin Pitt 2013-08-21 20130821132049.gb3...@piware.de 9.3 RC1 will be released tomorrow. I have the packaging and build prepared, just waiting for the official upstream announcement. Just like with 9.1, I would like this to go to unstable now instead of experimental. The final release

[Pkg-postgresql-public] Bug#716854: Bug#716854: postgresql-common: Upgrade Wheezy - Testing fails: insserv rejected the script header

2013-07-15 Thread Christoph Berg
Control: tag -1 moreinfo Re: Helge Kreutzmann 2013-07-13 20130713163701.GA17133@Debian-50-lenny-64-minimal postgresql-common (145) wird eingerichtet ... insserv: script postgresql: service postgresql already provided! insserv: exiting now! update-rc.d: error: insserv rejected the script

[Pkg-postgresql-public] Bug#714725: Consider setting APT::NeverAutoRemove::postgresql-* in apt.conf

2013-07-02 Thread Christoph Berg
Package: postgresql Version: 9.1+134wheezy3 Severity: wishlist I've twice seen people on #postgresql who were upgrading from squeeze to wheezy and ended up with postgresql-8.4 removed and postgresql-9.1 installed, the existing 8.4 cluster being inaccessible. What happened there is that they have

[Pkg-postgresql-public] Bug#596278: postgresql-8.4: Please support subselects in using clause of alter column changing type

2013-06-19 Thread Christoph Berg
Testcase: create table links (targeturi text, uri text); create table pages (pageid integer, uri text); alter table links alter column targeturi type integer using (select pageid from pages where uri = targeturi); Christoph -- c...@df7cb.de | http://www.df7cb.de/

Re: [Pkg-postgresql-public] pgpool-II SSL support

2013-06-12 Thread Christoph Berg
Re: Ingmar Steen 2013-06-11 cajnimzxdjyquqcdwu4akhykgefx4yzpv4evglpv1dr-wn8k...@mail.gmail.com Hi Christoph, Great news (for me anyway)! Will this be available in wheezy or just sid (I'm not particularly up to date on debian packaging policies unfortunately)? It is now in sid, and in all

[Pkg-postgresql-public] Bug#710093: postgresql: not started automatically after installation in chroot

2013-05-31 Thread Christoph Berg
Re: Andreas Beckmann 2013-05-31 51a8feac.5090...@debian.org Fwiw, which services/packages come with out-of-the-box usable PostgreSQL support? For me, dbconfig-common sort of never works... For piuparts, dbconfig-common seems to work for most packages. DEBIAN_FRONTEND=noninteractive, all

[Pkg-postgresql-public] Bug#704802: plperl crashes immediately on kfreebsd

2013-05-21 Thread Christoph Berg
changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers ---End Message--- ---BeginMessage--- On 05/16/2013 09:14 AM, Christoph Berg wrote: Re: Stephen Frost 2013-05-16 20130516123344.gt4...@tamriel.snowman.net * Christoph Berg (c...@df7cb.de) wrote: That was because

<    1   2   3