postgresql/src/bin/scripts
Tom Lane 9048b73184 Implement the DO statement to support execution of PL code without having
to create a function for it.

Procedural languages now have an additional entry point, namely a function
to execute an inline code block.  This seemed a better design than trying
to hide the transient-ness of the code from the PL.  As of this patch, only
plpgsql has an inline handler, but probably people will soon write handlers
for the other standard PLs.

In passing, remove the long-dead LANCOMPILER option of CREATE LANGUAGE.

Petr Jelinek
2009-09-22 23:43:43 +00:00
..
po Translation updates for 8.4 release. 2009-06-26 19:33:52 +00:00
clusterdb.c
common.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
common.h Remove a boatload of useless definitions of 'int optreset'. If we 2009-04-05 04:19:59 +00:00
createdb.c Rename the new CREATE DATABASE options to set collation and ctype into 2009-04-06 08:42:53 +00:00
createlang.c
createuser.c Final removal of -q options, which haven't done anything since 8.3 and 2009-02-26 16:20:55 +00:00
dropdb.c Final removal of -q options, which haven't done anything since 8.3 and 2009-02-26 16:20:55 +00:00
droplang.c Implement the DO statement to support execution of PL code without having 2009-09-22 23:43:43 +00:00
dropuser.c Final removal of -q options, which haven't done anything since 8.3 and 2009-02-26 16:20:55 +00:00
Makefile Update of install-sh, mkinstalldirs, and associated configury 2009-08-26 22:24:44 +00:00
nls.mk Translation updates for 8.4 release. 2009-06-26 19:33:52 +00:00
reindexdb.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
vacuumdb.c In VACUUM, FREEZE must be before ANALYZE; fix this in vacuumdb. Docs 2009-04-28 02:37:09 +00:00