]> granicus.if.org Git - postgresql/history - doc/src/sgml/func.sgml
doc: Tiny whitespace fix
[postgresql] / doc / src / sgml / func.sgml
2013-02-02 Peter Eisentrautdoc: Tiny whitespace fix
2013-01-25 Tom LaneFix concat() and format() to handle VARIADIC-labeled...
2012-12-24 Tom LaneFix some minor issues in view pretty-printing.
2012-12-14 Peter Eisentrautdoc: Improve search_path mentions in index
2012-12-03 Tom LaneFix documentation of path(polygon) function.
2012-09-01 Tom LaneMore documentation updates for LATERAL.
2012-08-22 Tom LaneMake an editorial pass over the 9.2 release notes.
2012-08-15 Bruce MomjianOn second thought, explain why date_trunc("week") on...
2012-08-15 Bruce MomjianDocument why you can't use date_trunc("week") on intervals.
2012-08-07 Bruce MomjianFix to_char(), to_date(), and to_timestamp() to handle...
2012-08-06 Robert HaasWarn more vigorously about the non-transactional behavi...
2012-07-11 Tom LaneAdd array_remove() and array_replace() functions.
2012-06-26 Robert HaasAllow pg_terminate_backend() to be used on backends...
2012-06-22 Robert HaasDocument that && can be used to search arrays.
2012-06-14 Robert HaasDoc corrections for pg_is_in_backup patch.
2012-06-14 Robert HaasNew SQL functons pg_backup_in_progress() and pg_backup_...
2012-06-07 Peter EisentrautDocumentation spell and markup checking
2012-05-15 Peter EisentrautRemove whitespace from end of lines
2012-05-15 Peter EisentrautMake xrefs to tables instead of assuming they appear...
2012-05-04 Tom LaneOverdue code review for transaction-level advisory...
2012-04-14 Robert Haaspg_size_pretty(numeric)
2012-04-13 Peter EisentrautRename bytea_agg to string_agg and add delimiter argument
2012-04-12 Tom LaneAssorted spelling corrections.
2012-04-10 Tom LaneMeasure epoch of timestamp-without-time-zone from local...
2012-03-04 Magnus HaganderAdd function pg_xlog_location_diff to help comparisons
2012-03-02 Peter EisentrautAdd COLLATION FOR expression
2012-02-29 Tom LaneSimplify references to backslash-doubling in func.sgml.
2012-02-19 Andrew DunstanImprove pretty printing of viewdefs.
2012-02-04 Bruce MomjianRemove tabs in SGML file.
2012-02-03 Andrew DunstanAdd array_to_json and row_to_json functions.
2012-01-27 Robert HaasDocument that COUNT(*) might not need a seq scan any...
2012-01-25 Alvaro HerreraAdd pg_trigger_depth() function
2012-01-20 Magnus HaganderFurther doc cleanups from the pg_stat_activity changes
2012-01-19 Robert HaasAdd bitwise AND, OR, and NOT operators for macaddr...
2012-01-19 Heikki LinnakangasMake pg_relation_size() and friends return NULL if...
2012-01-15 Magnus HaganderAllow a user to kill his own queries using pg_cancel_ba...
2011-12-23 Robert HaasAdd bytea_agg, parallel to string_agg.
2011-12-07 Magnus HaganderRemove spclocation field from pg_tablespace
2011-12-01 Bruce MomjianAdd documentation mention that 7 != NULL also returns...
2011-11-18 Tom LaneFurther review of range-types patch.
2011-11-14 Tom LaneReturn NULL instead of throwing error when desired...
2011-11-14 Tom LaneReturn FALSE instead of throwing error for comparisons...
2011-11-08 Heikki LinnakangasAdjust range type docs for some last-minute changes...
2011-11-03 Heikki LinnakangasSupport range data types.
2011-10-26 Tom LaneTypo fixes.
2011-10-22 Tom LaneSupport synchronization of snapshots through an export...
2011-10-08 Robert HaasAdd missing space.
2011-10-05 Bruce MomjianChange wording for COALESCE docs to use "otherwise".
2011-10-05 Bruce MomjianExplain COALESCE example in the docs.
2011-09-07 Bruce MomjianFix to_date() and to_timestamp() to handle year masks...
2011-09-05 Bruce MomjianAdd mention that UTC really means UT1.
2011-07-21 Tom LaneMake xpath() do something useful with XPath expressions...
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(...
next