pllua - pllua: - Keep package table in pllua - Added pllua_validator -

From: carvalho(at)pgfoundry(dot)org (User Carvalho)
To: pgsql-committers(at)postgresql(dot)org
Subject: pllua - pllua: - Keep package table in pllua - Added pllua_validator -
Date: 2008-01-09 17:56:19
Message-ID: 20080109175620.0850B17AD082@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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:
--------------
pllua:
Makefile (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/Makefile.diff?r1=1.5&r2=1.6)
pllua.c (r1.10 -> r1.11)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/pllua.c.diff?r1=1.10&r2=1.11)
pllua.h (r1.9 -> r1.10)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/pllua.h.diff?r1=1.9&r2=1.10)
plluaapi.c (r1.10 -> r1.11)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/plluaapi.c.diff?r1=1.10&r2=1.11)
plluaspi.c (r1.11 -> r1.12)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/plluaspi.c.diff?r1=1.11&r2=1.12)
plluau.c (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/plluau.c.diff?r1=1.3&r2=1.4)

Added Files:
-----------
pllua:
pllua.sql (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/pllua.sql?rev=1.1&content-type=text/x-cvsweb-markup)
pllua/docs:
index.html (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/docs/index.html?rev=1.1&content-type=text/x-cvsweb-markup)

Removed Files:
-------------
pllua:
pllua-test.sql
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/pllua-test.sql)
pllua.source
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/pllua.source)
pllua/docs:
manual.html
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/docs/manual.html)
style.css
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/docs/style.css)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-01-09 20:42:29 pgsql: Fix some planner issues found while investigating Kevin
Previous Message User Mkz 2008-01-09 13:42:47 pgbouncer - pgbouncer: suspend_timeout, to force suspend