aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/xfunc.sgml
Commit message (Expand)AuthorAge
* Clarify STABLE function documentation to highlight how such functionsBruce Momjian2006-01-19
* 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
* More updates and copy-editing. Rearrange order of sections a little bitTom Lane2004-12-30
* Spell checker runPeter Eisentraut2004-12-13
* Replace "--" and "---" with "&mdash;" as appropriate, for better-lookingNeil Conway2004-11-15
* Some editorializing on the docs for the dollar-quoting feature: fixTom Lane2004-09-20
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-13
* Various minor improvements to the SGML documentation: fix some incorrectNeil Conway2004-08-24
* PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, withPeter Eisentraut2004-07-30
* Add documentation for the new "dollar quoting" feature, and update existingNeil Conway2004-05-16
* Implement the width_bucket() function, per SQL2003. This commit only addsNeil Conway2004-05-14
* Promote row expressions to full-fledged citizens of the expression syntax,Tom Lane2004-05-10
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-01
* Refer to GUC variables using <xref> tags rather than <varname> tags,Neil Conway2004-03-09
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Documentation cleanupPeter Eisentraut2003-11-12
* Spell checking, consistent terminology.Peter Eisentraut2003-11-01
* Move docs about index cost estimation functions and writing a proceduralTom Lane2003-10-22
* Update obsolete examples of error messages; various other minor editing.Tom Lane2003-09-12
* This patch fixes a few missed GUC variables that were still upper case,Bruce Momjian2003-09-11
* Add/edit index entries.Peter Eisentraut2003-08-31
* Make various links point to specific places instead of entire partsTom Lane2003-08-10
* Update docs for 7.4 array features and polymorphic functions.Tom Lane2003-08-09
* Error message editing in backend/utils (except /adt).Tom Lane2003-07-25
* Revise hash join and hash aggregation code to use the same datatype-Tom Lane2003-06-22
* Adopt latest bison's spelling of 'syntax error' rather than 'parse error'Tom Lane2003-05-29
* In an effort to reduce the total number of chapters, combine the smallPeter Eisentraut2003-04-10
* Merge documentation into one book. (Build with "make html".) ReplacePeter Eisentraut2003-03-25
* This patch makes the following changes to the documentation:Bruce Momjian2003-02-19
* This patch includes a lot of minor cleanups to the SGML documentation,Bruce Momjian2003-01-19
* Add dash to:Bruce Momjian2003-01-17
* SGML improvements.Bruce Momjian2002-11-15
* Add more appropriate markup.Peter Eisentraut2002-09-21
* plpgsql functions can return RECORD, per Neil Conway.Tom Lane2002-09-01
* PL/pgSQL functions can return sets. Neil Conway's patch, modified soTom Lane2002-08-30