]> granicus.if.org Git - postgresql/history - doc/src/sgml/func.sgml
Allow the second argument of pg_get_expr() to be just zero when deparsing
[postgresql] / doc / src / sgml / func.sgml
2009-05-26 Tom LaneAllow the second argument of pg_get_expr() to be just...
2009-05-18 Peter EisentrautSome documentation cleanup for the addition of the...
2009-05-13 Tom LaneRemove a useless backslash from a pattern-match example...
2009-05-03 Tom LaneFix mis-description of XML Schema functions, per discus...
2009-04-27 Bruce MomjianProofreading adjustments for first two parts of documen...
2009-04-09 Tom LaneRemove SQL-compatibility function cardinality(). It...
2009-04-07 Tom LaneAdd an optional parameter to pg_start_backup() that...
2009-04-01 Tom LaneIndex some array functions, per Mario Splivalo.
2009-03-23 Andrew DunstanRemove munging of xml and xpath params to xpath()....
2009-02-07 Bruce MomjianFix to_timestamp() to not require upper/lower case...
2009-02-06 Tom LaneClean up some loose ends from the column privileges...
2009-01-15 Heikki LinnakangasChange explanation of pg_switch_xlog()'s return value...
2009-01-08 Bruce MomjianDocument that txid_visible_in_snapshot() cannot be...
2009-01-08 Bruce MomjianDocument current_query() as being the _client_ query.
2009-01-08 Bruce MomjianRevert current_query() change to use debug_query_string...
2009-01-07 Bruce MomjianHave current_query() use ActivePortal->sourceText rathe...
2008-12-31 Tom LaneAdd some basic support for window frame clauses to...
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-12-19 Peter EisentrautSQL/MED catalog manipulation facilities
2008-12-18 Tom LaneCode review for function default parameters patch....
2008-12-04 Peter EisentrautDefault values for function arguments
2008-11-14 Tom LaneImplement the basic form of UNNEST, ie unnest(anyarray...
2008-11-13 Tom LaneMarginal editorial improvements for array_agg patch...
2008-11-13 Peter Eisentrautarray_agg aggregate function, as per SQL:2008, but...
2008-11-12 Peter Eisentrautarray_length() function, and for SQL compatibility...
2008-11-07 Tom LaneImprove documentation of pg_typeof, per gripe from...
2008-11-04 Peter EisentrautADD array_ndims function
2008-11-04 Bruce MomjianRemove tabs from SGML file.
2008-11-03 Andrew Dunstansuppress_redundant_updates_trigger function.
2008-11-03 Tom LaneAdd pg_typeof() function.
2008-10-27 Peter EisentrautSQL:2008 syntax CURRENT_CATALOG, CURRENT_SCHEMA, SET...
2008-10-14 Tom LaneExtend the date type to support infinity and -infinity...
2008-10-13 Tom LaneImplement comparison of generic records (composite...
2008-10-03 Heikki LinnakangasAdd relation fork support to pg_relation_size() functio...
2008-09-11 Tom LaneTighten up to_date/to_timestamp so that they are more...
2008-09-08 Tom LaneCreate a separate grantable privilege for TRUNCATE...
2008-09-07 Bruce MomjianClarify documention workding for xip_list().
2008-09-06 Tom LaneImplement a psql command "\ef" to edit the definition...
2008-07-21 Tom LaneCode review for array_fill patch: fix inadequate check...
2008-07-18 Tom LaneImplement SQL-spec RETURNS TABLE syntax for functions.
2008-07-16 Bruce MomjianAdd array_fill() to create arrays initialized with...
2008-07-15 Bruce MomjianFix alignment of SGML array docs.
2008-07-07 Peter EisentrautAdded documentation for function xmlagg.
2008-07-03 Tom LaneAdd a function pg_get_keywords() to let clients find...
2008-05-19 Tom LaneMake to_char()'s localized month/day names depend on...
2008-05-04 Tom LaneAdd timestamp and timestamptz versions of generate_seri...
2008-05-04 Tom LaneAdd pg_conf_load_time() function to report when the...
2008-04-28 Alvaro HerreraAdd generate_subscripts, a series-generation function...
2008-04-17 Bruce MomjianRe-enable pg_terminate_backend() using SIGTERM. SIGTER...
2008-04-15 Bruce MomjianRevert addition of pg_terminate_backend() because of...
2008-04-15 Bruce MomjianAdd pg_terminate_backend() to allow terminating only...
2008-04-14 Tom LanePush index operator lossiness determination down to...
2008-04-10 Alvaro HerreraMention pg_backend_pid() in the system information...
2008-04-07 Bruce MomjianAdd documentation clarification for IS [NOT] NULL and...
2008-04-04 Tom LaneRe-implement division for numeric values using the...
2008-04-04 Bruce MomjianImplement current_query(), that shows the currently...
2008-03-23 Tom LaneCreate a function quote_nullable(), which works the...
2008-03-10 Tom LaneDocument and enforce that the usable range of setseed...
2008-03-06 Bruce MomjianDocument use of pg_locks.objid for advisory locks,...
2008-03-03 Bruce MomjianRemove "reliably" from chr(0) doc mention.
2008-03-03 Bruce MomjianDocument that chr(0) is not supported, and why.
2008-02-26 Peter EisentrautAdd information about format modifiers that apply to...
2007-12-21 Tom LaneFix a small typo, per Jan Urbanski
2007-12-15 Tom LaneImprove documentation about Julian dates; in particular...
2007-12-13 Alvaro HerreraCorrect result type of convert_to, per Pavel Stehule.
2007-12-06 Tom LaneAdd missing table entry for lastval(), per Jeff Davis.
2007-12-03 Tom LaneEntity-ify a passel of & < > characters. Per gripe...
2007-11-28 Peter Eisentrautspell checker run
2007-11-28 Bruce MomjianAdd a few current_* variable index entries to the docs.
2007-11-27 Tom LaneAdd quote_literal(anyelement) to preserve (and, in...
2007-11-08 Peter EisentrautSmall fixes
2007-11-05 Tom LaneMinor editorial improvements to txid functions' documen...
2007-11-05 Bruce MomjianRemove <sect1> of txid functions.
2007-11-05 Bruce MomjianMove txid snapshot field description table from datatyp...
2007-11-05 Bruce MomjianDocument txid functions.
2007-10-30 Tom LaneAdd a note pointing out that some other databases make...
2007-10-25 Tom LaneFix ALTER SEQUENCE so that it does not affect the value...
2007-10-23 Tom LaneRename and slightly redefine the default text search...
2007-10-22 Tom LaneAdjust ts_debug's output as per my proposal of yesterda...
2007-10-21 Tom LaneEditorial overhaul for text search documentation. ...
2007-10-13 Tom LaneMigrate the former contrib/txid module into core. ...
2007-10-11 Bruce MomjianWhitespace cleanup.
2007-10-07 Alvaro HerreraChange &pi; to plain "pi" in index entry, to avoid...
2007-09-24 Andrew DunstanRemove "convert 'blah' using conversion_name" facility...
2007-09-19 Bruce MomjianRemove tabs from SGML file.
2007-09-18 Andrew DunstanClose previously open holes for invalidly encoded data...
2007-09-14 Bruce MomjianDocument atan2() as y/x, rather than x/y, to conform...
2007-09-14 Bruce MomjianAdd some links for escape strings.
2007-09-14 Bruce MomjianClarify age() 'months' calculation documentation.
2007-08-31 Bruce MomjianOnly use SGML indexterm "zone" when we want to get...
2007-08-31 Bruce MomjianIn text search docs, properly use indexterm _zone_...
2007-08-29 Bruce MomjianText search documentation word improvements; move...
2007-08-29 Bruce MomjianMove full text search operators, functions, and data...
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-08-19 Andrew Dunstanminor typo fixes in CSVlog docs, per Michael Glaesemann
2007-08-19 Andrew DunstanProvide for logfiles in machine readable CSV format...
2007-08-13 Tom LaneDocument that the regexp split functions ignore zero...
2007-08-11 Tom LaneCode review for regexp_matches/regexp_split patch....
2007-07-18 Bruce MomjianDocument that age() adds days, then full months.
2007-06-06 Tom LaneFix up text concatenation so that it accepts all the...
next