Log Message:
---
Add new pgAdmin hints
Modified Files:
--
pginst/wxs:
pginst.wxs (r1.143 -> r1.144)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.143&r2=1.144)
---(end of broadcast)
Log Message:
---
Tweak version
Modified Files:
--
pginst:
Makefile.config (r1.38 -> r1.39)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/Makefile.config.diff?r1=1.38&r2=1.39)
---(end of broadcast)--
Log Message:
---
Add OpenSSL and MIT Kerberos acknowledgements
Modified Files:
--
psqlodbc/docs:
index.html (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/docs/index.html.diff?r1=1.3&r2=1.4)
---(end of
Log Message:
---
Because the string used in the encoding combo is what's passed to initdb, we
really shouldn't use "UNICODE (UTF-8)" :-p
Modified Files:
--
pginst/ca:
locale.c (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/c
Log Message:
---
Add Kerberos support.
Update paths to use libpq from PostgreSQL 8.1 by default.
Modified Files:
--
psqlodbc/installer:
psqlodbcm.wxs (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/installer/psqlodbcm.wxs.diff?
Log Message:
---
Update:
< * Consider compressing indexes by storing key prefix values shared by
> * Consider compressing indexes by storing key values duplicated in
735a736,737
>
> This is difficult because it requires datatype-specific knowledge.
Modified Files:
--
pg
Log Message:
---
Remove an unused typedef.
Modified Files:
--
pgsql/src/include/access:
relscan.h (r1.39 -> r1.40)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/access/relscan.h.diff?r1=1.39&r2=1.40)
pgsql/src/tools/pgindent:
pgi
Log Message:
---
(Apologies for fat-fingering cvs commit command...) Should have read:
Remove unportable use of tfind/tsearch in favor of bsearch. Fix up
random number generator to use random() not rand() and to actually honor
its min/max arguments properly. That wasn't so important befo
Log Message:
---
gni
Modified Files:
--
pgsql/contrib/pgbench:
pgbench.c (r1.40 -> r1.41)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgbench/pgbench.c.diff?r1=1.40&r2=1.41)
---(end of broadcast)--
[EMAIL PROTECTED] (Alvaro Herrera) writes:
> Log Message:
> ---
> Remove an unused typedef.
> Modified Files:
> --
> pgsql/src/include/access:
> relscan.h (r1.39 -> r1.40)
>
> (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/access/relscan.h.di
Log Message:
---
Recognize ERROR_SHARING_VIOLATION (translate to EACCES), increase log
level for unrecognized win32 error codes to LOG, and make messages
conform to style guide. Per old suggestion from Qingqing Zhou, which
seems to have gotten lost in the shuffle.
Modified Files:
Log Message:
---
Removed.
Removed Files:
-
bizgres/demo:
clicksExample.tar
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/demo/clicksExample.tar)
---(end of broadcast)---
TIP 2: Don't 'kill -9'
Log Message:
---
Marginal performance improvement in aclmask(): don't bother with
testing ownership if the caller isn't interested in any GOPTION bits
(which is the common case). It did not matter in 8.0 where the ownership
test was just a trivial equality test, but it matters now.
Modifi
Log Message:
---
Allocate a few extra LWLocks for possible use by add-on modules.
Per request from Marc Munro.
Modified Files:
--
pgsql/src/backend/storage/lmgr:
lwlock.c (r1.30 -> r1.31)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage
Log Message:
---
Add spaces around operator.
Modified Files:
--
pgsql/src/include/utils:
timestamp.h (r1.54 -> r1.55)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/timestamp.h.diff?r1=1.54&r2=1.55)
---(end of b
Log Message:
---
Corrections, additions per Simon Riggs and Dave Page
Modified Files:
--
pr/releases/8.1/en:
presskit.xhtml (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.1/en/presskit.xhtml.diff?r1=1.2&r2=1.3)
Log Message:
---
Minor parentheses cleanup.
Modified Files:
--
pgsql/src/interfaces/ecpg/pgtypeslib:
interval.c (r1.27 -> r1.28)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/pgtypeslib/interval.c.diff?r1=1.27&r2=1.28)
-
Log Message:
---
Fix LWLockAssign() so that it can safely be executed after postmaster
initialization. Add spinlocking, fix EXEC_BACKEND unsafeness.
Modified Files:
--
pgsql/src/backend/storage/ipc:
shmem.c (r1.85 -> r1.86)
(http://developer.postgresql.org
Log Message:
---
Extended the "licensing" paragraph to be more pointed.
Modified Files:
--
pr/releases/8.1/en:
presskit.xhtml (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.1/en/presskit.xhtml.diff?r1=1.3&r2=1.4)
--
"Tom Lane" <[EMAIL PROTECTED]> wrote
> Recognize ERROR_SHARING_VIOLATION (translate to EACCES), increase log
> level for unrecognized win32 error codes to LOG, and make messages
> conform to style guide.
This patch does not really work. This is because when mdread()/mdwrite()
fails, it does *not*
"Tom Lane" <[EMAIL PROTECTED]> wrote
> Recognize ERROR_SHARING_VIOLATION (translate to EACCES), increase log
> level for unrecognized win32 error codes to LOG, and make messages
> conform to style guide.
This patch does not really work. This is because when mdread()/mdwrite()
fails, it does *not*
Log Message:
---
Add spacing around operators.
Modified Files:
--
pgsql/src/interfaces/ecpg/pgtypeslib:
dt.h (r1.30 -> r1.31)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/pgtypeslib/dt.h.diff?r1=1.30&r2=1.31)
--
Qingqing Zhou <[EMAIL PROTECTED]> writes:
> "Tom Lane" <[EMAIL PROTECTED]> wrote
>> Recognize ERROR_SHARING_VIOLATION (translate to EACCES), increase log
>> level for unrecognized win32 error codes to LOG, and make messages
>> conform to style guide.
> This patch does not really work. This is beca
23 matches
Mail list logo