Re: [COMMITTERS] pgsql-server/ /configure /configure.in rc/incl ...

2004-04-30 Thread Magnus Hagander
It doesn't even compile on my platform. Then we have some work to do ... but that work won't get done if the code is disabled by default. Or did we pick an upstream library so bad that it should be *expected* to fail to compile everywhere? If that's true then I can't trust it to

Re: [COMMITTERS] pgsql-server/src backend/main/main.c backend/p ...

2004-05-19 Thread Magnus Hagander
I thought that output to stderr generally goes into the bit bucket in Windows. It is never ignored. WHen running as a service, you will only see it if ou check the box allow service to interact with desktop, and this can only be done on Local System services (thus not

Re: [COMMITTERS] pgsql-server: Fix a number of places where brittle

2004-09-11 Thread Magnus Hagander
PostgreSQL 8.0 Open Items = Current version at http://candle.pha.pa.us/cgi-bin/pgopenitems. Changes --- * Win32 ... This one is fixed, as Tom said. ... o fix negative getrusage() results from

Re: [COMMITTERS] pginstaller - web: Add mention of NetLimiter as a product with

2004-09-24 Thread Magnus Hagander
That was me adding it to the other list to get around the fact that pgfoundry mails weren't posted to the committers list due to moderation. Marc has fixed it now, so I just changed the address back to post directly to pgsql-committers. //Magnus OK, that's really what I needed... messages

Re: [COMMITTERS] You have been unsubscribed from the Pginstaller-commit mailing list

2004-09-26 Thread Magnus Hagander
Whoops. Sorry about that one. That was me cleaning out the last part of the link between the two lists. Didn't realise it would send out this msg... //Magnus ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister

Re: [COMMITTERS] pgsql: On win32, there is currently no way to get

2004-12-04 Thread Magnus Hagander
Hmmm ... where did I get that from? Is it part of the admin tools that are separate on the Win2K PRO install CD? I see that my WinXP PRO doesn't have it. It used to be part of the Resource Kit iirc. There used to be a version on the net somewhere as well I believe, as a demonstration of

Re: [COMMITTERS] pgsql: Add contraint exclusion section to contraint docs.

2010-04-01 Thread Magnus Hagander
/src/sgml/ddl.sgml?r1=1.90r2=1.91) Obviously, you mean exclusion constraint and not constraint exclusion - yet another case of the bad choice of name showing up :P (contents of the patch seem to get it right, though) -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill

[COMMITTERS] pgsql: Fix minor typos in comments.

2010-04-02 Thread Magnus Hagander
Log Message: --- Fix minor typos in comments. Josh Kupershmidt Modified Files: -- pgsql/contrib/pageinspect: heapfuncs.c (r1.8 - r1.9) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pageinspect/heapfuncs.c?r1=1.8r2=1.9) -- Sent via

[COMMITTERS] pgsql: Update a number of broken links in comments.

2010-04-02 Thread Magnus Hagander
Log Message: --- Update a number of broken links in comments. Josh Kupershmidt Modified Files: -- pgsql/contrib/pgcrypto: imath.c (r1.8 - r1.9) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/imath.c?r1=1.8r2=1.9) imath.h (r1.7 -

[COMMITTERS] pgsql: Log the actual timezone name that we fail to look up the values

2010-04-06 Thread Magnus Hagander
Log Message: --- Log the actual timezone name that we fail to look up the values for in case the registry data doesn't follow the format we expect, to facilitate debugging. Modified Files: -- pgsql/src/timezone: pgtz.c (r1.67 - r1.68)

[COMMITTERS] pgsql: Log the actual timezone name that we fail to look up the values

2010-04-06 Thread Magnus Hagander
Log Message: --- Log the actual timezone name that we fail to look up the values for in case the registry data doesn't follow the format we expect, to facilitate debugging. Tags: REL8_2_STABLE Modified Files: -- pgsql/src/timezone: pgtz.c (r1.48.2.2 -

[COMMITTERS] pgsql: Log the actual timezone name that we fail to look up the values

2010-04-06 Thread Magnus Hagander
Log Message: --- Log the actual timezone name that we fail to look up the values for in case the registry data doesn't follow the format we expect, to facilitate debugging. Tags: REL8_3_STABLE Modified Files: -- pgsql/src/timezone: pgtz.c (r1.58.2.1 -

[COMMITTERS] pgsql: Log the actual timezone name that we fail to look up the values

2010-04-06 Thread Magnus Hagander
Log Message: --- Log the actual timezone name that we fail to look up the values for in case the registry data doesn't follow the format we expect, to facilitate debugging. Tags: REL8_4_STABLE Modified Files: -- pgsql/src/timezone: pgtz.c (r1.63 - r1.63.2.1)

[COMMITTERS] pgsql: Proceed to look for the next timezone when matching a localized

2010-04-08 Thread Magnus Hagander
Log Message: --- Proceed to look for the next timezone when matching a localized Windows timezone name where the information in the registry is incomplete, instead of aborting. This fixes cases when the registry information is incomplete for a timezone that is alphabetically before the

[COMMITTERS] pgsql: Proceed to look for the next timezone when matching a localized

2010-04-08 Thread Magnus Hagander
Log Message: --- Proceed to look for the next timezone when matching a localized Windows timezone name where the information in the registry is incomplete, instead of aborting. This fixes cases when the registry information is incomplete for a timezone that is alphabetically before the

[COMMITTERS] pgsql: Proceed to look for the next timezone when matching a localized

2010-04-08 Thread Magnus Hagander
Log Message: --- Proceed to look for the next timezone when matching a localized Windows timezone name where the information in the registry is incomplete, instead of aborting. This fixes cases when the registry information is incomplete for a timezone that is alphabetically before the

[COMMITTERS] pgsql: Proceed to look for the next timezone when matching a localized

2010-04-08 Thread Magnus Hagander
Log Message: --- Proceed to look for the next timezone when matching a localized Windows timezone name where the information in the registry is incomplete, instead of aborting. This fixes cases when the registry information is incomplete for a timezone that is alphabetically before the

[COMMITTERS] pgsql: Update list of Windows timezones we try to match localized names

2010-04-09 Thread Magnus Hagander
Log Message: --- Update list of Windows timezones we try to match localized names against to one that's up to date with Windows 2003R2. Tags: REL8_2_STABLE Modified Files: -- pgsql/src/timezone: pgtz.c (r1.48.2.4 - r1.48.2.5)

[COMMITTERS] pgsql: Update list of Windows timezones we try to match localized names

2010-04-09 Thread Magnus Hagander
Log Message: --- Update list of Windows timezones we try to match localized names against to one that's up to date with Windows 2003R2. Modified Files: -- pgsql/src/timezone: pgtz.c (r1.69 - r1.70)

[COMMITTERS] pgsql: Update list of Windows timezones we try to match localized names

2010-04-09 Thread Magnus Hagander
Log Message: --- Update list of Windows timezones we try to match localized names against to one that's up to date with Windows 2003R2. Tags: REL8_4_STABLE Modified Files: -- pgsql/src/timezone: pgtz.c (r1.63.2.2 - r1.63.2.3)

[COMMITTERS] pgsql: Update list of Windows timezones we try to match localized names

2010-04-09 Thread Magnus Hagander
Log Message: --- Update list of Windows timezones we try to match localized names against to one that's up to date with Windows 2003R2. Tags: REL8_3_STABLE Modified Files: -- pgsql/src/timezone: pgtz.c (r1.58.2.3 - r1.58.2.4)

[COMMITTERS] pgsql: Clean up inconsistent commas

2010-04-09 Thread Magnus Hagander
Log Message: --- Clean up inconsistent commas Modified Files: -- pgsql/src/timezone: pgtz.c (r1.70 - r1.71) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/timezone/pgtz.c?r1=1.70r2=1.71) -- Sent via pgsql-committers mailing list

[COMMITTERS] pgsql: Clean up inconsistent commas

2010-04-09 Thread Magnus Hagander
Log Message: --- Clean up inconsistent commas Tags: REL8_2_STABLE Modified Files: -- pgsql/src/timezone: pgtz.c (r1.48.2.5 - r1.48.2.6) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/timezone/pgtz.c?r1=1.48.2.5r2=1.48.2.6) -- Sent via

[COMMITTERS] pgsql: Clean up inconsistent commas

2010-04-09 Thread Magnus Hagander
Log Message: --- Clean up inconsistent commas Tags: REL8_3_STABLE Modified Files: -- pgsql/src/timezone: pgtz.c (r1.58.2.4 - r1.58.2.5) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/timezone/pgtz.c?r1=1.58.2.4r2=1.58.2.5) -- Sent via

[COMMITTERS] pgsql: Clean up inconsistent commas

2010-04-09 Thread Magnus Hagander
Log Message: --- Clean up inconsistent commas Tags: REL8_4_STABLE Modified Files: -- pgsql/src/timezone: pgtz.c (r1.63.2.3 - r1.63.2.4) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/timezone/pgtz.c?r1=1.63.2.3r2=1.63.2.4) -- Sent via

[COMMITTERS] pgsql: Perltidy run over the MSVC build system files, to clean up code

2010-04-09 Thread Magnus Hagander
Log Message: --- Perltidy run over the MSVC build system files, to clean up code formatting and indentation styles. Modified Files: -- pgsql/src/tools/msvc: Install.pm (r1.34 - r1.35)

[COMMITTERS] pgsql: Only try to do a graceful disconnect if we've successfully loaded

2010-04-13 Thread Magnus Hagander
Log Message: --- Only try to do a graceful disconnect if we've successfully loaded the shared library with the disconnect function in it. Fixes segmentation fault reported by Jeff Davis. Fujii Masao Modified Files: -- pgsql/src/backend/replication: walreceiver.c

[COMMITTERS] pgsql: Fix typo.

2010-04-13 Thread Magnus Hagander
Log Message: --- Fix typo. Fujii Masao Modified Files: -- pgsql/doc/src/sgml: config.sgml (r1.264 - r1.265) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml?r1=1.264r2=1.265) -- Sent via pgsql-committers mailing list

[COMMITTERS] pgsql: Add script to enumerate the timezones in the Windows registry and

2010-04-15 Thread Magnus Hagander
Log Message: --- Add script to enumerate the timezones in the Windows registry and compare it with the list we have in pgtz.c, showing any differences. Modified Files: -- pgsql/src/tools: RELEASE_CHANGES (r1.93 - r1.94)

[COMMITTERS] pgsql: Add wrapper function libpqrcv_PQexec() in the walreceiver that

2010-04-19 Thread Magnus Hagander
Log Message: --- Add wrapper function libpqrcv_PQexec() in the walreceiver that uses async libpq to send queries, making the waiting for responses interruptible on platforms where PQexec() can't normally be interrupted by signals, such as win32. Fujii Masao and Magnus Hagander Modified

[COMMITTERS] pgsql: Fix typo that had the code check the same thing twice.

2010-04-28 Thread Magnus Hagander
Log Message: --- Fix typo that had the code check the same thing twice. Fujii Masao Modified Files: -- pgsql/src/interfaces/libpq: fe-protocol3.c (r1.42 - r1.43)

Re: [COMMITTERS] pgsql: Add TODO file to CVS.

2010-05-11 Thread Magnus Hagander
Shouldn't TODO files go on the wiki these days? On May 12, 2010 4:24 AM, Bruce Momjian momj...@postgresql.org wrote: Log Message: --- Add TODO file to CVS. Added Files: --- pgsql/contrib/pg_upgrade: TODO (r1.1) (

[COMMITTERS] pgsql: Fix some spelling errors.

2010-05-13 Thread Magnus Hagander
Log Message: --- Fix some spelling errors. Thom Brown Modified Files: -- pgsql/doc/src/sgml: ecpg.sgml (r1.99 - r1.100) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ecpg.sgml?r1=1.99r2=1.100) high-availability.sgml (r1.67 - r1.68)

[COMMITTERS] pgsql: Fix some spelling errors.

2010-05-13 Thread Magnus Hagander
Log Message: --- Fix some spelling errors. Thom Brown Tags: REL8_2_STABLE Modified Files: -- pgsql/doc/src/sgml: ecpg.sgml (r1.77 - r1.77.2.1) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ecpg.sgml?r1=1.77r2=1.77.2.1) -- Sent via

[COMMITTERS] pgsql: Fix some spelling errors.

2010-05-13 Thread Magnus Hagander
Log Message: --- Fix some spelling errors. Thom Brown Tags: REL8_3_STABLE Modified Files: -- pgsql/doc/src/sgml: ecpg.sgml (r1.85 - r1.85.2.1) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ecpg.sgml?r1=1.85r2=1.85.2.1) -- Sent via

[COMMITTERS] pgsql: Fix some spelling errors.

2010-05-13 Thread Magnus Hagander
Log Message: --- Fix some spelling errors. Thom Brown Tags: REL8_4_STABLE Modified Files: -- pgsql/doc/src/sgml: ecpg.sgml (r1.89 - r1.89.2.1) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ecpg.sgml?r1=1.89r2=1.89.2.1)

[COMMITTERS] pgsql: Properly support multi-line entires (such as OBJS=) when building

2010-05-13 Thread Magnus Hagander
Log Message: --- Properly support multi-line entires (such as OBJS=) when building PROGRAM, not just MODULE, in contrib. Modified Files: -- pgsql/src/tools/msvc: Mkvcbuild.pm (r1.55 - r1.56)

[COMMITTERS] pgsql: Assorted fixes to make pg_upgrade build on MSVC.

2010-05-13 Thread Magnus Hagander
Log Message: --- Assorted fixes to make pg_upgrade build on MSVC. * There is no chmod() on Windows. * Must always use the 3-parameter version of open() * There is no dynloader.h - but it also appears unnecessary on all platforms * Don't include shlobj.h because it causes compile errors,

[COMMITTERS] pgsql: Make pg_upgrade documentation refer to 9.0 instead of 8.4.

2010-05-18 Thread Magnus Hagander
Log Message: --- Make pg_upgrade documentation refer to 9.0 instead of 8.4. Fujii Masao Modified Files: -- pgsql/doc/src/sgml: pgupgrade.sgml (r1.4 - r1.5) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/pgupgrade.sgml?r1=1.4r2=1.5) -- Sent

[COMMITTERS] pgsql: Refer to pg_ident.conf as config file for username mapping, as

2010-05-18 Thread Magnus Hagander
Log Message: --- Refer to pg_ident.conf as config file for username mapping, as it's now used for other things than just ident authentication. Noted by Stephen Frost Modified Files: -- pgsql/doc/src/sgml: config.sgml (r1.276 - r1.277)

[COMMITTERS] pgsql: Refer to pg_ident.conf as config file for username mapping, as

2010-05-18 Thread Magnus Hagander
Log Message: --- Refer to pg_ident.conf as config file for username mapping, as it's now used for other things than just ident authentication. Noted by Stephen Frost Tags: REL8_4_STABLE Modified Files: -- pgsql/doc/src/sgml: config.sgml (r1.220.2.4 -

[COMMITTERS] pgsql: Change the N.

2010-05-20 Thread Magnus Hagander
Log Message: --- Change the N. Central Asia Standard Time timezone to map to Asia/Novosibirsk on Windows. Microsoft changed the behaviour of this zone in the timezone update from KB976098. The zones differ in handling of DST, and the old zone was just removed. Noted by Dmitry Funk

[COMMITTERS] pgsql: Change the N.

2010-05-20 Thread Magnus Hagander
Log Message: --- Change the N. Central Asia Standard Time timezone to map to Asia/Novosibirsk on Windows. Microsoft changed the behaviour of this zone in the timezone update from KB976098. The zones differ in handling of DST, and the old zone was just removed. Noted by Dmitry Funk Tags:

[COMMITTERS] pgsql: Change the N.

2010-05-20 Thread Magnus Hagander
Log Message: --- Change the N. Central Asia Standard Time timezone to map to Asia/Novosibirsk on Windows. Microsoft changed the behaviour of this zone in the timezone update from KB976098. The zones differ in handling of DST, and the old zone was just removed. Noted by Dmitry Funk Tags:

[COMMITTERS] pgsql: Change the N.

2010-05-20 Thread Magnus Hagander
Log Message: --- Change the N. Central Asia Standard Time timezone to map to Asia/Novosibirsk on Windows. Microsoft changed the behaviour of this zone in the timezone update from KB976098. The zones differ in handling of DST, and the old zone was just removed. Noted by Dmitry Funk Tags:

[COMMITTERS] pgsql: Make the walwriter close it's handle to an old xlog segment if

2010-06-09 Thread Magnus Hagander
Log Message: --- Make the walwriter close it's handle to an old xlog segment if it's no longer the current one. Not doing this would leave the walwriter with a handle to a deleted file if there was nothing for it to do for a long period of time, preventing the file from being completely

[COMMITTERS] pgsql: Make the walwriter close it's handle to an old xlog segment if

2010-06-09 Thread Magnus Hagander
Log Message: --- Make the walwriter close it's handle to an old xlog segment if it's no longer the current one. Not doing this would leave the walwriter with a handle to a deleted file if there was nothing for it to do for a long period of time, preventing the file from being completely

[COMMITTERS] pgsql: Make the walwriter close it's handle to an old xlog segment if

2010-06-09 Thread Magnus Hagander
Log Message: --- Make the walwriter close it's handle to an old xlog segment if it's no longer the current one. Not doing this would leave the walwriter with a handle to a deleted file if there was nothing for it to do for a long period of time, preventing the file from being completely

Re: [COMMITTERS] pgsql: Allow copydir() to be interrupted.

2010-07-02 Thread Magnus Hagander
explain why it's working fine on MSVC - we don't actually bother building a server-side .lib there, we just link the object files directly into postgres.exe. (We do build the library for client side, of course, since it's used in many different binaries) -- Magnus Hagander Me: http://www.hagander.net

[COMMITTERS] pgsql: Add support for TCP keepalives on Windows, both for backend and

2010-07-08 Thread Magnus Hagander
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)

Re: [COMMITTERS] pgsql: Add support for TCP keepalives on Windows, both for backend and

2010-07-08 Thread Magnus Hagander
On Thu, Jul 8, 2010 at 17:04, Tom Lane t...@sss.pgh.pa.us 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

Re: [COMMITTERS] pgsql: Add support for TCP keepalives on Windows, both for backend and

2010-07-08 Thread Magnus Hagander
On Thu, Jul 8, 2010 at 17:11, Magnus Hagander mag...@hagander.net wrote: On Thu, Jul 8, 2010 at 17:04, Tom Lane t...@sss.pgh.pa.us wrote: m...@postgresql.org (Magnus Hagander) writes: Log Message: --- Add support for TCP keepalives on Windows, both for backend and the new libpq

Re: [COMMITTERS] pgsql: Add support for TCP keepalives on Windows, both for backend and

2010-07-08 Thread Magnus Hagander
On Thu, Jul 8, 2010 at 17:39, Tom Lane t...@sss.pgh.pa.us wrote: Magnus Hagander mag...@hagander.net 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

Re: [HACKERS] [COMMITTERS] pgsql: Add support for TCP keepalives on Windows, both for backend and

2010-07-08 Thread Magnus Hagander
On Thu, Jul 8, 2010 at 17:45, Andrew Dunstan and...@dunslane.net wrote: Tom Lane wrote: Magnus Hagander mag...@hagander.net 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

[COMMITTERS] pgsql: Make the Windows tcp keepalive support depend on the existance of

2010-07-08 Thread Magnus Hagander
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)

Re: [HACKERS] [COMMITTERS] pgsql: Add support for TCP keepalives on Windows, both for backend and

2010-07-08 Thread Magnus Hagander
On Thu, Jul 8, 2010 at 18:06, Magnus Hagander mag...@hagander.net wrote: On Thu, Jul 8, 2010 at 17:45, Andrew Dunstan and...@dunslane.net wrote: Tom Lane wrote: Magnus Hagander mag...@hagander.net writes: Seems pretty simple - mingw doesn't have support for this. We have two ways to deal

Re: [HACKERS] [COMMITTERS] pgsql: Add support for TCP keepalives on Windows, both for backend and

2010-07-08 Thread Magnus Hagander
On Thu, Jul 8, 2010 at 18:37, Tom Lane t...@sss.pgh.pa.us wrote: Magnus Hagander mag...@hagander.net 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

Re: [COMMITTERS] pgsql: Make the Windows tcp keepalive support depend on the existance of

2010-07-08 Thread Magnus Hagander
On Thu, Jul 8, 2010 at 18:40, Andrew Dunstan and...@dunslane.net 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

Re: [HACKERS] Re: [COMMITTERS] pgsql: Add support for TCP keepalives on Windows, both for backend and

2010-07-12 Thread Magnus Hagander
On Sun, Jul 11, 2010 at 00:05, Peter Eisentraut pete...@gmx.net wrote: On lör, 2010-07-10 at 16:23 -0400, Bruce Momjian wrote: Wow, how would they know if the binaries are MinGW compiled?  Does it show in version()? Yes, I think so. It definitely does. --  Magnus Hagander  Me: http

[COMMITTERS] pgsql: Backpatch reservation of shared memory region during backend

2010-07-23 Thread Magnus Hagander
Log Message: --- Backpatch reservation of shared memory region during backend startup on Windows, so that memory allocated by starting third party DLLs doesn't end up conflicting. The same functionality has been in 8.3 and 8.4 for almost a year, and seems to have solved some of the more

[COMMITTERS] pgsql: Add vacuum and analyze counters to pg_stat_*_tables views.

2010-08-21 Thread Magnus Hagander
Log Message: --- Add vacuum and analyze counters to pg_stat_*_tables views. Modified Files: -- pgsql/doc/src/sgml: monitoring.sgml (r1.84 - r1.85) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/monitoring.sgml?r1=1.84r2=1.85)

Re: [COMMITTERS] pgsql: Add vacuum and analyze counters to pg_stat_*_tables views.

2010-08-21 Thread Magnus Hagander
On Sat, Aug 21, 2010 at 14:09, Tom Lane t...@sss.pgh.pa.us wrote: m...@postgresql.org (Magnus Hagander) writes: Log Message: --- Add vacuum and analyze counters to pg_stat_*_tables views. Buildfarm doesn't like this patch.  Looks like you forgot to update the rules test output

[COMMITTERS] pgsql: Adjust regression tests for previous commit, that I forgot to

2010-08-21 Thread Magnus Hagander
Log Message: --- Adjust regression tests for previous commit, that I forgot to include... Modified Files: -- pgsql/src/test/regress/expected: rules.out (r1.156 - r1.157)

[COMMITTERS] pgsql: Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non-fatal on

2010-09-16 Thread Magnus Hagander
Log Message: --- Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non-fatal on Win32, since it can happen when a process fails to start when the system is under high load. Per several bug reports and many peoples investigation. Back-patch to 8.4, which is as far back as the deadman-switch

[COMMITTERS] pgsql: Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non-fatal on

2010-09-16 Thread Magnus Hagander
Log Message: --- Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non-fatal on Win32, since it can happen when a process fails to start when the system is under high load. Per several bug reports and many peoples investigation. Back-patch to 8.4, which is as far back as the deadman-switch

[COMMITTERS] pgsql: Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non-fatal on

2010-09-16 Thread Magnus Hagander
Log Message: --- Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non-fatal on Win32, since it can happen when a process fails to start when the system is under high load. Per several bug reports and many peoples investigation. Back-patch to 8.4, which is as far back as the deadman-switch

[COMMITTERS] pgsql: Rename README.CVS to README.git and change references in it.

2010-09-21 Thread Magnus Hagander
Rename README.CVS to README.git and change references in it. Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=397761827aa3a3ac95b8a60dd21900f7bae88f05 Modified Files -- GNUmakefile.in |2 +- README.CVS | 14 --

[COMMITTERS] pgsql: Convert cvsignore to gitignore, and add .gitignore for build tar

2010-09-22 Thread Magnus Hagander
Convert cvsignore to gitignore, and add .gitignore for build targets. Branch -- REL8_0_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=92458c2c1f8cbdd96639d5048ed853d57bd1cdc1 Modified Files -- .gitignore

[COMMITTERS] pgsql: Convert cvsignore to gitignore, and add .gitignore for build tar

2010-09-22 Thread Magnus Hagander
Convert cvsignore to gitignore, and add .gitignore for build targets. Branch -- REL8_2_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=1f2378b1ead74b081b95e6351451004bcae1942c Modified Files -- .gitignore

[COMMITTERS] pgsql: Convert cvsignore to gitignore, and add .gitignore for build tar

2010-09-22 Thread Magnus Hagander
Convert cvsignore to gitignore, and add .gitignore for build targets. Branch -- REL8_1_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=3fb50a72887754e92f5ae53e56581dac783f8cff Modified Files -- .gitignore

[COMMITTERS] pgsql: Convert cvsignore to gitignore, and add .gitignore for build tar

2010-09-22 Thread Magnus Hagander
Convert cvsignore to gitignore, and add .gitignore for build targets. Branch -- REL8_4_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=40f34ec4fd844a7d1721efb048e3dbc93bb30ed6 Modified Files -- .gitignore

[COMMITTERS] pgsql: Convert cvsignore to gitignore, and add .gitignore for build tar

2010-09-22 Thread Magnus Hagander
Convert cvsignore to gitignore, and add .gitignore for build targets. Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=fe9b36fd59a771a98c0d33dd97039e6fc45d0f43 Modified Files -- .gitignore |

[COMMITTERS] pgsql: Convert cvsignore to gitignore, and add .gitignore for build tar

2010-09-22 Thread Magnus Hagander
Convert cvsignore to gitignore, and add .gitignore for build targets. Branch -- REL8_3_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=5fff9963477956963f7aacbc47d0e51fee16b785 Modified Files -- .gitignore

[COMMITTERS] pgsql: Convert cvsignore to gitignore, and add .gitignore for build tar

2010-09-22 Thread Magnus Hagander
Convert cvsignore to gitignore, and add .gitignore for build targets. Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=a6923594114601b4aaaf0cfd82eb5088af837664 Modified Files -- .gitignore

[COMMITTERS] pgsql: Convert cvsignore to gitignore, and add .gitignore for build tar

2010-09-22 Thread Magnus Hagander
Convert cvsignore to gitignore, and add .gitignore for build targets. Branch -- REL7_4_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=6b4453fd7128e69e3dc8799e93e31562f4735695 Modified Files -- .gitignore

[COMMITTERS] pgsql: Remove anonymous cvs instructions, and replace them with instruc

2010-09-22 Thread Magnus Hagander
Remove anonymous cvs instructions, and replace them with instructions for git. Change other references from cvs to git as well. Branch -- REL8_3_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=c39a3813bd295725ea39e73a1048e01778e8a2fc Modified Files

[COMMITTERS] pgsql: Remove anonymous cvs instructions, and replace them with instruc

2010-09-22 Thread Magnus Hagander
Remove anonymous cvs instructions, and replace them with instructions for git. Change other references from cvs to git as well. Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=bbf84ac0007bc031e4ee4e06abfa2a4d157c26e1 Modified Files

[COMMITTERS] pgsql: Remove anonymous cvs instructions, and replace them with instruc

2010-09-22 Thread Magnus Hagander
Remove anonymous cvs instructions, and replace them with instructions for git. Change other references from cvs to git as well. Branch -- REL8_4_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=35b2f93e712bf66b07d0649f8c0de7e4f2ad8bc5 Modified Files

[COMMITTERS] pgsql: Remove anonymous cvs instructions, and replace them with instruc

2010-09-22 Thread Magnus Hagander
Remove anonymous cvs instructions, and replace them with instructions for git. Change other references from cvs to git as well. Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=726f9ddcd1b98b1c702e54b6dc40e57982c15036 Modified Files

[COMMITTERS] pgsql: Remove anonymous cvs instructions, and replace them with instruc

2010-09-22 Thread Magnus Hagander
Remove anonymous cvs instructions, and replace them with instructions for git. Change other references from cvs to git as well. Branch -- REL8_2_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=adbe80f7ae681901d2d29475a4f889e53a46ef04 Modified Files

[COMMITTERS] pgsql: Remove anonymous cvs instructions, and replace them with instruc

2010-09-22 Thread Magnus Hagander
Remove anonymous cvs instructions, and replace them with instructions for git. Change other references from cvs to git as well. Branch -- REL7_4_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=da907fdb03c64348d2f42c6d6691663c43dc2dec Modified Files

[COMMITTERS] pgsql: Remove anonymous cvs instructions, and replace them with instruc

2010-09-22 Thread Magnus Hagander
Remove anonymous cvs instructions, and replace them with instructions for git. Change other references from cvs to git as well. Branch -- REL8_1_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=706a5809b91e4ccf1808a4f0aac69b5f9581045e Modified Files

[COMMITTERS] pgsql: Remove anonymous cvs instructions, and replace them with instruc

2010-09-22 Thread Magnus Hagander
Remove anonymous cvs instructions, and replace them with instructions for git. Change other references from cvs to git as well. Branch -- REL8_0_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=da49d160352442c6cc2d23d33cd3b67fa0b5f9e3 Modified Files

[COMMITTERS] pgsql: Add gitignore files for ecpg regression tests.

2010-09-22 Thread Magnus Hagander
Add gitignore files for ecpg regression tests. Backpatch to 8.2 as that's how far the structure looks the same. Branch -- REL8_2_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=c2067942c828c2ac601f8c06e7cbebbd7b6057a9 Modified Files --

[COMMITTERS] pgsql: Add gitignore files for ecpg regression tests.

2010-09-22 Thread Magnus Hagander
Add gitignore files for ecpg regression tests. Backpatch to 8.2 as that's how far the structure looks the same. Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=f23bc1e8a42cab50c204bbab837f95cbc2353311 Modified Files --

[COMMITTERS] pgsql: Add gitignore files for ecpg regression tests.

2010-09-22 Thread Magnus Hagander
Add gitignore files for ecpg regression tests. Backpatch to 8.2 as that's how far the structure looks the same. Branch -- REL8_3_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=60591cde12d8b33f1adaf7930e98830c29a5c4cf Modified Files --

[COMMITTERS] pgsql: Add gitignore files for ecpg regression tests.

2010-09-22 Thread Magnus Hagander
Add gitignore files for ecpg regression tests. Backpatch to 8.2 as that's how far the structure looks the same. Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=6c137da018ad3ec52c872e0bb88c5968830e58d0 Modified Files --

[COMMITTERS] pgsql: Add gitignore files for ecpg regression tests.

2010-09-22 Thread Magnus Hagander
Add gitignore files for ecpg regression tests. Backpatch to 8.2 as that's how far the structure looks the same. Branch -- REL8_4_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=2792c82ba94f0e7928a82d1aaa7f3fe3007d398e Modified Files --

[COMMITTERS] pgsql: Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non-fatal on Win

2010-09-29 Thread Magnus Hagander
Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non-fatal on Win32, since it can happen when a process fails to start when the system is under high load. Per several bug reports and many peoples investigation. Back-patch to 8.2, since testing shows no issues even though the deadman-switch does

[COMMITTERS] pgsql: Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non-fatal on Win

2010-09-29 Thread Magnus Hagander
Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non-fatal on Win32, since it can happen when a process fails to start when the system is under high load. Per several bug reports and many peoples investigation. Back-patch to 8.2, since testing shows no issues even though the deadman-switch does

[COMMITTERS] pgsql: Fix low-risk potential denial of service against RADIUS login.

2010-10-15 Thread Magnus Hagander
Fix low-risk potential denial of service against RADIUS login. Corrupt RADIUS responses were treated as errors and not ignored (which the RFC2865 states they should be). This meant that a user with unfiltered access to the network of the PostgreSQL or RADIUS server could send a spoofed RADIUS

[COMMITTERS] pgsql: Fix low-risk potential denial of service against RADIUS login.

2010-10-15 Thread Magnus Hagander
Fix low-risk potential denial of service against RADIUS login. Corrupt RADIUS responses were treated as errors and not ignored (which the RFC2865 states they should be). This meant that a user with unfiltered access to the network of the PostgreSQL or RADIUS server could send a spoofed RADIUS

[COMMITTERS] pgsql: Fix msvc build for localized versions of Visual C++

2010-10-17 Thread Magnus Hagander
Fix msvc build for localized versions of Visual C++ Look only at the non-localized part of the output from vcbuild /?, which is used to determine the version of Visual Studio in use. Different languages seem to localize different amounts of the string, but we assume the part Microsoft Visual C++

[COMMITTERS] pgsql: Fix msvc build for localized versions of Visual C++

2010-10-17 Thread Magnus Hagander
Fix msvc build for localized versions of Visual C++ Look only at the non-localized part of the output from vcbuild /?, which is used to determine the version of Visual Studio in use. Different languages seem to localize different amounts of the string, but we assume the part Microsoft Visual C++

[COMMITTERS] pgsql: Send paramHandle to subprocesses as 64-bit on Win64

2010-11-16 Thread Magnus Hagander
Send paramHandle to subprocesses as 64-bit on Win64 The handle to the shared memory segment containing startup parameters was sent as 32-bit even on 64-bit systems. Since HANDLEs appear to be allocated sequentially this shouldn't be a problem until we reach 2^32 open handles in the postmaster,

[COMMITTERS] pgsql: Send paramHandle to subprocesses as 64-bit on Win64

2010-11-16 Thread Magnus Hagander
Send paramHandle to subprocesses as 64-bit on Win64 The handle to the shared memory segment containing startup parameters was sent as 32-bit even on 64-bit systems. Since HANDLEs appear to be allocated sequentially this shouldn't be a problem until we reach 2^32 open handles in the postmaster,

Re: [COMMITTERS] pgsql: Remove useless whitespace at end of lines

2010-11-24 Thread Magnus Hagander
size limit (30 kB).  Is it worth increasing that value? Evidently we should.  pgindent and copyright-update commits are likely to be at least this long. That's twice a year only - I don't see a big problem moderating those when it happens... --  Magnus Hagander  Me: http://www.hagander.net

Re: [COMMITTERS] pgsql: Remove useless whitespace at end of lines

2010-11-25 Thread Magnus Hagander
On Wed, Nov 24, 2010 at 23:54, Tom Lane t...@sss.pgh.pa.us wrote: Magnus Hagander mag...@hagander.net writes: On Wed, Nov 24, 2010 at 23:45, Tom Lane t...@sss.pgh.pa.us wrote: Alvaro Herrera alvhe...@commandprompt.com writes: This was stuck in the moderation queue because of message size limit

[COMMITTERS] pgsql: Add required new port files to MSVC builds.

2010-12-11 Thread Magnus Hagander
Add required new port files to MSVC builds. Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=20f396429186a35a81fc7ef3ad34c3134ead2992 Modified Files -- src/tools/msvc/Mkvcbuild.pm |5 +++-- 1 files changed, 3 insertions(+), 2

[COMMITTERS] pgsql: Document unavailable parameters in some configurations

2010-12-18 Thread Magnus Hagander
Document unavailable parameters in some configurations Add a note to user-facing parameters that can be removed completely (and not just empty) by #ifdef's depending on build configuration. Branch -- REL9_0_STABLE Details ---

  1   2   3   4   5   6   7   8   9   10   >