postgresql/src/backend
Bruce Momjian 23a8b77d42 Here are two patches. The guc_and_tablefunc patch addresses the two
changes mentioned above, and also adds a new function to the tablefunc
API. The tablefunc API change adds the following function:

* Oid foidGetTypeId(Oid foid) - Get a function's typeid given the
* function Oid. Use this together with TypeGetTupleDesc() to get a
* TupleDesc which is derived from the function's declared return type.

In the next post I'll send the contrib/tablefunc patch, which
illustrates the usage of this new function. Also attached is a doc patch
for this change. The doc patch also adds a function that I failed to
document previously.

Joe Conway
2002-07-30 16:20:03 +00:00
..
access This patch fixes one serious bug (runaway INSERT) and a few rare (and 2002-07-30 16:08:33 +00:00
bootstrap oid is needed, it is added at the end of the struct (after the null 2002-07-20 05:16:59 +00:00
catalog Centralize code for interpreting schema references, which had gotten 2002-07-29 23:46:35 +00:00
commands Centralize code for interpreting schema references, which had gotten 2002-07-29 23:46:35 +00:00
executor Remove _deadcode. 2002-07-24 19:16:43 +00:00
lib Update copyright to 2002. 2002-06-20 20:29:54 +00:00
libpq Remove certain Makefile dependencies by using full pathnames in 2002-07-15 21:34:05 +00:00
main Update copyright to 2002. 2002-06-20 20:29:54 +00:00
nodes Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more 2002-07-29 22:14:11 +00:00
optimizer Remove _deadcode. 2002-07-24 19:16:43 +00:00
parser Centralize code for interpreting schema references, which had gotten 2002-07-29 23:46:35 +00:00
po Improve lexer's error reporting. You get the whole token mentioned now 2002-05-01 17:12:08 +00:00
port Assemble portability modules into libpgport library. 2002-07-27 20:10:05 +00:00
postmaster oid is needed, it is added at the end of the struct (after the null 2002-07-20 05:16:59 +00:00
regex Implement SQL99 OVERLAY(). Allows substitution of a substring in a string. 2002-06-11 15:44:38 +00:00
rewrite oid is needed, it is added at the end of the struct (after the null 2002-07-20 05:16:59 +00:00
storage Complete TODO item: 2002-07-19 00:17:40 +00:00
tcop Move alarm timers to proper location. 2002-07-30 05:35:53 +00:00
tioga Update copyright to 2002. 2002-06-20 20:29:54 +00:00
utils Here are two patches. The guc_and_tablefunc patch addresses the two 2002-07-30 16:20:03 +00:00
Makefile Assemble portability modules into libpgport library. 2002-07-27 20:10:05 +00:00