[COMMITTERS] pgsql: Back-patch 7.4 change to show that freebsd 5 and up don't need

2005-12-14 Thread Tom Lane
Log Message: --- Back-patch 7.4 change to show that freebsd 5 and up don't need float8-small-is-zero. Per Mark Kirkwood. Tags: REL7_3_STABLE Modified Files: -- pgsql/src/test/regress: resultmap (r1.56.2.4 -> r1.56.2.5) (http://developer.postgresql.or

[COMMITTERS] oracompat - oracompat: Add substr() variant

2005-12-14 Thread User Swm
Log Message: --- Add substr() variant Modified Files: -- oracompat: string.sql (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/oracompat/oracompat/string.sql.diff?r1=1.2&r2=1.3) ---(end of broadcast)-

[COMMITTERS] npgsql - Npgsql: 2005-12-14 Francisco Figueiredo Jr.

2005-12-14 Thread User Fxjr
Log Message: --- 2005-12-14 Francisco Figueiredo Jr. <[EMAIL PROTECTED]> * UserManual.htm: Fixed another typo in datatypes table. Thanks Ottó Havasvölgyi. Modified Files: -- Npgsql/docs: UserManual.htm (r1.17 -> r1.18) (http://cvs.pgfoundry.org

[COMMITTERS] python - be: Remove PyPgCall keywords.

2005-12-14 Thread James William Pye
Log Message: --- Remove PyPgCall keywords. This had been going unused for some time, and was likely to continue to be unused, so it might as well be removed. Modified Files: -- be/include/pypg: call.h (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb

[COMMITTERS] pgsql: Defend against crash while processing Describe Statement or

2005-12-14 Thread Tom Lane
Log Message: --- Defend against crash while processing Describe Statement or Describe Portal messages, when client attempts to execute these outside a transaction (start one) or in a failed transaction (reject message, except for COMMIT/ROLLBACK statements which we can handle). Per report

[COMMITTERS] pgsql: Defend against crash while processing Describe Statement or

2005-12-14 Thread Tom Lane
Log Message: --- Defend against crash while processing Describe Statement or Describe Portal messages, when client attempts to execute these outside a transaction (start one) or in a failed transaction (reject message, except for COMMIT/ROLLBACK statements which we can handle). Per report

[COMMITTERS] pgsql: Defend against crash while processing Describe Statement or

2005-12-14 Thread Tom Lane
Log Message: --- Defend against crash while processing Describe Statement or Describe Portal messages, when client attempts to execute these outside a transaction (start one) or in a failed transaction (reject message, except for COMMIT/ROLLBACK statements which we can handle). Per report

[COMMITTERS] pgsql: Defend against crash while processing Describe Statement or

2005-12-14 Thread Tom Lane
Log Message: --- Defend against crash while processing Describe Statement or Describe Portal messages, when client attempts to execute these outside a transaction (start one) or in a failed transaction (reject message, except for COMMIT/ROLLBACK statements which we can handle). Per report

[COMMITTERS] npgsql - Npgsql: 2005-12-14 Francisco Figueiredo Jr.

2005-12-14 Thread User Fxjr
Log Message: --- 2005-12-14 Francisco Figueiredo Jr. <[EMAIL PROTECTED]> * UserManual.htm: Fixed typo in data types supported by Npgsql. Thanks Ottó Havasvölgyi for heads up. Modified Files: -- Npgsql/docs: UserManual.htm (r1.16 -> r1.17) (http

[COMMITTERS] pgsql: Fix a *different* problem with whole-row Vars afflicting 8.0

2005-12-14 Thread Tom Lane
Log Message: --- Fix a *different* problem with whole-row Vars afflicting 8.0 branch. This is a back-port of a fix made to markTargetListOrigin() on 2005-04-25. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/backend/parser: parse_target.c (r1.129 -> r1.129.4

[COMMITTERS] pgsql: Fix problem with whole-row Vars referencing sub-select outputs,

2005-12-14 Thread Tom Lane
Log Message: --- Fix problem with whole-row Vars referencing sub-select outputs, per example from Jim Dew. Add some simple regression tests, since this is an area we seem to break regularly :-( Tags: REL8_1_STABLE Modified Files: -- pgsql/src/backend/executor:

[COMMITTERS] pgsql: Fix problem with whole-row Vars referencing sub-select outputs,

2005-12-14 Thread Tom Lane
Log Message: --- Fix problem with whole-row Vars referencing sub-select outputs, per example from Jim Dew. Add some simple regression tests, since this is an area we seem to break regularly :-( Modified Files: -- pgsql/src/backend/executor: execQual.c (r1.185 -> r1

[COMMITTERS] npgsql - Npgsql: 2005-12-14 Francisco Figueiredo Jr.

2005-12-14 Thread User Fxjr
Log Message: --- 2005-12-14 Francisco Figueiredo Jr. <[EMAIL PROTECTED]> * NpgsqlAsciiRow.cs, NpgsqlBind.cs, NpgsqlCommand.cs, NpgsqlConnector.cs, NpgsqlReadyState.cs, NpgsqlState.cs, NpgsqlTypesHelper.cs: [#1000458] Enormous memory increase (and

[COMMITTERS] python - be: Remove call argument overrides.

2005-12-14 Thread James William Pye
Log Message: --- Remove call argument overrides. This is useful for state keeping calls that can take later arguments. Primarily, non-SRF generators(plpy functions), and for optimizing repeat calls to Postgres functions. However, the code expects a list for the already created arguments, w

[COMMITTERS] python - be: Fix depth reduction in exceptions.

2005-12-14 Thread James William Pye
Log Message: --- Fix depth reduction in exceptions. Also, don't delete those attributes as they are no longer there. Modified Files: -- be/src: pl.c (r1.30 -> r1.31) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/pl.c.diff?r1=1.30&r2=1.31) ---

[COMMITTERS] pgaccess - pgaccess: Split views and queries, on commas, into new lines.

2005-12-14 Thread User Cmaj
Log Message: --- Split views and queries, on commas, into new lines. Modified Files: -- pgaccess/lib: views.tcl (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgaccess/pgaccess/lib/views.tcl.diff?r1=1.1.1.1&r2=1.2)

Re: [COMMITTERS] how can i pass the user and password in single

2005-12-14 Thread Devrim GUNDUZ
Hi, On Wed, 2005-12-14 at 11:58 +0530, mallikarjun.revgond wrote: > I want to run a .sql file through a batch file such as below Please use pgsql-novice list for such questions, this list is for just commit messages only. Regards, -- The PostgreSQL Company - Command Prompt, Inc. 1.503.667.456

[COMMITTERS] how can i pass the user and password in single statement

2005-12-14 Thread mallikarjun.revgond
  Hi   I want to run a .sql file through a batch file  such as below   psql -f C:\test\test.sql testdb postgres   when I run this batch file the, command prompt will request for  db password, so my problem is how can I pass the password value in a single statement of psql command  

[COMMITTERS] python - be: Remove 'utils' (with dead code).

2005-12-14 Thread James William Pye
Log Message: --- Remove 'utils' (with dead code). Remove utils.c and utils.h. Most of the remaining code inside could be easily relocated to another file where it could stand. Primarily, some type related interfaces moved into type.c. Other minor touch-ups as well. Modified Files: --