postgresql/src/backend/executor
Tom Lane 414f94f262 Change plpgsql's GET DIAGNOSTICS statement to use SQL99-compatible
syntax.  Fix the RESULT_OID case, which never worked.  Add documentation.
2001-02-19 19:49:53 +00:00
..
_deadcode Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
execAmi.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
execFlatten.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
execJunk.c Clean up handling of tuple descriptors so that result-tuple descriptors 2001-01-29 00:39:20 +00:00
execMain.c Clean up handling of tuple descriptors so that result-tuple descriptors 2001-01-29 00:39:20 +00:00
execProcnode.c Clean up handling of tuple descriptors so that result-tuple descriptors 2001-01-29 00:39:20 +00:00
execQual.c Clean up handling of tuple descriptors so that result-tuple descriptors 2001-01-29 00:39:20 +00:00
execScan.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
execTuples.c Clean up handling of tuple descriptors so that result-tuple descriptors 2001-01-29 00:39:20 +00:00
execUtils.c Clean up handling of tuple descriptors so that result-tuple descriptors 2001-01-29 00:39:20 +00:00
functions.c Clean up handling of tuple descriptors so that result-tuple descriptors 2001-01-29 00:39:20 +00:00
Makefile Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in 2000-10-26 21:38:24 +00:00
nodeAgg.c Clean up two rather nasty bugs in operator selection code. 2001-02-16 03:16:58 +00:00
nodeAppend.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
nodeGroup.c Clean up two rather nasty bugs in operator selection code. 2001-02-16 03:16:58 +00:00
nodeHash.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
nodeHashjoin.c Clean up handling of tuple descriptors so that result-tuple descriptors 2001-01-29 00:39:20 +00:00
nodeIndexscan.c Clean up handling of tuple descriptors so that result-tuple descriptors 2001-01-29 00:39:20 +00:00
nodeLimit.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
nodeMaterial.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
nodeMergejoin.c Clean up handling of tuple descriptors so that result-tuple descriptors 2001-01-29 00:39:20 +00:00
nodeNestloop.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
nodeResult.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
nodeSeqscan.c Clean up handling of tuple descriptors so that result-tuple descriptors 2001-01-29 00:39:20 +00:00
nodeSetOp.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
nodeSort.c Clean up handling of tuple descriptors so that result-tuple descriptors 2001-01-29 00:39:20 +00:00
nodeSubplan.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
nodeSubqueryscan.c Clean up handling of tuple descriptors so that result-tuple descriptors 2001-01-29 00:39:20 +00:00
nodeTidscan.c Clean up handling of tuple descriptors so that result-tuple descriptors 2001-01-29 00:39:20 +00:00
nodeUnique.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
spi.c Change plpgsql's GET DIAGNOSTICS statement to use SQL99-compatible 2001-02-19 19:49:53 +00:00