Log Message:
---
Disallow gssapi authentication on local connections, since it
requires a hostname to function.
Noted by Zdenek Kotala
Modified Files:
--
pgsql/src/backend/libpq:
hba.c (r1.201 -> r1.202)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/
Log Message:
---
Disallow gssapi authentication on local connections, since it
requires a hostname to function.
Noted by Zdenek Kotala
Tags:
REL8_4_STABLE
Modified Files:
--
pgsql/src/backend/libpq:
hba.c (r1.188.2.3 -> r1.188.2.4)
(http://anoncvs.po
Log Message:
---
Require hostname to be set when using GSSAPI authentication. Without it,
the GSSAPI libraries crash.
Noted by Zdenek Kotala
Modified Files:
--
pgsql/src/interfaces/libpq:
fe-auth.c (r1.143 -> r1.144)
(http://anoncvs.postgresql.org/cvsweb.c
Log Message:
---
Require hostname to be set when using GSSAPI authentication. Without it,
the GSSAPI libraries crash.
Noted by Zdenek Kotala
Tags:
REL8_3_STABLE
Modified Files:
--
pgsql/src/interfaces/libpq:
fe-auth.c (r1.137 -> r1.137.2.1)
(http://a
Log Message:
---
Require hostname to be set when using GSSAPI authentication. Without it,
the GSSAPI libraries crash.
Noted by Zdenek Kotala
Tags:
REL8_4_STABLE
Modified Files:
--
pgsql/src/interfaces/libpq:
fe-auth.c (r1.142 -> r1.142.2.1)
(http://a
Log Message:
---
Better test the content of the SQLSTATE string in ecpglib than the pointer.
Modified Files:
--
pgsql/src/interfaces/ecpg/ecpglib:
error.c (r1.24 -> r1.25)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/error.c?r
Log Message:
---
Add missing space in example.
Tim Landscheidt
Modified Files:
--
pgsql/doc/src/sgml/ref:
psql-ref.sgml (r1.241 -> r1.242)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/psql-ref.sgml?r1=1.241&r2=1.242)
--
Sent via pgsql
Log Message:
---
Add missing space in example.
Tim Landscheidt
Tags:
REL7_4_STABLE
Modified Files:
--
pgsql/doc/src/sgml/ref:
psql-ref.sgml (r1.99.2.1 -> r1.99.2.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/psql-ref.sgml?r1=1.9
Log Message:
---
Add missing space in example.
Tim Landscheidt
Tags:
REL8_0_STABLE
Modified Files:
--
pgsql/doc/src/sgml/ref:
psql-ref.sgml (r1.130.4.5 -> r1.130.4.6)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/psql-ref.sgml?r1=1
Log Message:
---
Add missing space in example.
Tim Landscheidt
Tags:
REL8_1_STABLE
Modified Files:
--
pgsql/doc/src/sgml/ref:
psql-ref.sgml (r1.154.2.3 -> r1.154.2.4)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/psql-ref.sgml?r1=1
Log Message:
---
Add missing space in example.
Tim Landscheidt
Tags:
REL8_3_STABLE
Modified Files:
--
pgsql/doc/src/sgml/ref:
psql-ref.sgml (r1.198.2.2 -> r1.198.2.3)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/psql-ref.sgml?r1=1
Log Message:
---
Add missing space in example.
Tim Landscheidt
Tags:
REL8_2_STABLE
Modified Files:
--
pgsql/doc/src/sgml/ref:
psql-ref.sgml (r1.175.2.7 -> r1.175.2.8)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/psql-ref.sgml?r1=1
Log Message:
---
Add missing space in example.
Tim Landscheidt
Tags:
REL8_4_STABLE
Modified Files:
--
pgsql/doc/src/sgml/ref:
psql-ref.sgml (r1.225.2.3 -> r1.225.2.4)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/psql-ref.sgml?r1=1
Log Message:
---
Backport fix from HEAD that makes ecpglib give the right SQLSTATE if the
connection disappears.
Tags:
REL8_4_STABLE
Modified Files:
--
pgsql/src/interfaces/ecpg/ecpglib:
error.c (r1.23 -> r1.23.2.1)
(http://anoncvs.postgresql.org/cvs
Log Message:
---
Backport fix from HEAD that makes ecpglib give the right SQLSTATE if the
connection disappears.
Tags:
REL8_3_STABLE
Modified Files:
--
pgsql/src/interfaces/ecpg/ecpglib:
error.c (r1.19 -> r1.19.2.1)
(http://anoncvs.postgresql.org/cvs
Log Message:
---
Fix the "non idle queries" for really long queries, per a report and patch from
Philippe Pellen.
Modified Files:
--
pgsnap/pgsnap:
ChangeLog (r1.83 -> r1.84)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/ChangeLog?r1=1.
Log Message:
---
Fix the "clustered tables" report as it didn't work on 7.4 and 8.0, per a
report and patch (modified by me) from Philippe Pellen.
Modified Files:
--
pgsnap/pgsnap:
ChangeLog (r1.84 -> r1.85)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgs
Log Message:
---
Return proper exit code (3) from psql when ON_ERROR_STOP=on and
--single-transaction are both used and the failure happens in commit,
e.g. failed deferred trigger. Also properly free BEGIN/COMMIT result
structures from --single-transaction.
Per report from Dominic Bevacqu
Log Message:
---
Return proper exit code (3) from psql when ON_ERROR_STOP=on and
--single-transaction are both used and the failure happens in commit,
e.g. failed deferred trigger. Also properly free BEGIN/COMMIT result
structures from --single-transaction.
Per report from Dominic Bevacqu
Log Message:
---
Return proper exit code (3) from psql when ON_ERROR_STOP=on and
--single-transaction are both used and the failure happens in commit,
e.g. failed deferred trigger. Also properly free BEGIN/COMMIT result
structures from --single-transaction.
Per report from Dominic Bevacqu
Log Message:
---
Return proper exit code (3) from psql when ON_ERROR_STOP=on and
--single-transaction are both used and the failure happens in commit,
e.g. failed deferred trigger. Also properly free BEGIN/COMMIT result
structures from --single-transaction.
Per report from Dominic Bevacqu
Log Message:
---
Add checks for valid encoding of query strings passed to SPI by plperl.
Modified Files:
--
pgsql/src/pl/plperl:
plperl.c (r1.169 -> r1.170)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/plperl.c?r1=1.169&r2=1.170)
--
Sent
Log Message:
---
various fixes.
- Adjust parameter if pg_statsinfo.textlog_filename is empty.
- Fix usage of pg_statsinfo.textlog_permission.
- Avoid postmaster's crash even if statsinfo crashes.
Modified Files:
--
pg_statsinfo/bin:
collector.c (r1.9 -> r1.10)
Log Message:
---
support snapshot navigation with web-based interface.
add functions and statements view for detail report.
Modified Files:
--
pg_reporter:
httpd.c (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_reporter/httpd.c?r
Log Message:
---
remove unused file.
Removed Files:
-
pg_statsinfo/lib/pgut:
pgut-port.h
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/lib/pgut/pgut-port.h)
--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org
25 matches
Mail list logo