[COMMITTERS] pgsql: Release notes for 9.3.3, 9.2.7, 9.1.12, 9.0.16, 8.4.20.

2014-02-16 Thread Tom Lane
Release notes for 9.3.3, 9.2.7, 9.1.12, 9.0.16, 8.4.20. Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/9649892c330429b86751f8eb37182e31018134f7 Modified Files -- doc/src/sgml/release-8.4.sgml | 320 doc/src/sgml/releas

[COMMITTERS] pgsql: Release notes for 9.3.3, 9.2.7, 9.1.12, 9.0.16, 8.4.20.

2014-02-16 Thread Tom Lane
Release notes for 9.3.3, 9.2.7, 9.1.12, 9.0.16, 8.4.20. Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/ee58b9451c043081f8b179120c3a3499ec14dfc6 Modified Files -- doc/src/sgml/release-8.4.sgml | 320 doc/src/sgm

[COMMITTERS] pgsql: Release notes for 9.3.3, 9.2.7, 9.1.12, 9.0.16, 8.4.20.

2014-02-16 Thread Tom Lane
Release notes for 9.3.3, 9.2.7, 9.1.12, 9.0.16, 8.4.20. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/0983315b1d37cc17b2174dad87449d8402e357ee Modified Files -- doc/src/sgml/release-8.4.sgml | 320 doc/src/sgml/release-9.0.s

[COMMITTERS] pgsql: Release notes for 9.3.3, 9.2.7, 9.1.12, 9.0.16, 8.4.20.

2014-02-16 Thread Tom Lane
Release notes for 9.3.3, 9.2.7, 9.1.12, 9.0.16, 8.4.20. Branch -- REL8_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/bde3307cc16587fce5f6874b11f2d29f776702dc Modified Files -- doc/src/sgml/release-8.4.sgml | 320 + 1 file

[COMMITTERS] pgsql: Release notes for 9.3.3, 9.2.7, 9.1.12, 9.0.16, 8.4.20.

2014-02-16 Thread Tom Lane
Release notes for 9.3.3, 9.2.7, 9.1.12, 9.0.16, 8.4.20. Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/0a879b9b8d21fc62ba0779234d6dc499d610 Modified Files -- doc/src/sgml/release-8.4.sgml | 320 +++ doc/src/sgml/release-9.0.sgml | 362

[COMMITTERS] pgsql: Release notes for 9.3.3, 9.2.7, 9.1.12, 9.0.16, 8.4.20.

2014-02-16 Thread Tom Lane
Release notes for 9.3.3, 9.2.7, 9.1.12, 9.0.16, 8.4.20. Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/3b4db30f94108be3bb3278ca159f11509634d729 Modified Files -- doc/src/sgml/release-8.4.sgml | 320 doc/src/sgml/re

[COMMITTERS] pgsql: PGDLLIMPORT-ify MainLWLockArray, ProcDiePending, proc_exit_inpro

2014-02-16 Thread Tom Lane
PGDLLIMPORT-ify MainLWLockArray, ProcDiePending, proc_exit_inprogress. These are needed in HEAD to make assorted contrib modules build on Windows. Now that all the MSVC and Mingw buildfarm members seem to be on the same page about the need for them, we can have some confidence that future problems

[COMMITTERS] pgsql: Fix unportable coding in tarCreateHeader().

2014-02-16 Thread Tom Lane
Fix unportable coding in tarCreateHeader(). uid_t and gid_t might be wider than int on some platforms. Per buildfarm member brolga. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/a1c802712c369af4085c365cb79c3063b8407ef4 Modified Files -- src/port/tar.c

[COMMITTERS] pgsql: Fix unportable coding in tarCreateHeader().

2014-02-16 Thread Tom Lane
Fix unportable coding in tarCreateHeader(). uid_t and gid_t might be wider than int on some platforms. Per buildfarm member brolga. Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/6be49f22f476e5fadf1934cf67f08b12239febdf Modified Files -- src/port

[COMMITTERS] pgsql: Revert to using --enable-auto-import in Cygwin builds.

2014-02-16 Thread Tom Lane
Revert to using --enable-auto-import in Cygwin builds. Disabling auto-import requires that all libraries we use be careful about declspecs for exported variables; and it seems they aren't. This means that Cygwin will not give us useful info about missing PGDLLIMPORT markers; but it's probably suf

[COMMITTERS] pgsql: Further wordsmithing on 9.3.3 release notes.

2014-02-16 Thread Tom Lane
Further wordsmithing on 9.3.3 release notes. No substantive changes, but reorder some items and improve some descriptions. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/734ff84b086e098e6106f19c4146357c5eaa9594 Modified Files -- doc/src/sgml/release-9.3

[COMMITTERS] pgsql: PGDLLIMPORT'ify DateStyle and IntervalStyle.

2014-02-16 Thread Tom Lane
PGDLLIMPORT'ify DateStyle and IntervalStyle. This is needed on Windows to support contrib/postgres_fdw. Although it's been broken since last March, we didn't notice until recently because there were no active buildfarm members that complained about missing PGDLLIMPORT marking. Efforts are underw

[COMMITTERS] pgsql: PGDLLIMPORT'ify DateStyle and IntervalStyle.

2014-02-16 Thread Tom Lane
PGDLLIMPORT'ify DateStyle and IntervalStyle. This is needed on Windows to support contrib/postgres_fdw. Although it's been broken since last March, we didn't notice until recently because there were no active buildfarm members that complained about missing PGDLLIMPORT marking. Efforts are underw

[COMMITTERS] pgsql: Improve release notes per comments from Andres Freund.

2014-02-16 Thread Tom Lane
Improve release notes per comments from Andres Freund. Make a bit more noise about the timeout-interrupt bug. Also, remove the release note entry for commit 423e1211a; that patch fixed a problem introduced post-9.3.2, so there's no need to document it in the release notes. Branch -- master

Re: [COMMITTERS] pgsql: First-draft release notes for 9.3.3.

2014-02-16 Thread Tom Lane
Alvaro Herrera writes: > Andres Freund wrote: >> I *think* this could only happen with changes that were committed >> *after* 9.3.2 has been released. Alvaro, that's right, no? > Yes, the problem was introduced in [3b97e6823] > Maybe this doesn't event warrant a release note entry. Agreed, if th

[COMMITTERS] pgsql: On Windows, expect to find Tcl DLL in bin directory not lib dire

2014-02-16 Thread Tom Lane
On Windows, expect to find Tcl DLL in bin directory not lib directory. Still another step in the continuing saga of trying to get --disable-auto-import to work. Hiroshi Inoue Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/56caaf195e996919088d532832a2a57ca33431b2 M

Re: [COMMITTERS] pgsql: First-draft release notes for 9.3.3.

2014-02-16 Thread Alvaro Herrera
Andres Freund wrote: > Hi Tom, > > Some comments on the release notes: > > > > > > Fix multixact freezing of tuples that predate > a pg_upgrade to 9.3 > (Álvaro Herrera) > > > > This oversight would result in complaints such as ERROR: > Mult

Re: [COMMITTERS] pgsql: First-draft release notes for 9.3.3.

2014-02-16 Thread Andres Freund
Hi Tom, Some comments on the release notes: Fix multixact freezing of tuples that predate a pg_upgrade to 9.3 (Álvaro Herrera) This oversight would result in complaints such as ERROR: MultiXactId 11415437 does no longer exist -- apparent wra