OSDN Git Service

Add comments about the need to avoid uninitialized bits in datatype values.
[pg-rex/syncrep.git] / doc / src / sgml / xfunc.sgml
2011-04-27 Tom LaneAdd comments about the need to avoid uninitialized...
2011-03-25 Tom LaneDocument collation handling in SQL and plpgsql functions.
2011-03-11 Bruce MomjianIn docs, rename "backwards compatibility" to "backward...
2011-03-10 Bruce MomjianMore wording improvements for disallowed SQL function...
2011-03-10 Bruce MomjianImprove SQL function disallowed command wording.
2011-03-10 Bruce MomjianClarify what commands are not allowed in SQL functions.
2011-02-17 Bruce MomjianIn documentation example, use concat_values() instead...
2011-02-08 Tom LaneCore support for "extensions", which are packages of...
2011-02-01 Bruce MomjianProperly capitalize hyphenated words in documentation...
2011-01-26 Bruce MomjianUpdate contrib documention mentions to point to actual...
2010-11-07 Tom LanePrevent invoking I/O conversion casts via functional...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-06 Peter EisentrautFix indexterm spelling
2010-07-29 Peter EisentrautFix indentation of verbatim block elements
2010-07-26 Peter EisentrautAdd table creation and population to example
2010-07-25 Peter EisentrautAdd INSERT statement to example so that it can be repro...
2010-05-30 Tom LaneChange the notation for calling functions with named...
2010-05-16 Robert HaasInsert line breaks in two places in SQL functions docum...
2010-05-16 Robert HaasFix longstanding typo in V1 calling conventions documen...
2010-04-28 Tom LaneModify ShmemInitStruct and ShmemInitHash to throw error...
2010-04-03 Peter EisentrautRemove unnecessary xref endterm attributes and title ids
2010-01-04 Tom LaneImprove PGXS makefile system to allow the module's...
2009-12-10 Peter EisentrautAdd init[db] option to pg_ctl
2009-11-30 Peter EisentrautIn SRF example, move oldcontext variable definition...
2009-11-23 Peter EisentrautAdd PG_MODULE_MAGIC and some missing include files...
2009-10-08 Tom LaneSupport use of function argument names to identify...
2009-09-03 Tom LaneMake LOAD of an already-loaded library into a no-op...
2009-05-27 Tom LaneImprove documentation about function volatility: mentio...
2009-04-27 Bruce MomjianProofreading adjustments for first two parts of documen...
2008-12-18 Tom LaneCode review for function default parameters patch....
2008-12-07 Alvaro HerreraDesultorily enclose programlisting tags in CDATA, to...
2008-12-04 Peter EisentrautDefault values for function arguments
2008-10-31 Tom LaneAllow SQL-language functions to return the output of...
2008-07-18 Tom LaneImplement SQL-spec RETURNS TABLE syntax for functions.
2008-07-16 Tom LaneSupport "variadic" functions, which can accept a variab...
2007-11-10 Tom LaneAdd an example of a SQL function with output parameters...
2007-06-26 Tom LaneFix PGXS conventions so that extensions can be built...
2007-06-06 Tom LaneFix up text concatenation so that it accepts all the...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-02-01 Bruce MomjianConsistenly use colons before '<programlisting>' blocks...
2007-01-31 Bruce MomjianUpdate documentation on may/can/might:
2007-01-30 Bruce MomjianUpdate documentation for backslashes to mention escape...
2006-12-15 Bruce MomjianRemove unneeded tab in file.
2006-11-23 Neil ConwayMore minor SGML improvements for xfunc.sgml, including...
2006-11-23 Neil ConwayFix a typo in recent xfunc addition, do some routine...
2006-11-23 Bruce MomjianShared Memory Hooks Documentation
2006-09-16 Bruce MomjianRemove emacs info from footer of SGML files.
2006-08-08 Tom LaneAdd a feature for automatic initialization and finaliza...
2006-05-31 Tom LaneMake PG_MODULE_MAGIC required in shared libraries that...
2006-05-30 Tom LaneCode review for magic-block patch. Remove separate...
2006-05-30 Bruce MomjianAdd pgmagic header block to store compile-time constants:
2006-04-23 Bruce MomjianRemoves or minimizes some documentation mentions of...
2006-03-10 Bruce MomjianMake $PostgreSQL CVS tags consistent for SGML files.
2006-01-19 Bruce MomjianClarify STABLE function documentation to highlight...
2005-11-29 Alvaro HerreraDocument PGXS' REGRESS feature.
2005-11-17 Tom LaneMake SQL arrays support null elements. This commit...
2005-10-15 Neil ConwayFix assorted typos in the documentation, and use Americ...
2005-10-15 Neil ConwayMerge some user-submitted suggestions for improvement...
2005-10-14 Andrew Dunstanfix nonsensical summary row on example
2005-09-14 Neil ConwayVarious documentation improvements. Add a lot of index...
2005-05-30 Tom LaneDocument get_call_result_type() and friends; mark TypeG...
2005-03-31 Tom LaneFirst phase of OUT-parameters project. We can now...
2005-03-16 Tom LaneRevise TupleTableSlot code to avoid unnecessary constru...
2005-03-12 Tom LaneAdjust the API for aggregate function calls so that...
2005-02-21 Neil ConwayFix two typos, per report from Hashem Masoud.
2005-01-22 Bruce MomjianMore < and > cleanups converted to ampersands.
2005-01-22 Bruce MomjianChange -> and <- to use proper ampersand markups.
2005-01-14 Kris JurkaAdd index entries for function volatilities.
2005-01-08 Tom LaneSome more small improvements in response to 7.4 interac...
2005-01-07 Tom LaneAdd a tip showing how functions on composite types...
2005-01-07 Tom LaneImprove discussion of SQL functions taking/returning...
2004-12-30 Tom LaneMore minor updates and copy-editing.
2004-12-30 Tom LaneMore updates and copy-editing. Rearrange order of...
2004-12-13 Peter EisentrautSpell checker run
2004-11-15 Neil ConwayReplace "--" and "---" with "&mdash;" as appropriate...
2004-09-20 Tom LaneSome editorializing on the docs for the dollar-quoting...
2004-09-13 Tom LaneRedesign query-snapshot timing so that volatile functio...
2004-08-24 Neil ConwayVarious minor improvements to the SGML documentation...
2004-07-30 Peter EisentrautPostgreSQL extension makefile framework ("pgxs"), by...
2004-05-16 Neil ConwayAdd documentation for the new "dollar quoting" feature...
2004-05-14 Neil ConwayImplement the width_bucket() function, per SQL2003...
2004-05-10 Tom LanePromote row expressions to full-fledged citizens of...
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2004-03-09 Neil ConwayRefer to GUC variables using <xref> tags rather than...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-12 Peter EisentrautDocumentation cleanup
2003-11-01 Peter EisentrautSpell checking, consistent terminology.
2003-10-22 Tom LaneMove docs about index cost estimation functions and...
2003-09-12 Tom LaneUpdate obsolete examples of error messages; various...
2003-09-11 Bruce MomjianThis patch fixes a few missed GUC variables that were...
2003-08-31 Peter EisentrautAdd/edit index entries.
2003-08-10 Tom LaneMake various links point to specific places instead...
2003-08-09 Tom LaneUpdate docs for 7.4 array features and polymorphic...
2003-07-25 Tom LaneError message editing in backend/utils (except /adt).
2003-06-22 Tom LaneRevise hash join and hash aggregation code to use the...
2003-05-29 Tom LaneAdopt latest bison's spelling of 'syntax error' rather...
2003-04-10 Peter EisentrautIn an effort to reduce the total number of chapters...
2003-03-25 Peter EisentrautMerge documentation into one book. (Build with "make...
next