]> granicus.if.org Git - postgresql/history - doc/src/sgml/func.sgml
Add pg_opfamily_is_visible.
[postgresql] / doc / src / sgml / func.sgml
2011-07-18 Robert HaasAdd pg_opfamily_is_visible.
2011-07-08 Peter EisentrautMessage style improvements
2011-07-07 Tom LaneUpdate examples for string-related functions.
2011-06-22 Robert HaasAdd smallserial pseudotype.
2011-05-18 Peter EisentrautSpell checking and markup refinement
2011-05-10 Bruce MomjianUpdate documentation to state there is three-value...
2011-05-02 Alvaro HerreraAdd ID attribute to some sect2's missing it
2011-03-20 Bruce MomjianAdd links to documentation from 9.1 release notes.
2011-03-18 Bruce MomjianDocument that the timestamp returned by pg_last_xact_re...
2011-03-11 Bruce MomjianIn docs, rename "backwards compatibility" to "backward...
2011-03-11 Bruce MomjianDocument that to_char('FM') removes only trailing zeros.
2011-03-11 Bruce MomjianAdds index entries for session_user and pg_describe_object
2011-03-11 Bruce MomjianImprove extract(day) documentation with interval values.
2011-03-10 Tom LaneRevert addition of third argument to format_type().
2011-03-10 Robert HaasAdd missing index terms for recovery control functions.
2011-03-09 Tom LaneAdjust the permissions required for COMMENT ON ROLE.
2011-03-07 Tom LaneImprove description of inquiry functions that accept...
2011-03-01 Heikki LinnakangasChange pg_last_xlog_receive_location() not to move...
2011-02-27 Bruce MomjianFix markup for pg_options_to_table() to report the...
2011-02-26 Bruce MomjianDocument that pg_options_to_table() also works for
2011-02-26 Bruce MomjianFix doc patch --- pg_options_to_table() returns "setof...
2011-02-26 Bruce MomjianDocument pg_options_to_table() (not previously documented)
2011-02-25 Robert HaasNamed restore point improvements.
2011-02-18 Itagaki TakahiroAdd transaction-level advisory locks.
2011-02-08 Peter EisentrautPer-column collation support
2011-02-08 Simon RiggsNamed restore points in recovery. Users can record...
2011-02-08 Simon RiggsBasic Recovery Control functions for use in Hot Standby...
2011-02-06 Bruce Momjianremove tags.
2011-02-01 Bruce MomjianProperly capitalize hyphenated words in documentation...
2011-01-29 Bruce MomjianProperly capitalize documentation headings; some only...
2011-01-06 Peter EisentrautImprove markup of unnest example
2011-01-06 Peter EisentrautImprove array_upper example
2010-12-29 Magnus HaganderAdd REPLICATION privilege for ROLEs
2010-12-28 Magnus HaganderFix list of functions that are restricted to superusers
2010-12-16 Robert HaasSome copy editing of pg_read_binary_file() patch.
2010-12-15 Itagaki TakahiroAdd pg_read_binary_file() and whole-file-at-once versio...
2010-11-23 Peter EisentrautAdd index entries for more functions
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-11-21 Robert HaasAdd new SQL function, format(text).
2010-11-18 Alvaro HerreraAdd pg_describe_object function
2010-11-10 Robert HaasAdd monitoring function pg_last_xact_replay_timestamp.
2010-10-16 Alvaro HerreraDocument that translate() removes characters in "from...
2010-10-13 Itagaki TakahiroAccept 'public' as a pseudo-role name in has_table_priv...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-09 Bruce MomjianDoc fixes:
2010-09-03 Tom LaneInstall a data-type-based solution for protecting pg_ge... REL9_1_ALPHA1
2010-09-01 Tom LaneClarify documentation of handling of null arguments...
2010-08-24 Itagaki TakahiroAdd string functions: concat(), concat_ws(), left(...
2010-08-17 Peter EisentrautSpell and markup checking
2010-08-15 Tom LaneClarify bit numbering in get_bit/set_bit etc. Per...
2010-08-13 Tom LaneAdd xml_is_well_formed, xml_is_well_formed_document...
2010-08-10 Tom LaneAdd three-parameter forms of array_to_string and string...
2010-08-08 Tom LaneAdd an xpath_exists() function. This is equivalent...
2010-08-05 Tom LaneRemove the single-argument form of string_agg(). It...
2010-08-05 Peter EisentrautAdd xmlexists function
2010-07-29 Peter EisentrautFix indentation of verbatim block elements
2010-07-03 Bruce MomjianDocument more clearly on XML namespaces inside xpath...
2010-06-29 Bruce MomjianIn documentation, use "lower case"/"upper case" consist...
2010-06-17 Robert HaasDocument that receive location can rewind if replicatio...
2010-06-10 Heikki LinnakangasReturn NULL instead of 0/0 in pg_last_xlog_receive_loca...
2010-06-05 Tom LaneImprove our explanation of the OVERLAPS operator.
2010-06-03 Bruce MomjianDocument regexp_matches() better and show example of...
2010-06-03 Bruce MomjianClarify array generate_subscripts() documentation example.
2010-06-03 Bruce MomjianDocument that && geometric operator is true even if...
2010-04-07 Heikki LinnakangasForbid using pg_xlogfile_name() and pg_xlogfile_name_of...
2010-04-03 Peter EisentrautClarify documentation of to_char EEEE pattern
2010-04-03 Peter EisentrautRemove unnecessary xref endterm attributes and title ids
2010-03-18 Tom LaneFix missing parentheses for current_query(), per bug...
2010-03-16 Simon RiggsFix typo in math function docs, spotted by Heikki.
2010-03-15 Simon RiggsDocument that trig functions accept/return values in...
2010-03-03 Bruce MomjianDocument that "Q" is ignored by to_date and to_timestam...
2010-02-23 Bruce MomjianRevert recent change of to_char('HH12') handling for...
2010-02-19 Bruce MomjianHot Standby documentation updates
2010-02-16 Tom LaneReplace the pg_listener-based LISTEN/NOTIFY mechanism...
2010-02-16 Bruce MomjianHonor to_char() "FM" specification in YYY, YY, and...
2010-02-12 Tom LaneExtend the set of frame options supported for window...
2010-02-07 Tom LaneCreate a "relation mapping" infrastructure to support...
2010-02-01 Robert HaasMinor documentation improvements for new string_agg...
2010-02-01 Itagaki TakahiroAdd string_agg aggregate functions. The one argument...
2010-01-25 Tom LaneAdd get_bit/set_bit functions for bit strings, parallel...
2010-01-19 Tom LaneAdd pg_table_size() and pg_indexes_size() to provide...
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...
next