[COMMITTERS] pgsql: Remove libpq's PQescapeIdentifier(), not safe from injection

2006-07-04 Thread Bruce Momjian
Log Message:
---
Remove libpq's PQescapeIdentifier(), not safe from injection attacks.

Modified Files:
--
pgsql/doc/src/sgml:
libpq.sgml (r1.212 -> r1.213)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/libpq.sgml.diff?r1=1.212&r2=1.213)
pgsql/src/interfaces/libpq:
exports.txt (r1.12 -> r1.13)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/exports.txt.diff?r1=1.12&r2=1.13)
fe-exec.c (r1.187 -> r1.188)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-exec.c.diff?r1=1.187&r2=1.188)
libpq-fe.h (r1.130 -> r1.131)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/libpq-fe.h.diff?r1=1.130&r2=1.131)

---(end of broadcast)---
TIP 9: In versions below 8.0, the planner will ignore your desire to
   choose an index scan if your joining column's datatypes do not
   match


[COMMITTERS] pgsql: Modify: < o -Add PQescapeIdentifier() > o Add

2006-07-04 Thread Bruce Momjian
Log Message:
---
Modify:

<   o -Add PQescapeIdentifier()
>   o Add PQescapeIdentifierConn()

Modified Files:
--
pgsql/doc:
TODO (r1.1912 -> r1.1913)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1912&r2=1.1913)
pgsql/doc/src/FAQ:
TODO.html (r1.415 -> r1.416)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.415&r2=1.416)

---(end of broadcast)---
TIP 2: Don't 'kill -9' the postmaster


[COMMITTERS] pgsql: Documentation fixes for FILLFACTOR patch.

2006-07-04 Thread Tom Lane
Log Message:
---
Documentation fixes for FILLFACTOR patch.  Minor other editorialization.

Modified Files:
--
pgsql/doc/src/sgml/ref:
alter_index.sgml (r1.9 -> r1.10)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/alter_index.sgml.diff?r1=1.9&r2=1.10)
alter_table.sgml (r1.86 -> r1.87)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/alter_table.sgml.diff?r1=1.86&r2=1.87)
create_index.sgml (r1.53 -> r1.54)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/create_index.sgml.diff?r1=1.53&r2=1.54)
create_table.sgml (r1.103 -> r1.104)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/create_table.sgml.diff?r1=1.103&r2=1.104)
create_table_as.sgml (r1.33 -> r1.34)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/create_table_as.sgml.diff?r1=1.33&r2=1.34)
reindex.sgml (r1.30 -> r1.31)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/reindex.sgml.diff?r1=1.30&r2=1.31)

---(end of broadcast)---
TIP 5: don't forget to increase your free space map settings


[COMMITTERS] npgsql - Npgsql: 2006-07-04 Josh Cooley <[EMAIL PROTECTED]>

2006-07-04 Thread User Jbcooley
Log Message:
---
2006-07-04  Josh Cooley  <[EMAIL PROTECTED]>
* Fixed possible memory leak when multiple command builders attached to a 
single NpgsqlDataAdapter.
* Fixed DataRow state problem where an insert fails.  The command builder 
no longer accepts the changes (but the NpgsqlDataAdapter still does).

Modified Files:
--
Npgsql/src/Npgsql:
NpgsqlCommandBuilder.cs (r1.12 -> r1.13)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/src/Npgsql/NpgsqlCommandBuilder.cs.diff?r1=1.12&r2=1.13)

---(end of broadcast)---
TIP 4: Have you searched our list archives?

   http://archives.postgresql.org


[COMMITTERS] npgsql - Npgsql2: 2006-07-04 Josh Cooley <[EMAIL PROTECTED]>

2006-07-04 Thread User Jbcooley
Log Message:
---
2006-07-04  Josh Cooley  <[EMAIL PROTECTED]>
* Fixed possible memory leak when multiple command builders attached to a 
single NpgsqlDataAdapter.
* Fixed DataRow state problem where an insert fails.  The command builder 
no longer accepts the changes (but the NpgsqlDataAdapter still does).

Modified Files:
--
Npgsql2/src/Npgsql:
NpgsqlCommandBuilder.cs (r1.4 -> r1.5)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlCommandBuilder.cs.diff?r1=1.4&r2=1.5)

---(end of broadcast)---
TIP 4: Have you searched our list archives?

   http://archives.postgresql.org


[COMMITTERS] veil - veil: Minor documentation fixes.

2006-07-04 Thread User Bloodnok
Log Message:
---
Minor documentation fixes.  Configure fixes.  Fix for bug in veil_perform_reset
where the veil_init call is working on the wrong (old rather than new) 
context.  Additional regression tests to check for this bug.  
Version changed to 0.9.1 Alpha

Modified Files:
--
veil:
Makefile.global.in (r1.1.1.1 -> r1.2)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/Makefile.global.in.diff?r1=1.1.1.1&r2=1.2)
configure.ac (r1.1.1.1 -> r1.2)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/configure.ac.diff?r1=1.1.1.1&r2=1.2)
veil/config:
acx_libpq.m4 (r1.1.1.1 -> r1.2)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/config/acx_libpq.m4.diff?r1=1.1.1.1&r2=1.2)
veil/docs:
Doxyfile (r1.4 -> r1.5)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/docs/Doxyfile.diff?r1=1.4&r2=1.5)
veil/regress:
regress.sh (r1.1.1.1 -> r1.2)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/regress/regress.sh.diff?r1=1.1.1.1&r2=1.2)
veil/src:
veil_interface.c (r1.2 -> r1.3)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/src/veil_interface.c.diff?r1=1.2&r2=1.3)
veil_shmem.c (r1.3 -> r1.4)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/src/veil_shmem.c.diff?r1=1.3&r2=1.4)
veil_variables.c (r1.2 -> r1.3)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/src/veil_variables.c.diff?r1=1.2&r2=1.3)
veil_version.h.in (r1.2 -> r1.3)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/src/veil_version.h.in.diff?r1=1.2&r2=1.3)

---(end of broadcast)---
TIP 2: Don't 'kill -9' the postmaster