13 Commits

Author SHA1 Message Date
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
espie
ea5a46ff5e fix typo in comment and bump 2017-05-29 14:37:53 +00:00
sthen
7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
jeremy
e3af1be940 Depend on PostgreSQL 9.6
OK pea@ landry@
2016-12-18 18:20:00 +00:00
sthen
532251a9b9 remove obsolete readme 2016-07-01 11:38:35 +00:00
jeremy
2cfd9b159d Bump for PostgreSQL 9.4 -> 9.5 upgrade 2016-05-13 14:36:37 +00:00
sthen
04f3146d4d chase more googlecode HOMEPAGEs 2016-01-26 13:10:40 +00:00
sthen
37b15ab3c4 update to postgresql-plv8 1.4.2 and add patches to fix with pgsql 9.4;
remove jeremy@ as maintainer per his request. ok jeremy@
2015-01-08 15:03:35 +00:00
jeremy
be345faceb Update RUN_DEPENDS after PostgreSQL 9.3 update.
OK pea@ (MAINTAINER), bulk testing by landry@
2013-10-15 02:19:18 +00:00
naddy
c2832a1290 move http://code.google.com, *.googlecode.com, and sites.google.com to https
suggested by bentley@
2013-08-07 21:31:12 +00:00
espie
3f680606a7 PERMIT_* / REGRESS->TEST sweep 2013-03-11 02:52:04 +00:00
jeremy
9857ee4378 Add postgresql-plv8 1.3.0
PLV8 is a shared library that provides a PostgreSQL procedual language
powered by V8 JavaScript Engine. With this program you can write in
JavaScript your function that is callable from SQL.

Supported features are:

* Functions can receive any arguments, and return a value or set of
  records.
* Execute any SQL commands with built-in plv8.execute() function.
* Automatic data conversion between PostgreSQL and JavaScript,
  including string, numbers, timestamps, arrays, and records.
* Records are converted to JSON which keys are column names.
* Other types are converted to strings.
* Partial support to write TRIGGER handlers.
* EXTENSION support.
* CoffeeScript and LiveScript support.

OK abieber@
2012-12-20 16:16:34 +00:00