Log Message:
---
Fix a potential free() of string literal in oid2name, per report from
Michael Fuhr. Along the way, fix a bunch of accesses to uninitialized
memory, add a mystrdup() routine and use it to cleanup some code.
Modified Files:
--
pgsql/contrib/oid2name:
Log Message:
---
Add:
>
> * Allow FOR UPDATE queries to do NOWAIT locks
>
Modified Files:
--
pgsql/doc:
TODO (r1.1412 -> r1.1413)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1412&r2=1.1413)
---(end of broa
Log Message:
---
This is a little patch to correct the documentation on CVS. The URL for
downloading CVS at cyclic.com site is long defunct, and I changed the text
to not overtly recommend CVS 1.10, a now fairly old version.
Jon Jensen
Modified Files:
--
pgsql/doc/src/sgml
Log Message:
---
Update Japanese FAQ.
Jun Kuwamura
Modified Files:
--
pgsql/doc:
FAQ_japanese (r1.18 -> r1.19)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_japanese.diff?r1=1.18&r2=1.19)
pgsql/doc/src/FAQ:
FAQ_japanese.html (r1.18
I am thinking of adding a replication section to the main docs rather
than have it in the FAQ. It would be part of the external
tools/interfaces section I want to add to 8.0 (during our RC period).
---
Marc G. Fournier wrot
Log Message:
---
Updated readme
Modified Files:
--
pginst:
README (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/README.diff?r1=1.8&r2=1.9)
---(end of broadcast)---
TIP 8: expl
Log Message:
---
Add pgadmin3.lng and libecpg.lib VC++ import library
Modified Files:
--
pginst/wxs:
pginst.wxs (r1.93 -> r1.94)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.93&r2=1.94)
--
Log Message:
---
Teach regex_fixed_prefix() the correct handling of advanced regex
escapes --- they aren't simply quoted characters. Problem noted by
Antti Salmela. Also fix problem with incorrect handling of multibyte
characters when followed by a quantifier.
Tags:
REL7_4_STABLE
M
Log Message:
---
Teach regex_fixed_prefix() the correct handling of advanced regex
escapes --- they aren't simply quoted characters. Problem noted by
Antti Salmela. Also fix problem with incorrect handling of multibyte
characters when followed by a quantifier.
Modified Files:
---
Marc G. Fournier wrote:
> On Wed, 1 Dec 2004, Bruce Momjian wrote:
>
> >
> > I am thinking of adding a replication section to the main docs rather
> > than have it in the FAQ. It would be part of the external
> > tools/interfaces section I want to add to 8.0 (during our RC period).
>
> Even then
Log Message:
---
Make some adjustments to reduce platform dependencies in plan selection.
In particular, there was a mathematical tie between the two possible
nestloop-with-materialized-inner-scan plans for a join (ie, we computed
the same cost with either input on the inside), resulting in
On Wed, 1 Dec 2004, Bruce Momjian wrote:
I am thinking of adding a replication section to the main docs rather
than have it in the FAQ. It would be part of the external
tools/interfaces section I want to add to 8.0 (during our RC period).
Even then, a FAQ entry should be added to point to that sec
Log Message:
---
Allow libpq to build on MS Visual Studio .NET 2003 on Windows XP.
Modified Files:
--
pgsql/src/include/port:
win32.h (r1.40 -> r1.41)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/port/win32.h.diff?r1=1.40&r2=1.41)
pgsql
Log Message:
---
Update French FAQ.
Guillaume LELARGE
Modified Files:
--
pgsql/doc:
FAQ_french (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_french.diff?r1=1.1&r2=1.2)
pgsql/doc/src/FAQ:
FAQ_french.html (r1.1 -> r1.2)
Log Message:
---
Fix timestamptz_age() to do calculation in local timezone not GMT, per bug 1332.
Modified Files:
--
pgsql/src/backend/utils/adt:
timestamp.c (r1.115 -> r1.116)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/timestam
Log Message:
---
Fix timestamptz_age() to do calculation in local timezone not GMT, per bug 1332.
Tags:
REL7_4_STABLE
Modified Files:
--
pgsql/src/backend/utils/adt:
timestamp.c (r1.96.2.1 -> r1.96.2.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsq
Log Message:
---
Clarify documentation of age() functions.
Modified Files:
--
pgsql/doc/src/sgml:
func.sgml (r1.224 -> r1.225)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml.diff?r1=1.224&r2=1.225)
---(end
Log Message:
---
Change planner to use the current true disk file size as its estimate of
a relation's number of blocks, rather than the possibly-obsolete value
in pg_class.relpages. Scale the value in pg_class.reltuples correspondingly
to arrive at a hopefully more accurate number of rows
Log Message:
---
Add:
> * Allow ecpg to work with MSVC and BCC
Modified Files:
--
pgsql/doc:
TODO (r1.1411 -> r1.1412)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1411&r2=1.1412)
---(end of broadcast)--
Log Message:
---
Update with Gavin's additions.
Modified Files:
--
pgsql/doc:
FAQ_DEV (r1.77 -> r1.78)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_DEV.diff?r1=1.77&r2=1.78)
pgsql/doc/src/FAQ:
FAQ_DEV.html (r1.80 -> r1.81)
Log Message:
---
Add first cut of "release" file translated in Japanese.
(English part still remains for reference purpose)
Added Files:
---
pr/releases/8.0/ja:
release (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.0/ja/release?rev=1.1
Log Message:
---
Add mention that beta-5 includes LSP-fixes.
Modified Files:
--
web:
FAQ_windows.html (r1.10 -> r1.11)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/web/FAQ_windows.html.diff?r1=1.10&r2=1.11)
---(end of br
Log Message:
---
Add link to Cygwin FAQ. Add mention that the Cygwin port works on 9x.
Modified Files:
--
web:
FAQ_windows.html (r1.9 -> r1.10)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/web/FAQ_windows.html.diff?r1=1.9&r2=1.10)
-
Log Message:
---
Minor change: Algorithmu -> Algorithmus
Modified Files:
--
pr/releases/8.0/de:
press_page (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.0/de/press_page.diff?r1=1.8&r2=1.9)
release (r1.10 -> r1.11)
24 matches
Mail list logo