[COMMITTERS] press - pr: small fixes

2005-10-25 Thread User Am
Log Message: --- small fixes Modified Files: -- pr/releases/8.1/ro: presskit81.html.ro (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.1/ro/presskit81.html.ro.diff?r1=1.6&r2=1.7) ---(end of broadcast)

[COMMITTERS] npgsql - Npgsql: 2005-10-25 Josh Cooley <[EMAIL PROTECTED]>

2005-10-25 Thread User Jbcooley
Log Message: --- 2005-10-25 Josh Cooley <[EMAIL PROTECTED]> * NpgsqlDataReader.cs: Added support for IsUnique and IsKey in GetSchemaTable. Also added check for CommandBehavior so that additional queries are only performed when CommandBehavior.KeyInfo is specified. Modified Files

[COMMITTERS] npgsql - Npgsql: 2005-10-25 Josh Cooley <[EMAIL PROTECTED]>

2005-10-25 Thread User Jbcooley
Log Message: --- 2005-10-25 Josh Cooley <[EMAIL PROTECTED]> * NpgsqlDataReader.cs: Added support for IsUnique and IsKey in GetSchemaTable. Also added check for CommandBehavior so that additional queries are only performed when CommandBehavior.KeyInfo is specified. Modified Files

[COMMITTERS] press - pr: regular upd

2005-10-25 Thread User K0cka
Log Message: --- regular upd Added Files: --- pr/releases/8.1/hu: presskit81.html (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.1/hu/presskit81.html?rev=1.1&content-type=text/x-cvsweb-markup) ---(end of broadca

[COMMITTERS] pgsql: Fix longstanding bug that would sometimes let the planner

2005-10-25 Thread Tom Lane
Log Message: --- Fix longstanding bug that would sometimes let the planner generate a bad plan for an outer join; symptom is bogus error "RIGHT JOIN is only supported with merge-joinable join conditions". Problem was that select_mergejoin_clauses did its tests in the wrong order. We need

[COMMITTERS] pgsql: Fix longstanding bug that would sometimes let the planner

2005-10-25 Thread Tom Lane
Log Message: --- Fix longstanding bug that would sometimes let the planner generate a bad plan for an outer join; symptom is bogus error "RIGHT JOIN is only supported with merge-joinable join conditions". Problem was that select_mergejoin_clauses did its tests in the wrong order. We need

[COMMITTERS] pgsql: Fix longstanding bug that would sometimes let the planner

2005-10-25 Thread Tom Lane
Log Message: --- Fix longstanding bug that would sometimes let the planner generate a bad plan for an outer join; symptom is bogus error "RIGHT JOIN is only supported with merge-joinable join conditions". Problem was that select_mergejoin_clauses did its tests in the wrong order. We need

[COMMITTERS] pgsql: Fix longstanding bug that would sometimes let the planner

2005-10-25 Thread Tom Lane
Log Message: --- Fix longstanding bug that would sometimes let the planner generate a bad plan for an outer join; symptom is bogus error "RIGHT JOIN is only supported with merge-joinable join conditions". Problem was that select_mergejoin_clauses did its tests in the wrong order. We need

[COMMITTERS] pgsql: Add: > > o Add auto-expanded mode so expanded output is used

2005-10-25 Thread Bruce Momjian
Log Message: --- Add: > > o Add auto-expanded mode so expanded output is used if the row > length is wider than the screen width. > > Consider using auto-expanded mode for backslash commands like \df+. Modified Files: -- pgsql/doc: TODO (r

[COMMITTERS] bizgres - bizgres: Updated for 0.8+

2005-10-25 Thread User Llonergan
Log Message: --- Updated for 0.8+ Modified Files: -- bizgres/doc: BG_userguide.pdf (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/doc/BG_userguide.pdf.diff?r1=1.1&r2=1.2) README.txt (r1.3 -> r1.4) (http://cvs.pg

[COMMITTERS] pgsql: Convert explanation of interval change into something resembling

2005-10-25 Thread Tom Lane
Log Message: --- Convert explanation of interval change into something resembling grammatical English, and fix the incorrect example. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.392 -> r1.393) (http://developer.postgresql.org/cvsweb.cgi/pgsql/do

[COMMITTERS] pgsql: Remove justify_hours call from interval_mul and interval_div, and

2005-10-25 Thread Tom Lane
Log Message: --- Remove justify_hours call from interval_mul and interval_div, and make some small stylistic improvements in these functions. Also fix several places where TMODULO() was being used with wrong-sized quotient argument, creating a risk of overflow --- interval2tm was actually

[COMMITTERS] pgsql: Small grammar correction.

2005-10-25 Thread Tom Lane
Log Message: --- Small grammar correction. Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.288 -> r1.289) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml.diff?r1=1.288&r2=1.289) ---(end of broadcast)---

[COMMITTERS] pgsql: Fix Windows setitimer() emulation to not depend on delivering an

2005-10-25 Thread Tom Lane
Log Message: --- Fix Windows setitimer() emulation to not depend on delivering an APC to the main thread. This allows removal of WaitForSingleObjectEx() calls from the main thread, thereby allowing us to re-enable Qingqing Zhou's CHECK_FOR_INTERRUPTS performance improvement. Qingqing, Mag

[COMMITTERS] pgsql: Update 24 hours/1 day distinction in release notes.

2005-10-25 Thread Bruce Momjian
Log Message: --- Update 24 hours/1 day distinction in release notes. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.391 -> r1.392) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.391&r2=1.392)

[COMMITTERS] pgsql: Change trace_sort to output to the log, rather than the user's

2005-10-25 Thread Bruce Momjian
Log Message: --- Change trace_sort to output to the log, rather than the user's terminal. Modified Files: -- pgsql/src/backend/utils/sort: tuplesort.c (r1.53 -> r1.54) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/sort/tuplesort.c.diff

[COMMITTERS] pgsql: Update the URL for "The Hitch-Hiker's Guide to Evolutionary

2005-10-25 Thread Bruce Momjian
Log Message: --- Update the URL for "The Hitch-Hiker's Guide to Evolutionary Computation". Sergey E. Koposov Modified Files: -- pgsql/doc/src/sgml: geqo.sgml (r1.32 -> r1.33) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/geqo.sgml.diff?r1=

[COMMITTERS] pginstaller - pginst: pgAdmin has Slovenian tips now.

2005-10-25 Thread User Dpage
Log Message: --- pgAdmin has Slovenian tips now. Modified Files: -- pginst/wxs: pginst.wxs (r1.147 -> r1.148) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.147&r2=1.148) ---(end of broadcas

[COMMITTERS] psqlodbc - psqlodbc: This patch fixes a potential segfault that can

2005-10-25 Thread User Dpage
Log Message: --- This patch fixes a potential segfault that can happen if a dbc handle is created and then destroyed without attempting a connection. [Scot Loach] Modified Files: -- psqlodbc: connection.c (r1.119 -> r1.120) (http://cvs.pgfoundry.org/cgi-bi

[COMMITTERS] psqlodbc - psqlodbc: When EN_Destructor is called it searches through

2005-10-25 Thread User Dpage
Log Message: --- When EN_Destructor is called it searches through the connection array and destroys any connections which belong that environment. Unfortunately it doesn't NULL out the connection array entry afterwards so a future call to EN_Destructor can wind up trying to destroy that con