Log Message:
---
return correct value
Modified Files:
--
pgbouncer/test:
test.sh (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/test/test.sh.diff?r1=1.2&r2=1.3)
---(end of broadcast)-
Log Message:
---
informix.c was violating the coding rule about not including any
system headers before c.h. Per report from J6M.
Modified Files:
--
pgsql/src/interfaces/ecpg/compatlib:
informix.c (r1.53 -> r1.54)
(http://developer.postgresql.org/cvsweb.cg
Log Message:
---
Remove unnecessary comma in enum definition ... some C compilers don't
like that. Per report from J6M.
Modified Files:
--
pgsql/src/backend/utils/adt:
tsquery.c (r1.14 -> r1.15)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend
Log Message:
---
Mention use of src/tools/major_release_split for creating back-branch
release notes.
Modified Files:
--
pgsql/src/tools:
RELEASE_CHANGES (r1.80 -> r1.81)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/RELEASE_CHANGES?r1=1.80&r2
Log Message:
---
Fix a minor bug in outfuncs support for SetOp: dupOperators is an array
of Oid, and therefore should use the "%u" escape sequence rather than "%d".
Modified Files:
--
pgsql/src/backend/nodes:
outfuncs.c (r1.320 -> r1.321)
(http://developer.
Log Message:
---
draft throttling implementation
Modified Files:
--
pgbouncer/test:
asynctest.c (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/test/asynctest.c.diff?r1=1.6&r2=1.7)
---(end of broadcas
Log Message:
---
Update release notes for security releases.
Security: CVE-2007-4769, CVE-2007-4772, CVE-2007-6067, CVE-2007-6600,
CVE-2007-6601
Tags:
REL8_2_STABLE
Modified Files:
--
pgsql/doc/src/sgml:
release.sgml (r1.488.2.15 -> r1.488.2.16)
(ht
Log Message:
---
The original patch to disallow non-passworded connections to non-superusers
failed to cover all the ways in which a connection can be initiated in dblink.
Plug the remaining holes. Also, disallow transient connections in functions
for which that feature makes no sense (bec
Log Message:
---
Update release notes for security releases.
Security: CVE-2007-4769, CVE-2007-4772, CVE-2007-6067, CVE-2007-6600,
CVE-2007-6601
Tags:
REL8_0_STABLE
Modified Files:
--
pgsql/doc/src/sgml:
release.sgml (r1.321.4.40 -> r1.321.4.41)
(ht
Log Message:
---
Update release notes for security releases.
Security: CVE-2007-4769, CVE-2007-4772, CVE-2007-6067, CVE-2007-6600,
CVE-2007-6601
Tags:
REL8_1_STABLE
Modified Files:
--
pgsql/doc/src/sgml:
release.sgml (r1.400.2.47 -> r1.400.2.48)
(ht
Log Message:
---
Update release notes for security releases.
Security: CVE-2007-4769, CVE-2007-4772, CVE-2007-6067, CVE-2007-6600,
CVE-2007-6601
Tags:
REL7_3_STABLE
Modified Files:
--
pgsql/doc/src/sgml:
release.sgml (r1.163.2.47 -> r1.163.2.48)
(ht
Log Message:
---
Update release notes for security releases.
Security: CVE-2007-4769, CVE-2007-4772, CVE-2007-6067, CVE-2007-6600,
CVE-2007-6601
Tags:
REL7_4_STABLE
Modified Files:
--
pgsql/doc/src/sgml:
release.sgml (r1.235.2.58 -> r1.235.2.59)
(ht
Log Message:
---
The original patch to disallow non-passworded connections to non-superusers
failed to cover all the ways in which a connection can be initiated in dblink.
Plug the remaining holes. Also, disallow transient connections in functions
for which that feature makes no sense (bec
Log Message:
---
Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX,
and CLUSTER) execute as the table owner rather than the calling user, using
the same privilege-switching mechanism already used for SECURITY DEFINER
functions. The purpose of this change is to ensure
Log Message:
---
The original patch to disallow non-passworded connections to non-superusers
failed to cover all the ways in which a connection can be initiated in dblink.
Plug the remaining holes. Also, disallow transient connections in functions
for which that feature makes no sense (bec
Log Message:
---
Stamp release 7.4.19.
Security: CVE-2007-4769, CVE-2007-4772, CVE-2007-6067, CVE-2007-6600,
CVE-2007-6601
Tags:
REL7_4_STABLE
Modified Files:
--
pgsql:
configure (r1.310.2.29 -> r1.310.2.30)
(http://developer.postgresql.org/cvsweb.c
Log Message:
---
The original patch to disallow non-passworded connections to non-superusers
failed to cover all the ways in which a connection can be initiated in dblink.
Plug the remaining holes. Also, disallow transient connections in functions
for which that feature makes no sense (bec
Log Message:
---
Stamp release 7.3.21.
Security: CVE-2007-4769, CVE-2007-4772, CVE-2007-6067, CVE-2007-6600,
CVE-2007-6601
Tags:
REL7_3_STABLE
Modified Files:
--
pgsql:
configure (r1.226.2.31 -> r1.226.2.32)
(http://developer.postgresql.org/cvsweb.c
Log Message:
---
Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX,
and CLUSTER) execute as the table owner rather than the calling user, using
the same privilege-switching mechanism already used for SECURITY DEFINER
functions. The purpose of this change is to ensure
Log Message:
---
Stamp release 8.2.6.
Security: CVE-2007-4769, CVE-2007-4772, CVE-2007-6067, CVE-2007-6600,
CVE-2007-6601
Tags:
REL8_2_STABLE
Modified Files:
--
pgsql:
configure (r1.523.2.11 -> r1.523.2.12)
(http://developer.postgresql.org/cvsweb.cg
Log Message:
---
Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX,
and CLUSTER) execute as the table owner rather than the calling user, using
the same privilege-switching mechanism already used for SECURITY DEFINER
functions. The purpose of this change is to ensure
Log Message:
---
Stamp release 8.0.15.
Security: CVE-2007-4769, CVE-2007-4772, CVE-2007-6067, CVE-2007-6600,
CVE-2007-6601
Tags:
REL8_0_STABLE
Modified Files:
--
pgsql:
configure (r1.424.4.20 -> r1.424.4.21)
(http://developer.postgresql.org/cvsweb.c
Log Message:
---
The original patch to disallow non-passworded connections to non-superusers
failed to cover all the ways in which a connection can be initiated in dblink.
Plug the remaining holes. Also, disallow transient connections in functions
for which that feature makes no sense (bec
Log Message:
---
Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX,
and CLUSTER) execute as the table owner rather than the calling user, using
the same privilege-switching mechanism already used for SECURITY DEFINER
functions. The purpose of this change is to ensure
Log Message:
---
Fix assorted security-grade bugs in the regex engine. All of these problems
are shared with Tcl, since it's their code to begin with, and the patches
have been copied from Tcl 8.5.0. Problems:
CVE-2007-4769: Inadequate check on the range of backref numbers allows
crash d
Log Message:
---
Fix assorted security-grade bugs in the regex engine. All of these problems
are shared with Tcl, since it's their code to begin with, and the patches
have been copied from Tcl 8.5.0. Problems:
CVE-2007-4769: Inadequate check on the range of backref numbers allows
crash d
Log Message:
---
Fix assorted security-grade bugs in the regex engine. All of these problems
are shared with Tcl, since it's their code to begin with, and the patches
have been copied from Tcl 8.5.0. Problems:
CVE-2007-4769: Inadequate check on the range of backref numbers allows
crash d
Log Message:
---
Stamp release 8.3RC1.
Security: CVE-2007-4769, CVE-2007-4772, CVE-2007-6067, CVE-2007-6600,
CVE-2007-6601
Modified Files:
--
pgsql:
configure (r1.574 -> r1.575)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.574&r2=1.575
Log Message:
---
Stamp release 8.1.11.
Security: CVE-2007-4769, CVE-2007-4772, CVE-2007-6067, CVE-2007-6600,
CVE-2007-6601
Tags:
REL8_1_STABLE
Modified Files:
--
pgsql:
configure (r1.461.2.20 -> r1.461.2.21)
(http://developer.postgresql.org/cvsweb.c
Log Message:
---
Update release notes for security releases.
Security: CVE-2007-4769, CVE-2007-4772, CVE-2007-6067, CVE-2007-6600,
CVE-2007-6601
Modified Files:
--
pgsql/doc/src/sgml:
release.sgml (r1.574 -> r1.575)
(http://developer.postgresql.org/cvsweb
Log Message:
---
The original patch to disallow non-passworded connections to non-superusers
failed to cover all the ways in which a connection can be initiated in dblink.
Plug the remaining holes. Also, disallow transient connections in functions
for which that feature makes no sense (bec
Log Message:
---
Fix assorted security-grade bugs in the regex engine. All of these problems
are shared with Tcl, since it's their code to begin with, and the patches
have been copied from Tcl 8.5.0. Problems:
CVE-2007-4769: Inadequate check on the range of backref numbers allows
crash d
Log Message:
---
Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX,
and CLUSTER) execute as the table owner rather than the calling user, using
the same privilege-switching mechanism already used for SECURITY DEFINER
functions. The purpose of this change is to ensure
Log Message:
---
Fix assorted security-grade bugs in the regex engine. All of these problems
are shared with Tcl, since it's their code to begin with, and the patches
have been copied from Tcl 8.5.0. Problems:
CVE-2007-4769: Inadequate check on the range of backref numbers allows
crash d
Log Message:
---
Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX,
and CLUSTER) execute as the table owner rather than the calling user, using
the same privilege-switching mechanism already used for SECURITY DEFINER
functions. The purpose of this change is to ensure
Log Message:
---
support for float (F) dbase type; trim spaces from numeric values
Modified Files:
--
dbf2pg:
dbf2pg.c (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbf2pg/dbf2pg/dbf2pg.c.diff?r1=1.2&r2=1.3)
---(end of
Log Message:
---
more debugging for asynctest
Modified Files:
--
pgbouncer/test:
asynctest.c (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/test/asynctest.c.diff?r1=1.5&r2=1.6)
---(end of broadcast)-
Log Message:
---
Disabling plugin_profiler in Makefile - you can still use it, but you have to
explicitly enable support in the Makefile
Modified Files:
--
server:
Makefile (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/Mak
Log Message:
---
use autoconfed settings for test code
Modified Files:
--
pgbouncer/test:
Makefile (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/test/Makefile.diff?r1=1.3&r2=1.4)
---(end of broadcas
Log Message:
---
todo update
Modified Files:
--
pgbouncer/doc:
todo.txt (r1.22 -> r1.23)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/doc/todo.txt.diff?r1=1.22&r2=1.23)
---(end of broadcast)--
Log Message:
---
safe_accept, safe_connect, safe_evtimer_add
Modified Files:
--
pgbouncer/include:
util.h (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/include/util.h.diff?r1=1.3&r2=1.4)
pgbouncer/src:
janitor.c
Log Message:
---
fix some printf casts
Modified Files:
--
pgbouncer/include:
system.h (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/include/system.h.diff?r1=1.6&r2=1.7)
pgbouncer/src:
admin.c (r1.24 -> r1.25)
Log Message:
---
more universal asynctest
Modified Files:
--
pgbouncer/test:
asynctest.c (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/test/asynctest.c.diff?r1=1.4&r2=1.5)
Makefile (r1.2 -> r1.3)
(http://cv
43 matches
Mail list logo