Commit Graph

121 Commits (ba63dbd9edc0d58e5f0891ead979674b1b45ad17)

Author SHA1 Message Date
Tom Lane ba63dbd9ed Upgrade documentation connected with shared_preload_libraries et al. 8 years ago
Peter Eisentraut 50c956add8 Remove createlang and droplang 9 years ago
Bruce Momjian 17fa3e834f doc: clarify that function "ownership" that controls permission 9 years ago
Tom Lane d8d32d9a56 Make UNKNOWN into an actual pseudo-type. 9 years ago
Tom Lane e775d35317 Doc: clarify description of CREATE/ALTER FUNCTION ... SET FROM CURRENT. 9 years ago
Tom Lane ce150e7e0f Improve documentation about search_path for SECURITY DEFINER functions. 9 years ago
Peter Eisentraut 122b99478a doc: Small wording change for clarity 9 years ago
Robert Haas 7aea8e4f2d Determine whether it's safe to attempt a parallel plan for a query. 10 years ago
Peter Eisentraut 103ef20211 doc: Spell checking 10 years ago
Joe Conway d6314b20cd Improve CREATE FUNCTION doc WRT to LEAKPROOF RLS interaction. 10 years ago
Peter Eisentraut cac7658205 Add transforms feature 11 years ago
Peter Eisentraut bb4eefe7bf doc: Improve DocBook XML validity 12 years ago
Bruce Momjian de4b6558be docs: improve CREATE FUNCTION docs about language case and quoting 12 years ago
Tom Lane 5d924f067c Clarify CREATE FUNCTION documentation about handling of typmods. 12 years ago
Peter Eisentraut 4c54e87a86 Further update CREATE FUNCTION documentation about argument names 12 years ago
Tom Lane c263f16a20 Update CREATE FUNCTION documentation about argument names. 13 years ago
Bruce Momjian 7c83619b50 doc: revert 80c20fcf3d and 13 years ago
Bruce Momjian 80c20fcf3d doc: split search_path index entries into separate secondaries 13 years ago
Peter Eisentraut 9e6df60619 doc: Update CREATE FUNCTION compatibility information 13 years ago
Peter Eisentraut a301eb99c9 doc: Improve search_path mentions in index 13 years ago
Peter Eisentraut 6b6633ad6c doc: Put pg_temp into documentation index 13 years ago
Robert Haas 73a4b994a6 Make CREATE/ALTER FUNCTION support NOT LEAKPROOF. 14 years ago
Robert Haas cd30728fb2 Allow LEAKPROOF functions for better performance of security views. 14 years ago
Peter Eisentraut 729205571e Add support for privileges on types 14 years ago
Peter Eisentraut 6ef2448796 Fix a whitespace issue with the man pages 14 years ago
Peter Eisentraut fc946c39ae Remove useless whitespace at end of lines 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Peter Eisentraut 6dcce3985b Remove unnecessary xref endterm attributes and title ids 16 years ago
Bruce Momjian 8b420770b3 Fix SGML markup. 16 years ago
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