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
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
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
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
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
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
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
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/
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
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
---
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
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 +++
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
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
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
-
15 matches
Mail list logo