postgresql/src/include/commands
Tom Lane f622c54049 Allow DECLARE CURSOR to take parameters from the portal in which it is
executed.  Previously, the DECLARE would succeed but subsequent FETCHes
would fail since the parameter values supplied to DECLARE were not
propagated to the portal created for the cursor.
In support of this, add type Oids to ParamListInfo entries, which seems
like a good idea anyway since code that extracts a value can double-check
that it got the type of value it was expecting.
Oliver Jowett, with minor editorialization by Tom Lane.
2004-08-02 01:30:51 +00:00
..
alter.h Support renaming of tablespaces, and changing the owners of 2004-06-25 21:55:59 +00:00
async.h Nested transactions. There is still much left to do, especially on the 2004-07-01 00:52:04 +00:00
cluster.h ALTER TABLE SET TABLESPACE. Gavin Sherry, some rework by Tom Lane. 2004-07-11 23:13:58 +00:00
comment.h Fix some copyright notices that weren't updated. Improve copyright tool 2003-08-04 23:59:41 +00:00
conversioncmds.h Support renaming of tablespaces, and changing the owners of 2004-06-25 21:55:59 +00:00
copy.h make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
dbcommands.h Support renaming of tablespaces, and changing the owners of 2004-06-25 21:55:59 +00:00
defrem.h Support renaming of tablespaces, and changing the owners of 2004-06-25 21:55:59 +00:00
explain.h make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
lockcmds.h make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
portalcmds.h Allow DECLARE CURSOR to take parameters from the portal in which it is 2004-08-02 01:30:51 +00:00
prepare.h This patch makes the EXECUTE command's completion tag return the 2004-04-22 02:58:21 +00:00
proclang.h First batch of object rename commands. 2003-06-27 14:45:32 +00:00
schemacmds.h Support renaming of tablespaces, and changing the owners of 2004-06-25 21:55:59 +00:00
sequence.h make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
tablecmds.h Nested transactions. There is still much left to do, especially on the 2004-07-01 00:52:04 +00:00
tablespace.h Move TablespaceCreateDbspace() call into smgrcreate(), which is where it 2004-07-11 19:52:52 +00:00
trigger.h Nested transactions. There is still much left to do, especially on the 2004-07-01 00:52:04 +00:00
typecmds.h make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
user.h Fix subtransaction behavior for large objects, temp namespace, files, 2004-07-28 14:23:31 +00:00
vacuum.h Adjust our timezone library to use pg_time_t (typedef'd as int64) in 2004-06-03 02:08:07 +00:00
variable.h Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path 2004-01-19 19:04:40 +00:00
version.h make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
view.h make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00