postgresql/src/bin/psql
Tom Lane 6eb8d255d2 Allow CREATE FUNCTION's WITH clause to be used for all language types,
not just C, so that ISCACHABLE attribute can be specified for user-defined
functions.  Get rid of ParamString node type, which wasn't actually being
generated by gram.y anymore, even though define.c thought that was what
it was getting.  Clean up minor bug in dfmgr.c (premature heap_close).
1999-10-02 21:33:33 +00:00
..
Makefile.in Apply Win32 patch from Horak Daniel. 1999-01-17 06:20:06 +00:00
psql.c Additional long-query fixes from Mike Ansley and yours truly. 1999-09-06 23:30:53 +00:00
psqlHelp.h Allow CREATE FUNCTION's WITH clause to be used for all language types, 1999-10-02 21:33:33 +00:00
stringutils.c Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
stringutils.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
win32.mak > Here is a small patch that should only affect win32 building 1999-06-07 14:29:20 +00:00