postgresql/src/pl/plpython
Peter Eisentraut 0f48e06751 PL/Python: Improve documentation of nrows() method
Clarify that nrows() is the number of rows processed, versus the
number of rows returned, which can be obtained using len.  Also add
tests about that.
2012-04-16 11:30:32 +03:00
..
expected PL/Python: Improve documentation of nrows() method 2012-04-16 11:30:32 +03:00
po Translation updates 2011-08-17 14:07:46 +03:00
sql PL/Python: Improve documentation of nrows() method 2012-04-16 11:30:32 +03:00
.gitignore PL/Python custom SPI exceptions 2011-02-28 18:41:10 +02:00
generate-spiexceptions.pl Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
Makefile Run "make all" as a prerequisite of "make check" 2011-12-27 20:27:24 +02:00
nls.mk Split plpython.c into smaller pieces 2011-12-18 21:24:00 +02:00
plpy_cursorobject.c Create a stack of pl/python "execution contexts". 2012-03-13 13:19:06 -04:00
plpy_cursorobject.h PL/Python: Add argument names to function declarations 2011-12-29 22:55:49 +02:00
plpy_elog.c Patch some corner-case bugs in pl/python. 2012-03-13 15:26:32 -04:00
plpy_elog.h PL/Python: Add argument names to function declarations 2011-12-29 22:55:49 +02:00
plpy_exec.c Create a stack of pl/python "execution contexts". 2012-03-13 13:19:06 -04:00
plpy_exec.h PL/Python: Add argument names to function declarations 2011-12-29 22:55:49 +02:00
plpy_main.c Patch some corner-case bugs in pl/python. 2012-03-13 15:26:32 -04:00
plpy_main.h Create a stack of pl/python "execution contexts". 2012-03-13 13:19:06 -04:00
plpy_planobject.c PL/Python: Add argument names to function declarations 2011-12-29 22:55:49 +02:00
plpy_planobject.h PL/Python: Add argument names to function declarations 2011-12-29 22:55:49 +02:00
plpy_plpymodule.c Patch some corner-case bugs in pl/python. 2012-03-13 15:26:32 -04:00
plpy_plpymodule.h Split plpython.c into smaller pieces 2011-12-18 21:24:00 +02:00
plpy_procedure.c Create a stack of pl/python "execution contexts". 2012-03-13 13:19:06 -04:00
plpy_procedure.h Create a stack of pl/python "execution contexts". 2012-03-13 13:19:06 -04:00
plpy_resultobject.c PL/Python: Fix crash when colnames() etc. called without result set 2012-04-15 20:23:08 +03:00
plpy_resultobject.h PL/Python: Add result metadata functions 2012-01-30 21:38:52 +02:00
plpy_spi.c Patch some corner-case bugs in pl/python. 2012-03-13 15:26:32 -04:00
plpy_spi.h PL/Python: Add argument names to function declarations 2011-12-29 22:55:49 +02:00
plpy_subxactobject.c PL/Python: Add argument names to function declarations 2011-12-29 22:55:49 +02:00
plpy_subxactobject.h PL/Python: Add argument names to function declarations 2011-12-29 22:55:49 +02:00
plpy_typeio.c Patch some corner-case bugs in pl/python. 2012-03-13 15:26:32 -04:00
plpy_typeio.h PL/Python: Add argument names to function declarations 2011-12-29 22:55:49 +02:00
plpy_util.c Split plpython.c into smaller pieces 2011-12-18 21:24:00 +02:00
plpy_util.h PL/Python: Add argument names to function declarations 2011-12-29 22:55:49 +02:00
plpython.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
plpython2u--1.0.sql Put comments on the installable procedural languages. 2011-07-03 19:03:51 -04:00
plpython2u--unpackaged--1.0.sql Create extension infrastructure for the core procedural languages. 2011-03-04 21:51:14 -05:00
plpython2u.control Create extension infrastructure for the core procedural languages. 2011-03-04 21:51:14 -05:00
plpython3u--1.0.sql Put comments on the installable procedural languages. 2011-07-03 19:03:51 -04:00
plpython3u--unpackaged--1.0.sql Create extension infrastructure for the core procedural languages. 2011-03-04 21:51:14 -05:00
plpython3u.control Create extension infrastructure for the core procedural languages. 2011-03-04 21:51:14 -05:00
plpythonu--1.0.sql Put comments on the installable procedural languages. 2011-07-03 19:03:51 -04:00
plpythonu--unpackaged--1.0.sql Create extension infrastructure for the core procedural languages. 2011-03-04 21:51:14 -05:00
plpythonu.control Create extension infrastructure for the core procedural languages. 2011-03-04 21:51:14 -05:00