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
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
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.
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
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
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
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)
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
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
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
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
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
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
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
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
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
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
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=
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)
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 ->
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
21 matches
Mail list logo