[COMMITTERS] veil - veil: Updates for version 9.1.12 release, to work with Postgres

2010-11-19 Thread User Bloodnok
Log Message: --- Updates for version 9.1.12 release, to work with Postgres 9.0 Modified Files: -- veil: Makefile.global.in (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/Makefile.global.in?r1=1.6&r2=1.7) veil/config: acx_l

[COMMITTERS] veil - veil: Serious bugfix: pointer arithmetic error.

2010-03-12 Thread User Bloodnok
Log Message: --- Serious bugfix: pointer arithmetic error. All users should upgrade urgently Modified Files: -- veil: GNUmakefile.in (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/GNUmakefile.in?r1=1.6&r2=1.7) Makefile.global

[COMMITTERS] veil - veil: Minor documentation fix

2009-07-10 Thread User Bloodnok
Log Message: --- Minor documentation fix Modified Files: -- veil/docs: Doxyfile (r1.19 -> r1.20) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/docs/Doxyfile?r1=1.19&r2=1.20) veil/src: veil_mainpage.c.in (r1.13 -> r1.14) (http:/

[COMMITTERS] veil - veil: Minor changes in preparation for new release to support

2009-07-03 Thread User Bloodnok
Log Message: --- Minor changes in preparation for new release to support postgres 8.4 This version passes regression tests for postgres 8.4 but has not yet been tested for other versions. Use at your own risk. Modified Files: -- veil/docs: Doxyfile (r1.18 -> r1.19)

[COMMITTERS] veil - veil: Removed logging code.

2008-11-18 Thread User Bloodnok
Log Message: --- Removed logging code. Modified Files: -- veil/src: veil_serialise.c (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/src/veil_serialise.c.diff?r1=1.2&r2=1.3) -- Sent via pgsql-committers mailing list (pgsql-committers

[COMMITTERS] veil - veil: Addition of new interface function

2008-08-25 Thread User Bloodnok
Log Message: --- Addition of new interface function veil_bitmap_hash_key_exists (I found a need for it in a real veil database). Modified Files: -- veil: GNUmakefile.in (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/GNUmakefile.in.dif

[COMMITTERS] veil - veil: Minor fixes for cleanup before producing dist target

2008-07-31 Thread User Bloodnok
Log Message: --- Minor fixes for cleanup before producing dist target Modified Files: -- veil: GNUmakefile.in (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/GNUmakefile.in.diff?r1=1.4&r2=1.5) veil/docs: Doxyfile (r1.16 ->

[COMMITTERS] veil - veil: Fixes for use of pkglibdir

2008-07-31 Thread User Bloodnok
Log Message: --- Fixes for use of pkglibdir Modified Files: -- veil: Makefile.global.in (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/Makefile.global.in.diff?r1=1.4&r2=1.5) configure.ac (r1.5 -> r1.6) (http://cvs.pgf

[COMMITTERS] veil - veil: Improvements to the build system.

2008-07-31 Thread User Bloodnok
Log Message: --- Improvements to the build system. Configure now works with no params on Debian. The dependency files are now correct. And we can now build in the src directory or from the top-level directory. All looks good. Modified Files: -- veil: COPYRIGHT (

[COMMITTERS] veil - veil: Documentation updates, and improved logging in

2008-07-31 Thread User Bloodnok
Log Message: --- Documentation updates, and improved logging in veil_perform_reset Modified Files: -- veil/docs: Doxyfile (r1.13 -> r1.14) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/docs/Doxyfile.diff?r1=1.13&r2=1.14) veil/src: GNUma

[COMMITTERS] veil - veil: Ensure no crashes will null parameter to deserialise.

2008-07-30 Thread User Bloodnok
Log Message: --- Ensure no crashes will null parameter to deserialise. It seems that from plpgsql even with the function defined strict, a call with null is possible. Modified Files: -- veil/src: veil_interface.c (r1.10 -> r1.11) (http://cvs.pgfoundry.org/

[COMMITTERS] veil - veil: Fixes for properly handling nulls in veil interface

2008-07-30 Thread User Bloodnok
Log Message: --- Fixes for properly handling nulls in veil interface functions. Modified Files: -- veil/docs: Doxyfile (r1.12 -> r1.13) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/docs/Doxyfile.diff?r1=1.12&r2=1.13) veil/src: veil_int

[COMMITTERS] veil - veil: Updates for the serialisation interfaces for veil

2008-07-10 Thread User Bloodnok
Log Message: --- Updates for the serialisation interfaces for veil Modified Files: -- veil/src: veil_bitmap.c (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/src/veil_bitmap.c.diff?r1=1.5&r2=1.6) veil_interface.c (r1.8 -> r1.9)

[COMMITTERS] veil - veil: Initial release of changes for serialisation.

2008-07-04 Thread User Bloodnok
Log Message: --- Initial release of changes for serialisation. All session variables are now serialisable. Still need to do serialisation of the session as a whole. Also comments are needed but regression tests look good. Modified Files: -- veil/demo: funcs.sql

[COMMITTERS] veil - veil: Attempted fix for generating diagrams, and general updates

2008-03-28 Thread User Bloodnok
Log Message: --- Attempted fix for generating diagrams, and general updates to file for new versions of Doxygen Modified Files: -- veil/docs: Doxyfile (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/docs/Doxyfile.diff?r1=1.10&r2=1.1

[COMMITTERS] veil - veil: Updates for 0.9.6

2008-02-06 Thread User Bloodnok
Log Message: --- Updates for 0.9.6 Modified Files: -- veil/docs: Doxyfile (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/docs/Doxyfile.diff?r1=1.9&r2=1.10) Doxyfile.in (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin

[COMMITTERS] veil - veil: Fix for changes forecast

2007-07-31 Thread User Bloodnok
Log Message: --- Fix for changes forecast Modified Files: -- veil/docs: Doxyfile (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/docs/Doxyfile.diff?r1=1.8&r2=1.9) veil/src: veil_mainpage.c.in (r1.7 -> r1.8) (http:/

[COMMITTERS] veil - veil: Changes for version 0.9.5.

2007-07-31 Thread User Bloodnok
Log Message: --- Changes for version 0.9.5. Primarily this is a bug fix release for the malloc bug in allocation of bitmap refs. Typos and revision notes Modified Files: -- veil: GNUmakefile.in (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/

[COMMITTERS] veil - veil: Changes for Veil 0.9.3

2006-10-31 Thread User Bloodnok
Log Message: --- Changes for Veil 0.9.3 Modified Files: -- veil/docs: Doxyfile (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/docs/Doxyfile.diff?r1=1.6&r2=1.7) veil/makefiles: Makefile.darwin (r1.1.1.1 -> r1.2) (h

[COMMITTERS] veil - veil: New and modified files for Veil version 0.9.2 Alpha

2006-10-04 Thread User Bloodnok
Log Message: --- New and modified files for Veil version 0.9.2 Alpha Modified Files: -- veil: COPYRIGHT (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/COPYRIGHT.diff?r1=1.1.1.1&r2=1.2) GNUmakefile.in (r1.1.1.1 -> r1.2)

[COMMITTERS] veil - veil: Minor documentation fixes.

2006-07-04 Thread User Bloodnok
Log Message: --- Minor documentation fixes. Configure fixes. Fix for bug in veil_perform_reset where the veil_init call is working on the wrong (old rather than new) context. Additional regression tests to check for this bug. Version changed to 0.9.1 Alpha Modified Files: ---

[COMMITTERS] veil - veil: Demo installation updates.

2005-10-13 Thread User Bloodnok
Log Message: --- Demo installation updates. Documentation updates for installation procedures. Modified Files: -- veil/demo: GNUmakefile (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/demo/GNUmakefile.diff?r1=1.1.1.1&r2=1.2)

[COMMITTERS] veil - veil: Documentation fixes for installation instructions.

2005-10-12 Thread User Bloodnok
Log Message: --- Documentation fixes for installation instructions. Fixes for use of LWLocks in different Postgres versions. Modified Files: -- veil/docs: Doxyfile (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/docs/Doxyfile.diff?r1=1

[COMMITTERS] veil - veil: Documentation, header and version updates for 0.9 Alpha

2005-10-04 Thread User Bloodnok
Log Message: --- Documentation, header and version updates for 0.9 Alpha Modified Files: -- veil/docs: Doxyfile (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/docs/Doxyfile.diff?r1=1.1.1.1&r2=1.2) veil/src: veil_bitmap

[COMMITTERS] veil - veil: Imported Sources

2005-10-04 Thread User Bloodnok
Update of /cvsroot/veil/veil In directory pgfoundry.org:/home/pgfoundry.org/bloodnok/veil Log Message: Initial import Status: Vendor Tag: veil Release Tags: Initial N veil/configure.ac N veil/GNUmakefile.in N veil/aclocal.m4 N veil/Makefile.global.in N veil/LICENSE N veil/