Commits

Showing commits that first shipped in 9.1 (backpatches included). Clear

DateSubjectAuthorReleases
2016-06-09 Clarify documentation of ceil/ceiling/floor functions. Tom Lane 9.1.23
2016-01-09 Clean up some lack-of-STRICT issues in the core code, too. Tom Lane 9.1.20
2014-04-24 Fix incorrect pg_proc.proallargtypes entries for two built-in functions. Tom Lane 9.1.14
2011-03-10 Revert addition of third argument to format_type(). Tom Lane 9.1.0
2011-03-04 Allow non-superusers to create (some) extensions. Tom Lane 9.1.0
2011-03-03 Further refine patch for commenting operator implementation functions. Tom Lane 9.1.0
2011-03-03 Mark operator implementation functions as such in their comments. Tom Lane 9.1.0
2011-02-22 Allow binary I/O of type "void". Tom Lane 9.1.0
2011-02-19 Create the catalog infrastructure for foreign-data-wrapper handlers. Tom Lane 9.1.0
2011-02-16 Add backwards-compatible declarations of some core GIN support functions. Tom Lane 9.1.0
2011-02-15 Rearrange extension-related views as per recent discussion. Tom Lane 9.1.0
2011-02-08 Core support for "extensions", which are packages of SQL objects. Tom Lane 9.1.0
2011-01-08 Fix the built-in GIN support procedure declarations in pg_proc.h. Tom Lane 9.1.0
2010-12-27 Rename the C functions bitand(), bitor() to bit_and(), bit_or(). Tom Lane 9.1.0
2010-12-04 KNNGIST, otherwise known as order-by-operator support for GIST. Tom Lane 9.1.0
2010-12-03 Create core infrastructure for KNNGIST. Tom Lane 9.1.0
2010-10-31 Provide hashing support for arrays. Tom Lane 9.1.0
2010-09-03 Install a data-type-based solution for protecting pg_get_expr(). Tom Lane 9.1.0
2010-08-13 Add xml_is_well_formed, xml_is_well_formed_document, xml_is_well_formed_content Tom Lane 9.1.0
2010-08-10 Add three-parameter forms of array_to_string and string_to_array, to allow Tom Lane 9.1.0
2010-08-08 Add an xpath_exists() function. This is equivalent to XMLEXISTS except that Tom Lane 9.1.0
2010-08-08 Add stats functions and views to provide access to a transaction's own Tom Lane 9.1.0
2010-08-05 Remove the single-argument form of string_agg(). It added nothing much in Tom Lane 9.1.0
2010-07-29 Clean up some inconsistencies in the volatility marking of various I/O Tom Lane 9.1.0
2010-07-16 Add support for dividing money by money (yielding a float8 result) and for Tom Lane 9.1.0