[COMMITTERS] pgsql: Correct WAL space calculation formula in docs.

2010-10-15 Thread Simon Riggs
Correct WAL space calculation formula in docs. Error pointed out by Fujii Masao, though not his patch. Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=915116bc62db2aaec7001bde6610128f4cbd29f9 Modified Files -- doc/src/sgml/wal.sg

[COMMITTERS] pgsql: Correct WAL space calculation formula in docs.

2010-10-15 Thread Simon Riggs
Correct WAL space calculation formula in docs. Error pointed out by Fujii Masao, though not his patch. Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=4bc8d9dc90bb98b915d9900a7c1a9482214814bb Modified Files -- doc/src/sgml

[COMMITTERS] pgbuildfarm - client-code: facility to add notes for member on server

2010-10-15 Thread User Andrewd
Log Message: --- facility to add notes for member on server Added Files: --- client-code: setnotes.pl (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/setnotes.pl?rev=1.1&content-type=text/x-cvsweb-markup) -- Sent via pgsql-committe

[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 resp

[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 resp

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

2010-10-15 Thread Thom Brown
On 15 October 2010 16:03, Magnus Hagander wrote: > 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 P

[COMMITTERS] psqlodbc - psqlodbc: Ooops, forget to take...

2010-10-15 Thread Hiroshi Saito
Log Message: --- Ooops, forget to take... Modified Files: -- psqlodbc: Makefile.am (r1.55 -> r1.56) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/Makefile.am?r1=1.55&r2=1.56) -- Sent via pgsql-committers mailing list (pgsql-committers@pos

[COMMITTERS] psqlodbc - psqlodbc: Re-release will be packed up with my mistake..

2010-10-15 Thread Hiroshi Saito
Log Message: --- Re-release will be packed up with my mistake.. This is best release by Inoue-san great work. Prep Version 09.00.0101. Modified Files: -- psqlodbc: configure.ac (r1.90 -> r1.91) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/

[COMMITTERS] psqlodbc - psqlodbc: one more.

2010-10-15 Thread Hiroshi Saito
Log Message: --- one more. Modified Files: -- psqlodbc: Makefile.am (r1.56 -> r1.57) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/Makefile.am?r1=1.56&r2=1.57) -- Sent via pgsql-committers mailing list ([email protected]) To

[COMMITTERS] pgsql: Allow pg_ctl to register the service in either AUTO or DEMAND st

2010-10-15 Thread Alvaro Herrera
Allow pg_ctl to register the service in either AUTO or DEMAND start type Author: Quan Zongliang Documentation updates by David Fetter Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=0c9b166db5329119b6553e0f38fe486521f1352f Modified Files ---

[COMMITTERS] pgsql: Document the DISTINCT noise word in the UNION/INTERSECT/EXCEPT c

2010-10-15 Thread Tom Lane
Document the DISTINCT noise word in the UNION/INTERSECT/EXCEPT constructs. I also rearranged the order of the sections to match the logical order of processing steps: the distinct-elimination implied by SELECT DISTINCT happens before, not after, any UNION/INTERSECT/EXCEPT combination. Per a sugge

[COMMITTERS] pgsql: Change references to SQL/XML:2003 to :2008 and renumber sections

2010-10-15 Thread Peter Eisentraut
Change references to SQL/XML:2003 to :2008 and renumber sections accordingly Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=3cde44374ac6cd83915d34042a10030a3bbfcd31 Modified Files -- src/backend/utils/adt/xml.c | 77 +++

[COMMITTERS] pgsql: Support host names in pg_hba.conf

2010-10-15 Thread Peter Eisentraut
Support host names in pg_hba.conf Peter Eisentraut, reviewed by KaiGai Kohei and Tom Lane Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=6ab42ae36713b1e6f961c37e22f99d3e6267523b Modified Files -- doc/src/sgml/client-auth.sgml

[COMMITTERS] pgsql: Allow WITH clauses to be attached to INSERT, UPDATE, DELETE stat

2010-10-15 Thread Tom Lane
Allow WITH clauses to be attached to INSERT, UPDATE, DELETE statements. This is not the hoped-for facility of using INSERT/UPDATE/DELETE inside a WITH, but rather the other way around. It seems useful in its own right anyway. Note: catversion bumped because, although the contents of stored rules

[COMMITTERS] pgsql: Document that translate() removes characters in "from" that don'

2010-10-15 Thread Alvaro Herrera
Document that translate() removes characters in "from" that don't have a corresponding "to" character. Author: Josh Kupershmidt Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=33ae03f4003adb27651d00688016d1c4a979686f Modified Files -