Log Message:
---
Turn autovacuum on by default. (stats_row_level is also on by default.)
Threshold and scale factor are cut in half for more aggressive behavior.
Modified Files:
--
pgsql/doc/src/sgml:
config.sgml (r1.75 -> r1.76)
(http://developer.postgres
Log Message:
---
2006-08-28 Francisco Figueiredo Jr. <[EMAIL PROTECTED]>
* NpgsqlCommand.cs: Implemented Cancel method.
Modified Files:
--
Npgsql/src/Npgsql:
NpgsqlCommand.cs (r1.98 -> r1.99)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/
Log Message:
---
2006-08-28 Francisco Figueiredo Jr. <[EMAIL PROTECTED]>
* UserManual.htm: Added Josh Cooley example about how to retrieve
autogenerated sequence number. Added example about how to cancel requests in
progress.
Modified Files:
--
Npgsql/docs:
Log Message:
---
table is protected via rules
Removed Files:
-
orafce:
protectable.c
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/protectable.c)
---(end of broadcast)---
TIP 6: explain analyze i
Log Message:
---
Tweak trivial_subqueryscan() to consider a SubqueryScan's targetlist
trivial if it contains either Vars referencing the corresponding subplan
columns, or Consts equaling the corresponding subplan columns. This
lets the planner eliminate the SubqueryScan in some cases gener
Log Message:
---
updated for 8.2 .. MODULE MAGIC
Modified Files:
--
orafce:
Makefile (r1.9 -> r1.10)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/Makefile.diff?r1=1.9&r2=1.10)
orafunc.sql (r1.10 -> r1.11)
(http://cvs.pgfoundry
Log Message:
---
small correctures
Modified Files:
--
orafce:
magic.c (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/magic.c.diff?r1=1.1&r2=1.2)
---(end of broadcast)---
TIP 3: Have
Log Message:
---
Partial fix for ecpg's VPATH problems. It compiles and successfully
builds all the files needed for its regression tests, but the tests
themselves fail because of diffs in the #line directives output by
ecpg itself. Not sure what to do about that.
Modified Files:
---
Log Message:
---
added a TODO
Modified Files:
--
pgfouine/include/postgresql/lines:
PostgreSQLQueryStartLine.class.php (r1.11 -> r1.12)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/lines/PostgreSQLQueryStartLine.class.ph
Log Message:
---
added support for prepared statements (including CVS tip bind parameters)
Modified Files:
--
pgfouine:
version.php (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/version.php.diff?r1=1.2&r2=1.3)
ChangeL
Log Message:
---
Fix pgstat_report_waiting() to not dump core if called before
pgstat_bestart() has been called; else any lock-block occurring
during InitPostgres() is disastrous. I believe this explains
recent wasp regression failure; at least it explains the crash I
got while trying to d
Log Message:
---
Update:
< * Allow DEFERRABLE UNIQUE constraints?
> * Allow DEFERRABLE and end-of-statement UNIQUE constraints?
>
> This would allow UPDATE tab SET col = col + 1 to work if col has
> a unique index. Currently, uniqueness checks are done while the
> command is being
Log Message:
---
Move to referential integrity section:
> o Allow DEFERRABLE and end-of-statement UNIQUE constraints?
>
> This would allow UPDATE tab SET col = col + 1 to work if col has
> a unique index. Currently, uniqueness checks are done while the
> com
Log Message:
---
Add URL:
>
> http://people.planetpostgresql.org/greg/index.php?/archives/2006/06/10.html
>
Modified Files:
--
pgsql/doc:
TODO (r1.1962 -> r1.1963)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1962&r2=1.1963
Log Message:
---
Now bind displays prepare as detail, and execute displays prepare and
optionally bind. I re-added the "statement:" label so people will
understand why the line is being printed (it is log_*statement
behavior).
Use single quotes for bind values, instead of double quotes, a
Log Message:
---
Only call log_after_parse() if necessary.
Modified Files:
--
pgsql/src/backend/tcop:
postgres.c (r1.500 -> r1.501)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/postgres.c.diff?r1=1.500&r2=1.501)
--
Log Message:
---
Fixed empty result check.
Modified Files:
--
Npgsql/src/testsuite/MiniTerminal:
Npsql.cs (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/src/testsuite/MiniTerminal/Npsql.cs.diff?r1=1.2&r2=1.3)
17 matches
Mail list logo