postgresql/src/pl
Peter Eisentraut 70d6226e4f Use portal pinning in PL/Perl and PL/Python
PL/pgSQL "pins" internally generated portals so that user code cannot
close them by guessing their names.  Add this functionality to PL/Perl
and PL/Python as well, preventing users from manually closing cursors
created by spi_query and plpy.cursor, respectively.  (PL/Tcl does not
currently offer any cursor functionality.)
2018-01-10 17:10:32 -05:00
..
plperl Use portal pinning in PL/Perl and PL/Python 2018-01-10 17:10:32 -05:00
plpgsql Revert "Move portal pinning from PL/pgSQL to SPI" 2018-01-10 16:01:17 -05:00
plpython Use portal pinning in PL/Perl and PL/Python 2018-01-10 17:10:32 -05:00
tcl Update copyright for 2018 2018-01-02 23:30:12 -05:00
Makefile Make distprep and *clean build targets recurse into all subdirectories. 2011-07-03 13:55:12 -04:00