aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/xfunc.sgml
Commit message (Expand)AuthorAge
* Fix indexterm spellingPeter Eisentraut2010-08-06
* Fix longstanding typo in V1 calling conventions documentation.Robert Haas2010-05-16
* Make LOAD of an already-loaded library into a no-op, instead of attemptingTom Lane2009-09-03
* Improve documentation about function volatility: mention the snapshotTom Lane2009-05-27
* Proofreading adjustments for first two parts of documentation (TutorialBruce Momjian2009-04-27
* Code review for function default parameters patch. Fix numerous problems asTom Lane2008-12-18
* Desultorily enclose programlisting tags in CDATA, to get rid of some obnoxiousAlvaro Herrera2008-12-07
* Default values for function argumentsPeter Eisentraut2008-12-04
* Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETETom Lane2008-10-31
* Implement SQL-spec RETURNS TABLE syntax for functions.Tom Lane2008-07-18
* Support "variadic" functions, which can accept a variable number of argumentsTom Lane2008-07-16
* Add an example of a SQL function with output parameters returningTom Lane2007-11-10
* Fix PGXS conventions so that extensions can be built against PostgresTom Lane2007-06-26
* Fix up text concatenation so that it accepts all the reasonable cases thatTom Lane2007-06-06
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-02
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-27
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-01
* Consistenly use colons before '<programlisting>' blocks, whereBruce Momjian2007-02-01
* Update documentation on may/can/might:Bruce Momjian2007-01-31
* Update documentation for backslashes to mention escape string syntaxBruce Momjian2007-01-30
* Remove unneeded tab in file.Bruce Momjian2006-12-15
* More minor SGML improvements for xfunc.sgml, including making someNeil Conway2006-11-23
* Fix a typo in recent xfunc addition, do some routine SGML police work.Neil Conway2006-11-23
* Shared Memory Hooks DocumentationBruce Momjian2006-11-23
* Remove emacs info from footer of SGML files.Bruce Momjian2006-09-16
* Add a feature for automatic initialization and finalization of dynamicallyTom Lane2006-08-08
* Make PG_MODULE_MAGIC required in shared libraries that are loaded intoTom Lane2006-05-31
* Code review for magic-block patch. Remove separate header file pgmagic.h,Tom Lane2006-05-30
* Add pgmagic header block to store compile-time constants:Bruce Momjian2006-05-30
* Removes or minimizes some documentation mentions of backwardBruce Momjian2006-04-23
* Make $PostgreSQL CVS tags consistent for SGML files.Bruce Momjian2006-03-10
* Clarify STABLE function documentation to highlight how such functionsBruce Momjian2006-01-19
* Document PGXS' REGRESS feature.Alvaro Herrera2005-11-29
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-17
* Fix assorted typos in the documentation, and use American spellingNeil Conway2005-10-15
* Merge some user-submitted suggestions for improvement into theNeil Conway2005-10-15
* fix nonsensical summary row on exampleAndrew Dunstan2005-10-14
* Various documentation improvements. Add a lot of index entries forNeil Conway2005-09-14
* Document get_call_result_type() and friends; mark TypeGetTupleDesc()Tom Lane2005-05-30
* First phase of OUT-parameters project. We can now define and use SQLTom Lane2005-03-31
* Revise TupleTableSlot code to avoid unnecessary construction and disassemblyTom Lane2005-03-16
* Adjust the API for aggregate function calls so that a C-coded functionTom Lane2005-03-12
* Fix two typos, per report from Hashem Masoud.Neil Conway2005-02-21
* More < and > cleanups converted to ampersands.Bruce Momjian2005-01-22
* Change -> and <- to use proper ampersand markups.Bruce Momjian2005-01-22
* Add index entries for function volatilities.Kris Jurka2005-01-14
* Some more small improvements in response to 7.4 interactive docs comments.Tom Lane2005-01-08
* Add a tip showing how functions on composite types can be used toTom Lane2005-01-07
* Improve discussion of SQL functions taking/returning row types.Tom Lane2005-01-07
* More minor updates and copy-editing.Tom Lane2004-12-30