Commits

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

DateSubjectAuthorReleases
2016-06-09 Clarify documentation of ceil/ceiling/floor functions. Tom Lane 9.2.18
2016-01-09 Clean up some lack-of-STRICT issues in the core code, too. Tom Lane 9.2.15
2014-04-24 Fix incorrect pg_proc.proallargtypes entries for two built-in functions. Tom Lane 9.2.9
2012-04-30 Converge all SQL-level statistics timing values to float8 milliseconds. Tom Lane 9.2.0
2012-04-29 Rename I/O timing statistics columns to blk_read_time and blk_write_time. Tom Lane 9.2.0
2012-03-23 Code review for protransform patches. Tom Lane 9.2.0
2012-03-04 Collect and use element-frequency statistics for arrays. Tom Lane 9.2.0
2012-02-08 Mark some more I/O-conversion-invoking functions as stable not volatile. Tom Lane 9.2.0
2011-12-25 Rethink representation of index clauses' mapping to index columns. Tom Lane 9.2.0
2011-12-18 Replace simple constant pg_am.amcanreturn with an AM support function. Tom Lane 9.2.0
2011-12-17 Add SP-GiST (space-partitioned GiST) index access method. Tom Lane 9.2.0
2011-12-07 Create a "sort support" interface API for faster sorting. Tom Lane 9.2.0
2011-11-23 Remove user-selectable ANALYZE option for range types. Tom Lane 9.2.0
2011-11-23 Remove zero- and one-argument range constructor functions. Tom Lane 9.2.0
2011-11-17 Declare range inclusion operators as taking anyelement not anynonarray. Tom Lane 9.2.0
2011-11-16 Code review for range-types catalog entries. Tom Lane 9.2.0
2011-10-22 Support synchronization of snapshots through an export/import procedure. Tom Lane 9.2.0