[COMMITTERS] pgsql: Doc patch that adds an example of a correllated UPDATE.

2006-01-19 Thread Bruce Momjian
Log Message: --- Doc patch that adds an example of a correllated UPDATE. David Fetter Modified Files: -- pgsql/doc/src/sgml/ref: update.sgml (r1.33 -> r1.34) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/update.sgml.diff?r1=1.33&r2=1.3

[COMMITTERS] pgsql: Doc patch that adds an example of a correllated UPDATE.

2006-01-19 Thread Bruce Momjian
Log Message: --- Doc patch that adds an example of a correllated UPDATE. David Fetter Tags: REL8_1_STABLE Modified Files: -- pgsql/doc/src/sgml/ref: update.sgml (r1.33 -> r1.33.2.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/u

[COMMITTERS] pgsql: Add some test scaffolding to allow cache-flush stress testing

2006-01-19 Thread Tom Lane
Log Message: --- Add some test scaffolding to allow cache-flush stress testing (and I do mean stress ... system is orders of magnitude slower with this enabled). Tags: REL8_1_STABLE Modified Files: -- pgsql/src/backend/utils/cache: inval.c (r1.73.2.1 -> r1.73.

[COMMITTERS] pgsql: Clarify STABLE function documentation to highlight how such

2006-01-19 Thread Bruce Momjian
Log Message: --- Clarify STABLE function documentation to highlight how such functions can be optimized. Tags: REL8_1_STABLE Modified Files: -- pgsql/doc/src/sgml: xfunc.sgml (r1.107 -> r1.107.2.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc

[COMMITTERS] pgsql: Clarify STABLE function documentation to highlight how such

2006-01-19 Thread Bruce Momjian
Log Message: --- Clarify STABLE function documentation to highlight how such functions can be optimized. Modified Files: -- pgsql/doc/src/sgml: xfunc.sgml (r1.109 -> r1.110) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/xfunc.sgml.diff?r1=1

[COMMITTERS] pgsql: Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path for Darwin.

2006-01-19 Thread Bruce Momjian
Log Message: --- Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path for Darwin. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/makefiles: Makefile.darwin (r1.8 -> r1.8.4.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/makefiles/Makefile.da

[COMMITTERS] pgsql: Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path for AIX and

2006-01-19 Thread Bruce Momjian
Log Message: --- Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path for AIX and Darwin. Modified Files: -- pgsql/src/makefiles: Makefile.aix (r1.23 -> r1.24) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/makefiles/Makefile.aix.diff?r1=1.23&r2=1.24)

[COMMITTERS] pgsql: Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path.

2006-01-19 Thread Bruce Momjian
Log Message: --- Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path. Tags: REL8_1_STABLE Modified Files: -- pgsql/src/makefiles: Makefile.cygwin (r1.6.6.1 -> r1.6.6.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/makefiles/Makefile.cygwin.di

[COMMITTERS] pgsql: Add some test scaffolding to allow cache-flush stress testing

2006-01-19 Thread Tom Lane
Log Message: --- Add some test scaffolding to allow cache-flush stress testing (and I do mean stress ... system is orders of magnitude slower with this enabled). Modified Files: -- pgsql/src/backend/utils/cache: inval.c (r1.74 -> r1.75) (http://developer.po

[COMMITTERS] pgsql: Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path for AIX and

2006-01-19 Thread Bruce Momjian
Log Message: --- Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path for AIX and Darwin. Tags: REL8_1_STABLE Modified Files: -- pgsql/src/makefiles: Makefile.aix (r1.23 -> r1.23.2.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/makefiles/Make

[COMMITTERS] pgsql: Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path.

2006-01-19 Thread Bruce Momjian
Log Message: --- Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path. Modified Files: -- pgsql/src/makefiles: Makefile.cygwin (r1.7 -> r1.8) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/makefiles/Makefile.cygwin.diff?r1=1.7&r2=1.8) Makefile

[COMMITTERS] pgsql: Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path.

2006-01-19 Thread Bruce Momjian
Log Message: --- Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/makefiles: Makefile.cygwin (r1.6.4.1 -> r1.6.4.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/makefiles/Makefile.cygwin.di

[COMMITTERS] pgsql: Avoid crashing if relcache flush occurs while trying to load data

2006-01-19 Thread Tom Lane
Log Message: --- Avoid crashing if relcache flush occurs while trying to load data into an index's support-function cache (in index_getprocinfo). Since none of that data can change for an index that's in active use, it seems sufficient to treat all open indexes the same way we were treatin

[COMMITTERS] pgsql: Avoid crashing if relcache flush occurs while trying to load data

2006-01-19 Thread Tom Lane
Log Message: --- Avoid crashing if relcache flush occurs while trying to load data into an index's support-function cache (in index_getprocinfo). Since none of that data can change for an index that's in active use, it seems sufficient to treat all open indexes the same way we were treatin

[COMMITTERS] pgsql: Avoid crashing if relcache flush occurs while trying to load data

2006-01-19 Thread Tom Lane
Log Message: --- Avoid crashing if relcache flush occurs while trying to load data into an index's support-function cache (in index_getprocinfo). Since none of that data can change for an index that's in active use, it seems sufficient to treat all open indexes the same way we were treatin

[COMMITTERS] pgsql: Fix pgxs -L library path specification for Win32 and Cygwin, was

2006-01-19 Thread Bruce Momjian
Log Message: --- Fix pgxs -L library path specification for Win32 and Cygwin, was /bin, now /lib. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/makefiles: Makefile.cygwin (r1.6 -> r1.6.4.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/make

[COMMITTERS] pgsql: Fix pgxs -L library path specification for Win32 and Cygwin, was

2006-01-19 Thread Bruce Momjian
Log Message: --- Fix pgxs -L library path specification for Win32 and Cygwin, was /bin, now /lib. Tags: REL8_1_STABLE Modified Files: -- pgsql/src/makefiles: Makefile.cygwin (r1.6 -> r1.6.6.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/make

[COMMITTERS] pgsql: Fix pgxs -L library path specification for Win32 and Cygwin, was

2006-01-19 Thread Bruce Momjian
Log Message: --- Fix pgxs -L library path specification for Win32 and Cygwin, was /bin, now /lib. Modified Files: -- pgsql/src/makefiles: Makefile.cygwin (r1.6 -> r1.7) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/makefiles/Makefile.cygwin.diff?r1=

[COMMITTERS] bizgres - bizgres: Fix to error codes.

2006-01-19 Thread User Agoldshuv
Log Message: --- Fix to error codes. Modified Files: -- bizgres/loader/src/com/deepgreen/loader: DGLoader.java (r1.12 -> r1.13) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/loader/src/com/deepgreen/loader/DGLoader.java.diff?r1=1.12&r2=1.13)

[COMMITTERS] bizgres - bizgres: Added return codes to the loader 0 = Loader

2006-01-19 Thread User Agoldshuv
Log Message: --- Added return codes to the loader 0 = Loader terminated normally. All data loaded. 1 = Loader terminated normally. Some data loaded. 2 = Loader terminated abnormally. Modified Files: -- bizgres/loader/src/com/deepgreen/loader: DGLoader.java (r1.11 ->

[COMMITTERS] psqlodbc - psqlodbc: Compile accuracy rise.(iODBC and unixODBC and

2006-01-19 Thread User H-saito
Log Message: --- Compile accuracy rise.(iODBC and unixODBC and windows) form Ludek. psqlodbc-unix-connection.diff psqlodbc-updated_deleted.diff psqlodbc-positioned_load.diff psqlodbc-ucs2_to_utf8-ilen.diff form Inoue and Ludek. psqlodbc-unix_compile.diff from Dave psqlodbc-enhanced.patch