Version: 2.0.10, Package name: postgresql-pllua-2.0.10 |
Maintained by: Jeremy Evans |
Master sites: |
Description PL/Lua is an implementation of Lua as a loadable procedural language for PostgreSQL: with PL/Lua you can use PostgreSQL functions and triggers written in the Lua programming language. PL/Lua brings the power and simplicity of Lua to PostgreSQL, including: small memory footprint, simple syntax, lexical scoping, functions as first-class values, and coroutines for non-preemptive threading. |
Filesize: 215.504 KB |
Version History (View Complete History) |
|
2021-10-12 12:50:17 by Stuart Henderson | Files touched by this commit (2) |
Log message: use GH_*, ok jeremy@ |
2021-02-10 08:53:11 by Jeremy Evans | Files touched by this commit (2) |
Log message: Update to pllua 2.0.7 The GitHub project changed from pllua/pllua-ng to pllua/pllua, so adjust for that. |
2021-02-09 13:03:12 by Jeremy Evans | Files touched by this commit (3) |
Log message: Update to pllua 2.0.6. Works with PostgreSQL 13. OK sthen@, danj@, pea@ |
2020-02-05 17:36:47 by Jeremy Evans | Files touched by this commit (4) |
Log message: Update to pllua 2.0.4 to work with PostgreSQL 12 |
2019-07-12 14:44:13 by Stuart Henderson | Files touched by this commit (877) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-02-18 22:10:51 by Jeremy Evans | Files touched by this commit (6) |
Log message: Update to pllua 1.1.0 Switch to using GitHub, using a release plus a couple post-release dist patches for PostgreSQL 11 support. OK ajacoutot@ |
2018-12-02 06:26:42 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: postgresql-server now properly depends on -main (client). Add a LIB_DEPENDS on postgresql-client where we have pq in WANTLIB. ok sthen@ |
2018-12-01 17:57:01 by Jeremy Evans | Files touched by this commit (1) |
Log message: Add a BDEP on databases/postgresql,-main, needed for pg_config Found the hard way by naddy@ |
2018-09-04 06:46:28 by Marc Espie | Files touched by this commit (918) |
Log message: convert to PKGSTEM |
2016-12-18 11:19:37 by Jeremy Evans | Files touched by this commit (1) |
Log message: Depend on PostgreSQL 9.6 OK pea@ landry@ |
2016-05-13 08:36:37 by Jeremy Evans | Files touched by this commit (2) |
Log message: Bump for PostgreSQL 9.4 -> 9.5 upgrade |
2016-03-18 14:49:28 by Christian Weisgerber | Files touched by this commit (27) |
Log message: remove SHARED_ONLY from simple lua ports |
2015-01-08 08:04:15 by Landry Breuil | Files touched by this commit (1) |
Log message: Bump RDEP to chase pgsql update. |