Log Message:
---
Add support for TCP keepalives on Windows, both for backend and the new
libpq support.
Modified Files:
--
pgsql/src/backend/libpq:
pqcomm.c (r1.210 -> r1.211)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/pqcomm.c?r1=1.2
m...@postgresql.org (Magnus Hagander) writes:
> Log Message:
> ---
> Add support for TCP keepalives on Windows, both for backend and the new
> libpq support.
Buildfarm member narwhal doesn't like this patch. You have about six
or eight hours to fix or revert it before beta3 wraps.
On Thu, Jul 8, 2010 at 17:04, Tom Lane wrote:
> m...@postgresql.org (Magnus Hagander) writes:
>> Log Message:
>> ---
>> Add support for TCP keepalives on Windows, both for backend and the new
>> libpq support.
>
> Buildfarm member narwhal doesn't like this patch. You have about six
> or e
Log Message:
---
Fix variant float8 expected files to have exactly the expected spacing.
This wasn't important when we used diff's -w (--ignore-all-space) option
to compare regression result files, but it is now. Per buildfarm member
canary, which evidently has been offline since we did th
Magnus Hagander writes:
> Seems pretty simple - mingw doesn't have support for this. We have two
> ways to deal with that I think:
> 1) Disable it on mingw.
> 2) Include it in our custom headers.
> For #2, what we need to include is the define of SIO_KEEPALIVE_VALS as
> well as the definition of
On Thu, Jul 8, 2010 at 17:11, Magnus Hagander wrote:
> On Thu, Jul 8, 2010 at 17:04, Tom Lane wrote:
>> m...@postgresql.org (Magnus Hagander) writes:
>>> Log Message:
>>> ---
>>> Add support for TCP keepalives on Windows, both for backend and the new
>>> libpq support.
>>
>> Buildfarm mem
On Thu, Jul 8, 2010 at 17:39, Tom Lane wrote:
> Magnus Hagander writes:
>> Seems pretty simple - mingw doesn't have support for this. We have two
>> ways to deal with that I think:
>> 1) Disable it on mingw.
>> 2) Include it in our custom headers.
>
>> For #2, what we need to include is the defin
Tom Lane wrote:
Magnus Hagander writes:
Seems pretty simple - mingw doesn't have support for this. We have two
ways to deal with that I think:
1) Disable it on mingw.
2) Include it in our custom headers.
For #2, what we need to include is the define of SIO_KEEPALIVE_VALS as
well
Log Message:
---
Update obsolete comment. Noted by Josh Tolley.
Modified Files:
--
pgsql/src/backend/access/transam:
xlogutils.c (r1.70 -> r1.71)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlogutils.c?r1=1.70&r2=1.71)
--
S
On Thu, Jul 8, 2010 at 17:45, Andrew Dunstan wrote:
>
>
> Tom Lane wrote:
>>
>> Magnus Hagander writes:
>>
>>>
>>> Seems pretty simple - mingw doesn't have support for this. We have two
>>> ways to deal with that I think:
>>> 1) Disable it on mingw.
>>> 2) Include it in our custom headers.
>>>
>>
Log Message:
---
Make the Windows tcp keepalive support depend on the existance of the
SIO_KEEPALIVE_VALS define instead of just WIN32, since MingW doesn't
support this API (yet?).
Modified Files:
--
pgsql/src/backend/libpq:
pqcomm.c (r1.211 -> r1.212)
(htt
On Thu, Jul 8, 2010 at 18:06, Magnus Hagander wrote:
> On Thu, Jul 8, 2010 at 17:45, Andrew Dunstan wrote:
>>
>>
>> Tom Lane wrote:
>>>
>>> Magnus Hagander writes:
>>>
Seems pretty simple - mingw doesn't have support for this. We have two
ways to deal with that I think:
1) Di
Log Message:
---
Add a cross-reference to precedence information to CREATE OPERATOR's
documentation. Per suggestion from Marc Cousin.
Modified Files:
--
pgsql/doc/src/sgml/ref:
create_operator.sgml (r1.53 -> r1.54)
(http://anoncvs.postgresql.org/cvsweb.cgi
Magnus Hagander writes:
> Here's what I came up with and will apply as soon as my msvc build
> completes. (the mingw one works with this)
This is still going to need manual adjustment in the future, since
probably when mingw adds the #define, they will put it in ,
and this code will not see it.
Magnus Hagander wrote:
Log Message:
---
Make the Windows tcp keepalive support depend on the existance of the
SIO_KEEPALIVE_VALS define instead of just WIN32, since MingW doesn't
support this API (yet?).
Maybe I misunderstood. I thought you were going to include the required
def
On Thu, Jul 8, 2010 at 18:37, Tom Lane wrote:
> Magnus Hagander writes:
>> Here's what I came up with and will apply as soon as my msvc build
>> completes. (the mingw one works with this)
>
> This is still going to need manual adjustment in the future, since
> probably when mingw adds the #define
Log Message:
---
Doc change: effected -> affected, per correction from Matthew Wakeling
Modified Files:
--
pgsql/doc/src/sgml:
wal.sgml (r1.67 -> r1.68)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/wal.sgml?r1=1.67&r2=1.68)
--
Sent via pg
On Thu, Jul 8, 2010 at 18:40, Andrew Dunstan wrote:
>
>
> Magnus Hagander wrote:
>>
>> Log Message:
>> ---
>> Make the Windows tcp keepalive support depend on the existance of the
>> SIO_KEEPALIVE_VALS define instead of just WIN32, since MingW doesn't
>> support this API (yet?).
>>
>>
>>
>
Magnus Hagander writes:
> On Thu, Jul 8, 2010 at 18:37, Tom Lane wrote:
>> This is still going to need manual adjustment in the future,
> And it's far from certain they'll actually add it to mstcpip.h -
> sometimes they stick it in a different header...
Yeah, that's the other reason for waiting
Log Message:
---
Install safeguard against running PL/Python 2 and 3 in the same session
Modified Files:
--
pgsql/doc/src/sgml:
plpython.sgml (r1.50 -> r1.51)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/plpython.sgml?r1=1.50&r2=1.51)
pg
Log Message:
---
Minor kibitzing on previous patch: no need to run check more than once.
(_PG_init should be called only once anyway, but as long as it's got an
internal guard against repeat calls, that should be in front of the
version check.)
Modified Files:
--
pgsql/src/
Log Message:
---
Translation updates for 9.0beta3
Modified Files:
--
pgsql/src/backend/po:
de.po (r1.36 -> r1.37)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/po/de.po?r1=1.36&r2=1.37)
fr.po (r1.27 -> r1.28)
(http://anoncvs.p
Log Message:
---
Some small changes for plperl.sgml:
- wrapped long code-lines, for pdf
- typo
Erik Rijkers
Modified Files:
--
pgsql/doc/src/sgml:
plperl.sgml (r2.85 -> r2.86)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/plperl.sgml?r
Log Message:
---
Update release notes for 9.0 beta 3.
Modified Files:
--
pgsql/doc/src/sgml:
release-9.0.sgml (r2.38 -> r2.39)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release-9.0.sgml?r1=2.38&r2=2.39)
--
Sent via pgsql-committers mail
Log Message:
---
tag beta3
Modified Files:
--
pgsql:
configure (r1.683 -> r1.684)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.683&r2=1.684)
configure.in (r1.631 -> r1.632)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/
Log Message:
---
Stamp HEAD as 9.1devel.
(And there was much rejoicing.)
Modified Files:
--
pgsql:
configure (r1.684 -> r1.685)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.684&r2=1.685)
configure.in (r1.632 -> r1.633)
(ht
Update of /cvsroot/textsearch-ja/textsearch-ja/pgut
In directory pgfoundry.org:/tmp/cvs-serv56805/pgut
Log Message:
Directory /cvsroot/textsearch-ja/textsearch-ja/pgut added to the repository
--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your sub
Update of /cvsroot/textsearch-ja/textsearch-ja/msvc
In directory pgfoundry.org:/tmp/cvs-serv56805/msvc
Log Message:
Directory /cvsroot/textsearch-ja/textsearch-ja/msvc added to the repository
--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your sub
Log Message:
---
Added msvc project files.
Modified Files:
--
textsearch-ja:
Makefile (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch-ja/Makefile?r1=1.4&r2=1.5)
README.textsearch_ja (r1.9 -> r1.10)
(http
Log Message:
---
Improve docs about installation.
Modified Files:
--
textsearch_senna/doc:
textsearch_senna.html (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch_senna/doc/textsearch_senna.html?r1=1.5&r2=1.6)
--
Sent vi
Log Message:
---
Remove library dependency to libxml2 and libxslt.
Modified Files:
--
eudc:
Makefile (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/eudc/Makefile?r1=1.1.1.1&r2=1.2)
--
Sent via pgsql-committers mailing list (
Log Message:
---
version 1.2.3.
Modified Files:
--
pg_batch:
pg_batch.c (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_batch/pg_batch.c?r1=1.2&r2=1.3)
pg_batch/doc:
pg_batch-ja.html (r1.4 -> r1.5)
(http://cvs.pgfou
Log Message:
---
Add documentation to load tab separated data files.
Modified Files:
--
pgbulkload/doc:
pg_bulkload-ja.html (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulkload/doc/pg_bulkload-ja.html?r1=1.6&r2=1.7)
pg_b
Log Message:
---
Add documentation to build the module with pgxs.
Modified Files:
--
pg_reorg/doc:
pg_reorg-ja.html (r1.10 -> r1.11)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/doc/pg_reorg-ja.html?r1=1.10&r2=1.11)
pg_reorg.html (r1.
34 matches
Mail list logo