[COMMITTERS] pgsql: Add a new system view, pg_prepared_statements, that can be used

2006-01-07 Thread Neil Conway
Log Message: --- Add a new system view, pg_prepared_statements, that can be used to access information about the prepared statements that are available in the current session. Original patch from Joachim Wieland, various improvements by Neil Conway. The "statement" column of the view conta

[COMMITTERS] npgsql - Npgsql: 2006-01-07 Francisco Figueiredo Jr.

2006-01-07 Thread User Fxjr
Log Message: --- 2006-01-07 Francisco Figueiredo Jr. <[EMAIL PROTECTED]> * Fixed README.txt file version and updated RELEASENOTES for 1.0beta2 release. Modified Files: -- Npgsql/src/Npgsql: README.txt (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cg

[COMMITTERS] pgsql: Add RelationOpenSmgr() calls to ensure rd_smgr is valid when we

2006-01-07 Thread Tom Lane
Log Message: --- Add RelationOpenSmgr() calls to ensure rd_smgr is valid when we try to use it. While it normally has been opened earlier during btree index build, testing shows that it's possible for the link to be closed again if an sinval reset occurs while the index is being built. Ta

[COMMITTERS] pgsql: Add RelationOpenSmgr() calls to ensure rd_smgr is valid when we

2006-01-07 Thread Tom Lane
Log Message: --- Add RelationOpenSmgr() calls to ensure rd_smgr is valid when we try to use it. While it normally has been opened earlier during btree index build, testing shows that it's possible for the link to be closed again if an sinval reset occurs while the index is being built. Ta

[COMMITTERS] pgsql: Add RelationOpenSmgr() calls to ensure rd_smgr is valid when we

2006-01-07 Thread Tom Lane
Log Message: --- Add RelationOpenSmgr() calls to ensure rd_smgr is valid when we try to use it. While it normally has been opened earlier during btree index build, testing shows that it's possible for the link to be closed again if an sinval reset occurs while the index is being built. Mo

[COMMITTERS] pgsql: Add comment explaining why RelationOpenSmgr() call is not needed.

2006-01-07 Thread Tom Lane
Log Message: --- Add comment explaining why RelationOpenSmgr() call is not needed. Modified Files: -- pgsql/src/backend/executor: execMain.c (r1.262 -> r1.263) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/execMain.c.diff?r1=1.262&r

[COMMITTERS] npgsql - Npgsql: 2006-01-07 Francisco Figueiredo Jr.

2006-01-07 Thread User Fxjr
Log Message: --- 2006-01-07 Francisco Figueiredo Jr. <[EMAIL PROTECTED]> * Increased assembly version for 1.0beta2 Modified Files: -- Npgsql/src/Npgsql: AssemblyInfo.cs (r1.14 -> r1.15) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/

[COMMITTERS] npgsql - Npgsql: 2006-01-07 Francisco Figueiredo Jr.

2006-01-07 Thread User Fxjr
Log Message: --- 2006-01-07 Francisco Figueiredo Jr. <[EMAIL PROTECTED]> * Implemented more tests Modified Files: -- Npgsql/src/testsuite/noninteractive/NUnit20: CommandTests.cs (r1.19 -> r1.20) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsq

[COMMITTERS] pgsql: During CatCacheRemoveCList, we must now remove any members that

2006-01-07 Thread Tom Lane
Log Message: --- During CatCacheRemoveCList, we must now remove any members that are dead and have become unreferenced. Before 8.1, such members were left for AtEOXact_CatCache() to clean up, but now AtEOXact_CatCache isn't supposed to have anything to do. In an assert-enabled build this

[COMMITTERS] pgsql: During CatCacheRemoveCList, we must now remove any members that

2006-01-07 Thread Tom Lane
Log Message: --- During CatCacheRemoveCList, we must now remove any members that are dead and have become unreferenced. Before 8.1, such members were left for AtEOXact_CatCache() to clean up, but now AtEOXact_CatCache isn't supposed to have anything to do. In an assert-enabled build this

Re: [COMMITTERS] write on screen

2006-01-07 Thread Andrew Dunstan
> Hi. > I have a problem - I run pl/sql script on postgresql base using command > line in windows and I need to view some data in this command line, but > I don't know how to send them in the script.Pleas help > That isn't your only problem - apparently you have had trouble identifying the correct

[COMMITTERS] write on screen

2006-01-07 Thread mastersail
Hi. I have a problem - I run pl/sql script on postgresql base using command line in windows and I need to view some data in this command line, but I don't know how to send them in the script.Pleas help ---(end of broadcast)--- TIP 1: if posting/rea