Commits

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

DateSubjectAuthorReleases
2010-08-05 Remove the single-argument form of string_agg(). It added nothing much in Tom Lane 9.0.0
2010-07-29 Clean up some inconsistencies in the volatility marking of various I/O Tom Lane 9.0.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
2009-11-29 Make pg_stat_activity.application_name visible to all users, rather than Tom Lane 9.0.0
2009-11-28 Add support for an application_name parameter, which is displayed in Tom Lane 9.0.0
2009-09-26 Extend the BKI infrastructure to allow system catalogs to be given Tom Lane 9.0.0
2009-08-04 Cause pg_proc.probin to be declared as text, not bytea. Everything was Tom Lane 9.0.0
2009-07-29 Support deferrable uniqueness constraints. Tom Lane 9.0.0
2009-07-07 Fix typo in comment. Tom Lane 9.0.0