[COMMITTERS] pgsql: Push enable/disable of notify and catchup interrupts all the way

2005-06-02 Thread Tom Lane
Log Message: --- Push enable/disable of notify and catchup interrupts all the way down to just around the bare recv() call that gets a command from the client. The former placement in PostgresMain was unsafe because the intermediate processing layers (especially SSL) use facilities such as

[COMMITTERS] pgsql: Push enable/disable of notify and catchup interrupts all the way

2005-06-02 Thread Tom Lane
Log Message: --- Push enable/disable of notify and catchup interrupts all the way down to just around the bare recv() call that gets a command from the client. The former placement in PostgresMain was unsafe because the intermediate processing layers (especially SSL) use facilities such as

[COMMITTERS] pgsql: Push enable/disable of notify and catchup interrupts all the way

2005-06-02 Thread Tom Lane
Log Message: --- Push enable/disable of notify and catchup interrupts all the way down to just around the bare recv() call that gets a command from the client. The former placement in PostgresMain was unsafe because the intermediate processing layers (especially SSL) use facilities such as

[COMMITTERS] pgsql: Push enable/disable of notify and catchup interrupts all the way

2005-06-02 Thread Tom Lane
Log Message: --- Push enable/disable of notify and catchup interrupts all the way down to just around the bare recv() call that gets a command from the client. The former placement in PostgresMain was unsafe because the intermediate processing layers (especially SSL) use facilities such as

[COMMITTERS] docbot - docbot: make regexp using the /i switch

2005-06-02 Thread User Andreas
Log Message: --- make regexp using the /i switch Modified Files: -- docbot: docbot.pl (r1.41 -> r1.42) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/docbot/docbot/docbot.pl.diff?r1=1.41&r2=1.42) ---(end of broadcast)-

[COMMITTERS] docbot - docbot: Commented out irc message lowercasing to prevent url

2005-06-02 Thread User Pjmodos
Log Message: --- Commented out irc message lowercasing to prevent url lowercasing. Modified Files: -- docbot: docbot.pl (r1.40 -> r1.41) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/docbot/docbot/docbot.pl.diff?r1=1.40&r2=1.41) ---(

[COMMITTERS] pgsql: The no-lexer-backup speedup hadn't been there a week before

2005-06-02 Thread Tom Lane
Log Message: --- The no-lexer-backup speedup hadn't been there a week before somebody broke it. Maybe we do need an automated check ... Modified Files: -- pgsql/src/backend/parser: scan.l (r1.123 -> r1.124) (http://developer.postgresql.org/cvsweb.cgi/pgsql

Re: [COMMITTERS] pgsql: Add PL/pgSQL SQLSTATE and SQLERRM support

2005-06-02 Thread Tom Lane
Pavel Stehule <[EMAIL PROTECTED]> writes: > On Thu, 2 Jun 2005, Tom Lane wrote: >> The results of Pavel's experiments prove that Oracle's behavior is >> pretty random --- it looks to me like the chance results of whatever > What I can speek. Oracle has session variable for saving err code of last

Re: [COMMITTERS] pgsql: Add PL/pgSQL SQLSTATE and SQLERRM support

2005-06-02 Thread Tom Lane
Pavel Stehule <[EMAIL PROTECTED]> writes: > I din't find easy way how append variable only when block contains > EXCEPTION part. I wilcome any advice I was envisioning an action in the beginning of the EXCEPTION clause, viz exception_sect : { $$ = NIL; } | K_

Re: [COMMITTERS] pgsql: Add PL/pgSQL SQLSTATE and SQLERRM support

2005-06-02 Thread Tom Lane
Neil Conway <[EMAIL PROTECTED]> writes: > I should have commented on this earlier: I don't think exact Oracle > compatibility is _at all_ important. The results of Pavel's experiments prove that Oracle's behavior is pretty random --- it looks to me like the chance results of whatever quick-and-di

Re: [COMMITTERS] pgsql: Add PL/pgSQL SQLSTATE and SQLERRM support

2005-06-02 Thread Neil Conway
Pavel Stehule wrote: So we can have only one procedure level scope variable, which is initialized on start of exception and zeroized on the end of exception block. This behavior is different from my patch, but is better for Oracle compatibility and I prefere its. I should have commented on th

[COMMITTERS] pgsql: Fixed memory leak in ecpglib by adding some missing free()

2005-06-02 Thread Michael Meskes
Log Message: --- Fixed memory leak in ecpglib by adding some missing free() commands. Tags: REL7_4_STABLE Modified Files: -- pgsql/src/interfaces/ecpg/ecpglib: execute.c (r1.26.2.4 -> r1.26.2.5) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/in

[COMMITTERS] pgsql: Added patch by Gavin Scott <[EMAIL PROTECTED]> for Intel

2005-06-02 Thread Michael Meskes
Log Message: --- Added patch by Gavin Scott <[EMAIL PROTECTED]> for Intel 64bit hardware. [One half already was committed with the last commit.] Tags: REL8_0_STABLE Modified Files: -- pgsql/src/interfaces/ecpg/ecpglib: extern.h (r1.11.4.1 -> r1.11.4.2)

[COMMITTERS] pgsql: Fixed memory leak in ecpglib by adding some missing free()

2005-06-02 Thread Michael Meskes
Log Message: --- Fixed memory leak in ecpglib by adding some missing free() commands. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/interfaces/ecpg/ecpglib: execute.c (r1.38.4.1 -> r1.38.4.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/in

[COMMITTERS] pgsql: - Fixed memory leak in ecpglib by adding some missing free()

2005-06-02 Thread Michael Meskes
Log Message: --- - Fixed memory leak in ecpglib by adding some missing free() commands. - Added patch by Gavin Scott <[EMAIL PROTECTED]> for Intel 64bit hardware. Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.289 -> r1.290) (http://developer.p

[COMMITTERS] pginstaller - web: Correct download link.

2005-06-02 Thread User Dpage
Log Message: --- Correct download link. Modified Files: -- web/faq: FAQ_windows.html (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/web/faq/FAQ_windows.html.diff?r1=1.3&r2=1.4) ---(end of broadcast)-