Commits

DateSubjectAuthorReleases
2012-12-08 Support automatically-updatable views. Tom Lane 9.3.0
2012-10-10 Set procost to 10 for each of the pg_foo_is_visible() functions. Tom Lane 9.3.0
2012-10-08 Code review for 64-bit-large-object patch. Tom Lane 9.3.0
2012-07-11 Add array_remove() and array_replace() functions. Tom Lane 9.3.0
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
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