Commit Graph

92 Commits (d859b17f0f262c39d9e1041bab75d34e0559e7e5)

Author SHA1 Message Date
Bruce Momjian d859b17f0f Restructure CREATE FUNCTION "NOTES" section to be shorter; move items 16 years ago
Bruce Momjian d98039d896 Document that after triggers that need to see changed rows should not be 16 years ago
Tom Lane c5d644a867 Ooops, let's get the non-null vs null bit right ... 16 years ago
Tom Lane a9aad1b868 Document the behavior of STRICT VARIADIC functions. 16 years ago
Tom Lane 717fa274d1 Support use of function argument names to identify which actual arguments 16 years ago
Tom Lane d691cb9141 Fix erroneous handling of shared dependencies (ie dependencies on roles) 16 years ago
Peter Eisentraut f7e508a759 Make the placeholder naming in the synopses of the SQL help more consistent 16 years ago
Tom Lane 602a9ef5a7 Make LOAD of an already-loaded library into a no-op, instead of attempting 16 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. 17 years ago
Tom Lane d89737d31c Support "variadic" functions, which can accept a variable number of arguments 17 years ago
Tom Lane 82a47982f3 Arrange for SET LOCAL's effects to persist until the end of the current top 18 years ago
Tom Lane e7889b83b7 Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE. 18 years ago
Tom Lane 2abae34a2e Implement function-local GUC parameter settings, as per recent discussion. 18 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. 19 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 20 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 21 years ago
Tom Lane 2f48836b1f Some editorializing on the docs for the dollar-quoting feature: fix 21 years ago
Neil Conway 42c0d1f3cd Minor doc tweak: mention that function names can be optionally schema- 21 years ago
Tom Lane b2c4071299 Redesign query-snapshot timing so that volatile functions in READ COMMITTED 21 years ago
Bruce Momjian cf9fd800ec Example for create function using argument names 21 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, 22 years ago
Bruce Momjian 73cfa77edd This patch fixes a trivial typo in the CREATE FUNCTION ref page. 22 years ago
Tom Lane d4019b7cd3 Remove a bunch of content-free Diagnostics sections, as per previous 22 years ago
Peter Eisentraut c326d8f4f2 Add/edit index entries. 22 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. 23 years ago