Log Message:
---
Extract tarballs with "o" option (tar xof), to behave reasonably when run
as root, as would usually be the case during make install.
per bug #4883
Modified Files:
--
pgsql/doc:
Makefile (r1.35 -> r1.36)
(http://anoncvs.postgresql.org/cvswe
Log Message:
---
Use $(TAR) instead of tar in makefiles.
Modified Files:
--
pgsql/doc:
Makefile (r1.34 -> r1.35)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/Makefile?r1=1.34&r2=1.35)
--
Sent via pgsql-committers mailing list (pgsql-committers@post
Log Message:
---
Modifying release date
Modified Files:
--
pr/releases/8.4/fr:
presskit84.html.fr (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.4/fr/presskit84.html.fr?r1=1.1&r2=1.2)
release.fr.txt (r1.3 -> r1.4)
Log Message:
---
Updated release date to 1July
Modified Files:
--
pr/releases/8.4/nl:
presskit84.html.nl (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.4/nl/presskit84.html.nl?r1=1.1&r2=1.2)
release.txt.nl (r1.1 -> r
Log Message:
---
Updated configure.ac to reflect version 1.3.4
Modified Files:
--
libpqtypes:
configure.ac (r1.20 -> r1.21)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/configure.ac?r1=1.20&r2=1.21)
--
Sent via pgsql-committers maili
Log Message:
---
simplified boolean expressions when a not is applied. Also added subsecond
precision for timestamps. (reported by Ibaidul Sahib)
Modified Files:
--
Npgsql2/src/Npgsql/SqlGenerators:
VisitedExpression.cs (r1.12 -> r1.13)
(http://cvs.pgfoun
Log Message:
---
simplified boolean expressions when a not is applied
Modified Files:
--
Npgsql2/src/Npgsql/SqlGenerators:
SqlBaseGenerator.cs (r1.22 -> r1.23)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/SqlGenerators/SqlBaseGener
Log Message:
---
update PQspecPrepare.3 man page
Modified Files:
--
libpqtypes/docs/man3:
PQspecPrepare.3 (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/docs/man3/PQspecPrepare.3?r1=1.2&r2=1.3)
--
Sent via pgsql-committe
Log Message:
---
ironed out a few bugs in PQspecPrepare function
Modified Files:
--
libpqtypes/src:
events.c (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/src/events.c?r1=1.8&r2=1.9)
param.c (r1.18 -> r1.19)
Log Message:
---
Modified the PQspecPrepare interface to work off prepared names. Names are
referenced in putf and getf spec format strings using $name. $name must be
used alone.
Modified Files:
--
libpqtypes/docs/man3:
PQspecPrepare.3 (r1.1 -> r1.2)
(h
Log Message:
---
Added DE, IT from e-mailed files.
Added Files:
---
pr/releases/8.4/it:
presskit84.html (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.4/it/presskit84.html?rev=1.1&content-type=text/x-cvsweb-markup)
--
Sent via pgsql-c
Update of /cvsroot/press/pr/releases/8.4/de
In directory pgfoundry.org:/tmp/cvs-serv28433/de
Log Message:
Directory /cvsroot/press/pr/releases/8.4/de added to the repository
--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://
Log Message:
---
Update dateline
Modified Files:
--
pr/releases/8.4/es:
presskit84.html.es (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.4/es/presskit84.html.es?r1=1.3&r2=1.4)
release.txt.es (r1.2 -> r1.3)
Log Message:
---
Add __attribute__((format_arg(1))) to the declaration of err_gettext(),
to restore gcc's ability to crosscheck format arguments within elog.c.
Noted in a test compilation with -Wformat-nonliteral enabled.
Modified Files:
--
pgsql/src/backend/utils/error:
Log Message:
---
Fix some serious bugs in archive recovery, now that bgwriter is active
during it:
When bgwriter is active, the startup process can't perform mdsync() correctly
because it won't see the fsync requests accumulated in bgwriter's private
pendingOpsTable. Therefore make bgwrite
Log Message:
---
Man pages back to lowercase names, with additional fixup to make the .so
links work.
Modified Files:
--
pgsql/doc/src/sgml:
Makefile (r1.116 -> r1.117)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/Makefile?r1=1.116&r2=1.117)
Log Message:
---
Fixed a doc error in v1.3.4
Modified Files:
--
libpqtypes:
ChangeLog (r1.33 -> r1.34)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/ChangeLog?r1=1.33&r2=1.34)
--
Sent via pgsql-committers mailing list (pgsql-committer
Log Message:
---
Added support for PQspecPrepare. This required centralizing spec format
parsing code into spec.c, so several functions like putf and getf can make use
of it. Added a man page for the new function, a regression test and updated
the change log.
Added Files:
---
Log Message:
---
Added support for PQspecPrepare. This required centralizing spec format
parsing code into spec.c, so several functions like putf and getf can make use
of it. Added a man page for the new function, a regression test and updated
the change log.
Added Files:
---
Log Message:
---
Added support for PQspecPrepare. This required centralizing spec format
parsing code into spec.c, so several functions like putf and getf can make use
of it. Added a man page for the new function, a regression test and updated
the change log.
Modified Files:
-
Log Message:
---
Update release date, per Josh.
Modified Files:
--
pr/releases/8.4/tr:
presskit84.html.tr (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.4/tr/presskit84.html.tr?r1=1.2&r2=1.3)
--
Sent via pgsql-committers m
Log Message:
---
Make prior patch pgindent-safe.
Modified Files:
--
pgsql/contrib/pg_standby:
pg_standby.c (r1.25 -> r1.26)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_standby/pg_standby.c?r1=1.25&r2=1.26)
--
Sent via pgsql-committers maili
Log Message:
---
The code to unlink dropped relations in FinishPreparedTransaction() was
acting like runs inside WAL recovery, but it doesn't. I must've copy-pasted
this from a redo-function in the relation forks patch. Noticed by Tom Lane
while he was looking through callers of smgrdounlin
Log Message:
---
Header 'Contents' was not translated. Fixed.
Modified Files:
--
pr/releases/8.4/es:
presskit84.html.es (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.4/es/presskit84.html.es?r1=1.2&r2=1.3)
--
Sent via pgsq
Log Message:
---
sbuf.c: Fix connection hang if sbuf_loopcnt is set.
If query or result length nearby of multiple of (pktlen*sbuf_loopcnt)
[10k by default], it could stay waiting for more data which will not
appear.
Fix it by resyncing and final processing before exiting loop.
Modified F
Log Message:
---
usage.txt: Time units are microseconds, not milliseconds
Modified Files:
--
pgbouncer/doc:
usage.txt (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/doc/usage.txt?r1=1.7&r2=1.8)
--
Sent via pgsql-committers
Log Message:
---
admin.c: mention SHOW STATS in help msg
Modified Files:
--
pgbouncer/src:
admin.c (r1.42 -> r1.43)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/admin.c?r1=1.42&r2=1.43)
--
Sent via pgsql-committers mailing list (pg
Log Message:
---
HTML fixes
Modified Files:
--
pr/releases/8.4/tr:
presskit84.html.tr (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.4/tr/presskit84.html.tr?r1=1.1&r2=1.2)
--
Sent via pgsql-committers mailing list (pgsql-c
Log Message:
---
Disable pg_standby -l option because the backend doesn't expect the recovered
file to be a symlink. We tried to fix this issue with an earlier server-side
patch, but it didn't fix the whole issue.
The same bug is present in older releases as well, but the 8.4 train is
abou
Log Message:
---
Disallow empty passwords in LDAP authentication, the same way
we already do it for PAM.
Tags:
REL8_3_STABLE
Modified Files:
--
pgsql/src/backend/libpq:
auth.c (r1.164.2.1 -> r1.164.2.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/
Log Message:
---
Disallow empty passwords in LDAP authentication, the same way
we already do it for PAM.
Tags:
REL8_2_STABLE
Modified Files:
--
pgsql/src/backend/libpq:
auth.c (r1.146.2.1 -> r1.146.2.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/
Log Message:
---
Disallow empty passwords in LDAP authentication, the same way
we already do it for PAM.
Modified Files:
--
pgsql/src/backend/libpq:
auth.c (r1.182 -> r1.183)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/auth.c?r1=1.182&
32 matches
Mail list logo