OSDN Git Service

Introduce Streaming Replication.
[pg-rex/syncrep.git] / doc / src / sgml / func.sgml
2010-01-15 Heikki LinnakangasIntroduce Streaming Replication.
2009-12-19 Bruce MomjianConvert tabs to spaces in SGML.
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-12-15 Tom LaneSupport ORDER BY within aggregate function calls, at...
2009-11-24 Peter EisentrautFix syntax in extract() examples
2009-10-21 Tom LaneRemove regex_flavor GUC, so that regular expressions...
2009-10-13 Peter EisentrautReplace unmatched " by " to avoid throwing off...
2009-10-10 Tom LaneImprove similar_escape() in two different ways:
2009-10-09 Peter EisentrautUse pg_get_triggerdef in pg_dump
2009-08-16 Tom LaneFix imprecise documentation of random(): it never retur...
2009-08-10 Tom LaneSupport EEEE (scientific notation) in to_char().
2009-08-10 Tom LaneAdjust extract(epoch) example to clarify that it includ...
2009-08-03 Joe ConwayImplement has_sequence_privilege()
2009-07-22 Peter EisentrautClarify NULLIF example
2009-06-17 Tom LaneProofreading for Bruce's recent round of documentation...
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.
next