[COMMITTERS] postbio - postbio: Removed README.

2010-11-29 Thread User Carvalho
Log Message: --- Removed README. Removed Files: - postbio: README (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/postbio/postbio/README) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://

[COMMITTERS] postbio - postbio: Updated documentation and stree functions, fixed bug

2010-11-29 Thread User Carvalho
Log Message: --- Updated documentation and stree functions, fixed bug in int_interval, added FMindex. Modified Files: -- postbio: Makefile (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/postbio/postbio/Makefile?r1=1.6&r2=1.7) intinterv

[COMMITTERS] postbio - postbio: New Directory

2010-11-29 Thread User Carvalho
Update of /cvsroot/postbio/postbio/fmindexV2 In directory pgfoundry.org:/tmp/cvs-serv75223/fmindexV2 Log Message: Directory /cvsroot/postbio/postbio/fmindexV2 added to the repository -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription

[COMMITTERS] postbio - postbio: Changes to stree/space.c for clean compilation on

2009-09-20 Thread User Carvalho
Log Message: --- Changes to stree/space.c for clean compilation on WIN32. Modified Files: -- postbio/stree: space.c (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/postbio/postbio/stree/space.c?r1=1.1&r2=1.2) -- Sent via pgsql-committers maili

[COMMITTERS] pllua - pllua: Minor changes to Makefile for "Lua for Windows".

2009-09-20 Thread User Carvalho
Log Message: --- Minor changes to Makefile for "Lua for Windows". Modified Files: -- pllua: Makefile (r1.11 -> r1.12) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/Makefile?r1=1.11&r2=1.12) -- Sent via pgsql-committers mailing list (pgsql-commi

[COMMITTERS] pllua - pllua: Last minute bug fix.

2009-09-19 Thread User Carvalho
Log Message: --- Last minute bug fix. Modified Files: -- pllua: plluaapi.c (r1.19 -> r1.20) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/plluaapi.c?r1=1.19&r2=1.20) -- Sent via pgsql-committers mailing list ([email protected]) To

[COMMITTERS] postbio - postbio: Changes: - Modified function and index names for

2009-09-19 Thread User Carvalho
Log Message: --- Changes: - Modified function and index names for int_interval to avoid conflict with other packages; - Added receive and send methods for int_interval type; - stree type is now a "regular" varlena type; - Added receive and send methods for stree type. Modified Files:

[COMMITTERS] pllua - pllua: Small changes for compatibility with PostgreSQL 8.4.

2009-09-19 Thread User Carvalho
Log Message: --- Small changes for compatibility with PostgreSQL 8.4. Modified Files: -- pllua: Makefile (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/Makefile?r1=1.10&r2=1.11) pllua.h (r1.16 -> r1.17) (http://cv

[COMMITTERS] pllua - pllua: Bug fix on luaP_totuple, added _PLVERSION

2008-03-31 Thread User Carvalho
Log Message: --- Bug fix on luaP_totuple, added _PLVERSION Modified Files: -- pllua: pllua.h (r1.15 -> r1.16) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/pllua.h.diff?r1=1.15&r2=1.16) plluaapi.c (r1.17 -> r1.18) (http://cvs.pgf

[COMMITTERS] pllua - pllua: Minor fix.

2008-03-29 Thread User Carvalho
Log Message: --- Minor fix. Modified Files: -- pllua: Makefile (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/Makefile.diff?r1=1.9&r2=1.10) -- Sent via pgsql-committers mailing list ([email protected]) To make chang

[COMMITTERS] pllua - pllua: Minor typos.

2008-03-29 Thread User Carvalho
Log Message: --- Minor typos. Modified Files: -- pllua/docs: index.html (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/docs/index.html.diff?r1=1.3&r2=1.4) -- Sent via pgsql-committers mailing list ([email protected])

[COMMITTERS] pllua - pllua: Added documentation for server.rows and plan:rows.

2008-03-29 Thread User Carvalho
Log Message: --- Added documentation for server.rows and plan:rows. Modified Files: -- pllua/docs: index.html (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/docs/index.html.diff?r1=1.2&r2=1.3) -- Sent via pgsql-committers mailing

[COMMITTERS] pllua - pllua: Added plan:rows(), luaP_todatum now accepts tuple when

2008-03-29 Thread User Carvalho
Log Message: --- Added plan:rows(), luaP_todatum now accepts tuple when type is complex. Modified Files: -- pllua: pllua.h (r1.14 -> r1.15) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/pllua.h.diff?r1=1.14&r2=1.15) plluaapi.c (r1.16 -> r

[COMMITTERS] pllua - pllua: Modified raw datum to carry datum instead of datum

2008-03-28 Thread User Carvalho
Log Message: --- Modified raw datum to carry datum instead of datum pointer, added memory context for PL/Lua, and added server.rows. Modified Files: -- pllua: pllua.c (r1.14 -> r1.15) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/pllua.c.diff?r1

[COMMITTERS] pllua - pllua: Added raw datum support, "fromstring" function, and type

2008-03-25 Thread User Carvalho
Log Message: --- Added raw datum support, "fromstring" function, and type caching. Updated docs. A few small bug fixes. Modified Files: -- pllua: pllua.c (r1.13 -> r1.14) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/pllua.c.diff?r1=1.13&r2=1.14

[COMMITTERS] pllua - pllua: Added regression tests, row stamp for functions, and

2008-02-24 Thread User Carvalho
Log Message: --- Added regression tests, row stamp for functions, and generic I/O interface. Modified Files: -- pllua: Makefile (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/Makefile.diff?r1=1.8&r2=1.9) pllua.h (r1.11 -> r

[COMMITTERS] pllua - pllua: New Directory

2008-02-24 Thread User Carvalho
Update of /cvsroot/pllua/pllua/expected In directory pgfoundry.org:/tmp/cvs-serv90277/expected Log Message: Directory /cvsroot/pllua/pllua/expected added to the repository ---(end of broadcast)--- TIP 4: Have you searched our list archives?

[COMMITTERS] pllua - pllua: New Directory

2008-02-24 Thread User Carvalho
Update of /cvsroot/pllua/pllua/sql In directory pgfoundry.org:/tmp/cvs-serv90251/sql Log Message: Directory /cvsroot/pllua/pllua/sql added to the repository ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ? http://

[COMMITTERS] poststat - poststat: Added support for PostgreSQL 8.3.

2008-02-07 Thread User Carvalho
Log Message: --- Added support for PostgreSQL 8.3. Modified Files: -- poststat: poststat.c (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/poststat/poststat/poststat.c.diff?r1=1.1&r2=1.2) ---(end of broadcast)---

[COMMITTERS] postbio - postbio: Added support for 8.3.

2008-02-07 Thread User Carvalho
Log Message: --- Added support for 8.3. Modified Files: -- postbio: interval.c (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/postbio/postbio/interval.c.diff?r1=1.3&r2=1.4) postbio.c (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi

[COMMITTERS] pllua - pllua: Added support for PostgreSQL 8.3.

2008-02-07 Thread User Carvalho
Log Message: --- Added support for PostgreSQL 8.3. Modified Files: -- pllua: pllua.c (r1.12 -> r1.13) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/pllua.c.diff?r1=1.12&r2=1.13) plluaapi.c (r1.12 -> r1.13) (http://cvs.pgfoundry.o

[COMMITTERS] postbio - postbio: New, more portable build system.

2008-01-14 Thread User Carvalho
Log Message: --- New, more portable build system. Modified Files: -- postbio: Makefile (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/postbio/postbio/Makefile.diff?r1=1.4&r2=1.5) postbio.sql.in (r1.2 -> r1.3) (http://cvs.pgfoun

[COMMITTERS] pllua - pllua: Added LUAINC and LUALIB for some known platforms.

2008-01-14 Thread User Carvalho
Log Message: --- Added LUAINC and LUALIB for some known platforms. Modified Files: -- pllua: Makefile (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/Makefile.diff?r1=1.7&r2=1.8) ---(end of broadcast)

[COMMITTERS] pllua - pllua: Replaced pllua.source.

2008-01-14 Thread User Carvalho
Log Message: --- Replaced pllua.source. Added Files: --- pllua: pllua.sql.in (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/pllua.sql.in?rev=1.1&content-type=text/x-cvsweb-markup) ---(end of broadcast)--

[COMMITTERS] pllua - pllua: Minor changes for new build system.

2008-01-14 Thread User Carvalho
Log Message: --- Minor changes for new build system. Modified Files: -- pllua: Makefile (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/Makefile.diff?r1=1.6&r2=1.7) pllua.c (r1.11 -> r1.12) (http://cvs.pgfoundry.org/

[COMMITTERS] pllua - pllua: - Keep package table in pllua - Added pllua_validator -

2008-01-09 Thread User Carvalho
Log Message: --- - Keep package table in pllua - Added pllua_validator - trigger.old now holds old row in upvalue before row operation triggers - Improved Makefile - pllua.init table is now optional - Use '...' as argument if any argname is missing in function declarations. Modified Files: