Commits

DateSubjectAuthorReleases
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.0.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.0.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
2010-05-27 Fix the volatility marking of textanycat() and anytextcat(): they were marked Tom Lane 9.0.0
2010-02-16 Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue. Tom Lane 9.0.0
2010-02-07 Create a "relation mapping" infrastructure to support changing the relfilenodes Tom Lane 9.0.0
2010-01-25 Add get_bit/set_bit functions for bit strings, paralleling those for bytea, Tom Lane 9.0.0
2010-01-19 Add pg_table_size() and pg_indexes_size() to provide more user-friendly Tom Lane 9.0.0
2010-01-07 Fix 3-parameter form of bit substring() to throw error for negative length, Tom Lane 9.0.0
2010-01-05 Get rid of the need for manual maintenance of the initial contents of Tom Lane 9.0.0
2009-12-06 Don't use a duplicate OID for aclexplode(). Tom Lane 9.0.0