Log Message:
---
Add info for get_* functions:
>
> These would be for application use, not for use by pg_dump.
>
Modified Files:
--
pgsql/doc:
TODO (r1.1954 -> r1.1955)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1954&r2=1.1955)
Log Message:
---
Add hint for "invalid byte sequence for encoding" error message,
suggesting review of client_encoding.
Tags:
REL8_1_STABLE
Modified Files:
--
pgsql/src/backend/utils/mb:
wchar.c (r1.47.2.2 -> r1.47.2.3)
(http://developer.postgresql.or
Log Message:
---
Add hint for "invalid byte sequence for encoding" error message,
suggesting review of client_encoding.
Modified Files:
--
pgsql/src/backend/utils/mb:
wchar.c (r1.55 -> r1.56)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/uti
Log Message:
---
2006-08-22 Francisco Figueiredo Jr. <[EMAIL PROTECTED]>
* This patch fixes dozens of warnings in the testsuite and removes a
bunch of
extra whitespace from around and inside of functions. I tried to fix
the
warnings in the best manner possib
Log Message:
---
Ooops, ldap fix for win32 broke the non-win32 case.
Modified Files:
--
pgsql/src/backend/libpq:
auth.c (r1.140 -> r1.141)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/auth.c.diff?r1=1.140&r2=1.141)
--
Log Message:
---
Generalize width_bucket() documentation because b1/b2 can be
interchanged.
Modified Files:
--
pgsql/doc/src/sgml:
func.sgml (r1.331 -> r1.332)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml.diff?r1=1.331&r2=1.332)
Log Message:
---
Add space between Win2000 and SP4.
Modified Files:
--
pgsql/doc/src/sgml:
release.sgml (r1.430 -> r1.431)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.430&r2=1.431)
---(end o
Log Message:
---
2006-08-21 Francisco Figueiredo Jr. <[EMAIL PROTECTED]>
* README.txt: Changed README.txt location. It is now located on much
more useful root Npgsql folder. Thanks Chris Morgan (cmorgan at alum dot wpi
dot edu) for patch.
Added Files:
---
Npgsql:
Log Message:
---
Fix encrypted-LDAP support so that it doesn't cause the server to fail
entirely on older Windows platforms without the needed library function.
Magnus Hagander
Modified Files:
--
pgsql/doc/src/sgml:
client-auth.sgml (r1.91 -> r1.92)
(http:/
Log Message:
---
Minor code rearrangement to save a few cycles in RI_FKey_check when
the subject tuple is already deleted: we need not open the pk_rel
until after we check that.
Modified Files:
--
pgsql/src/backend/utils/adt:
ri_triggers.c (r1.86 -> r1.87)
Log Message:
---
Remove obsolete tip about casting bool to int, per Taiki Yamaguchi.
Tags:
REL8_1_STABLE
Modified Files:
--
pgsql/doc/src/sgml:
datatype.sgml (r1.163.2.2 -> r1.163.2.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/dat
Log Message:
---
Remove obsolete tip about casting bool to int, per Taiki Yamaguchi.
Modified Files:
--
pgsql/doc/src/sgml:
datatype.sgml (r1.170 -> r1.171)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/datatype.sgml.diff?r1=1.170&r2=1.171)
Log Message:
---
Make the server track an 'XID epoch', that is, maintain higher-order bits
of the transaction ID counter. Nothing is done with the epoch except to
store it in checkpoint records, but this provides a foundation with which
add-on code can pretend that XIDs never wrap around.
Log Message:
---
Done:
< o Add a function to support Parse/DescribeStatement capability
> o -Add a function to support Parse/DescribeStatement capability
Modified Files:
--
pgsql/doc:
TODO (r1.1953 -> r1.1954)
(http://developer.postgresql.org/c
Log Message:
---
Remove items, not needed anymore:
< * %Disallow changing DEFAULT expression of a SERIAL column?
<
< This should be done only if the existing SERIAL problems cannot be
< fixed.
<
< * %Disallow ALTER SEQUENCE changes for SERIAL sequences because pg_dump
< does not du
Log Message:
---
Fixed a few memory leaks. One indeed was part of a loop.
Modified Files:
--
pgsql/src/bin/pg_ctl:
pg_ctl.c (r1.70 -> r1.71)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_ctl/pg_ctl.c.diff?r1=1.70&r2=1.71)
---
Log Message:
---
Adopt a more coherent layout for this file. Discuss the data structures and
functions a little. Correct the E-R diagram (!) Correct some typos (probably
still some lurking).
Modified Files:
--
bizgres/postgresql/src/backend/utils/resscheduler:
READM
17 matches
Mail list logo