Commit Graph

86 Commits (ac317a8474e7c2e2c67ee37f8cb1a6511eb662d9)

Author SHA1 Message Date
Tom Lane ac317a8474 Fix erroneous handling of shared dependencies (ie dependencies on roles) 16 years ago
Tom Lane 57710f39cc Make LOAD of an already-loaded library into a no-op, instead of attempting 17 years ago
Tom Lane 26ce4e85a1 Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it, 17 years ago
Tom Lane 517ae4039e Code review for function default parameters patch. Fix numerous problems as 17 years ago
Peter Eisentraut 455dffbb73 Default values for function arguments 17 years ago
Peter Eisentraut d129255077 Set SQL man pages to be section 7 by default, and only transform them to 17 years ago
Tom Lane 69a785b8bf Implement SQL-spec RETURNS TABLE syntax for functions. 18 years ago
Tom Lane d89737d31c Support "variadic" functions, which can accept a variable number of arguments 18 years ago
Tom Lane 82a47982f3 Arrange for SET LOCAL's effects to persist until the end of the current top 19 years ago
Tom Lane e7889b83b7 Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE. 19 years ago
Tom Lane 2abae34a2e Implement function-local GUC parameter settings, as per recent discussion. 19 years ago
Neil Conway 24236db193 Fix newly-introduced documentation typo. 19 years ago
Tom Lane aa27977fe2 Support explicit placement of the temporary-table schema within search_path. 19 years ago
Bruce Momjian 8b4ff8b6a1 Wording cleanup for error messages. Also change can't -> cannot. 19 years ago
Bruce Momjian e81c138e18 Update reference documentation on may/can/might: 19 years ago
Tom Lane 5a7471c307 Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc 19 years ago
Tom Lane 2c2faa17f2 Emphasize that immutable and stable functions are not allowed to modify 19 years ago
Tom Lane 17a814ca02 Mention 'void' as the proper return type when there's nothing to 19 years ago
Bruce Momjian 32cebaecff Remove emacs info from footer of SGML files. 20 years ago
Tom Lane b524cb36ac Make an editorial pass over the reference pages. 20 years ago
Neil Conway c3f1b0f4dd This doc patch replaces all inappropriate references to SQL:1999 when it 21 years ago
Tom Lane 47888fe842 First phase of OUT-parameters project. We can now define and use SQL 21 years ago
Tom Lane 4e94ea9fc9 More minor updates and copy-editing. 21 years ago
Peter Eisentraut 49cbef7947 Update of conformance information to SQL:2003 21 years ago
Neil Conway 3738510c2c Remove more traces of libpgtcl from the source tree. Also, make some 22 years ago
Tom Lane 2f48836b1f Some editorializing on the docs for the dollar-quoting feature: fix 22 years ago
Neil Conway 42c0d1f3cd Minor doc tweak: mention that function names can be optionally schema- 22 years ago
Tom Lane b2c4071299 Redesign query-snapshot timing so that volatile functions in READ COMMITTED 22 years ago
Bruce Momjian cf9fd800ec Example for create function using argument names 22 years ago
Dennis Bjorklund d0f1b4c4fb Add argument name to syntax. 22 years ago
Neil Conway 8295c27c89 Add documentation for the new "dollar quoting" feature, and update existing 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Peter Eisentraut 934c21344c Documentation cleanup 22 years ago
Bruce Momjian eb1c22c39d Add mention of quotes on function body to NOTES section. 22 years ago
Bruce Momjian 2a5b6a7c9b This patch fixes a few missed GUC variables that were still upper case, 23 years ago
Bruce Momjian 73cfa77edd This patch fixes a trivial typo in the CREATE FUNCTION ref page. 23 years ago
Tom Lane d4019b7cd3 Remove a bunch of content-free Diagnostics sections, as per previous 23 years ago
Peter Eisentraut c326d8f4f2 Add/edit index entries. 23 years ago
Peter Eisentraut b256f24264 First batch of object rename commands. 23 years ago
Peter Eisentraut 3450fd08a9 More editing of reference pages. 23 years ago
Peter Eisentraut 5e5c5cd31a Merge documentation into one book. (Build with "make html".) Replace 23 years ago
Bruce Momjian 7d1d7200a0 Minor doc patch: create function 23 years ago
Bruce Momjian be2b660ecd This patch includes a lot of minor cleanups to the SGML documentation, 23 years ago
Peter Eisentraut bc49968764 Add more appropriate markup. 24 years ago
Tom Lane b663f3443b Add a bunch of pseudo-types to replace the behavior formerly associated 24 years ago
Peter Eisentraut 739adf32ee Remove unused system table columns: 24 years ago
Peter Eisentraut 97377048b4 pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus 24 years ago
Peter Eisentraut e8ac187c68 Allow functions to be executed with the privileges of the function owner. 24 years ago
Peter Eisentraut 94bdc4855c Extend syntax of CREATE FUNCTION to resemble SQL99. 24 years ago
Tom Lane 0c1fe3d2b9 Update SQL-command reference pages for schema features. 24 years ago