Commits

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

DateSubjectAuthorReleases
2016-09-02 Don't require dynamic timezone abbreviations to match underlying time zone. Tom Lane 9.1.24
2016-08-07 Fix misestimation of n_distinct for a nearly-unique column with many nulls. Tom Lane 9.1.23
2014-04-03 Fix documentation about joining pg_locks to other views. Tom Lane 9.1.14
2011-11-28 Remove erroneous claim about use of pg_locks.objid for advisory locks. Tom Lane 9.1.2
2011-07-04 Fix omissions in documentation of the pg_roles view. Tom Lane 9.1.0
2011-06-15 Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling. Tom Lane 9.1.0
2011-04-22 Make a code-cleanup pass over the collations patch. Tom Lane 9.1.0
2011-03-11 Create an explicit concept of collations that work for any encoding. Tom Lane 9.1.0
2011-03-08 Assorted editing for collation documentation. Tom Lane 9.1.0
2011-03-05 Adjust documentation about pg_pltemplate to reflect latest thinking. Tom Lane 9.1.0
2011-03-04 Allow non-superusers to create (some) extensions. Tom Lane 9.1.0
2011-02-19 Create the catalog infrastructure for foreign-data-wrapper handlers. Tom Lane 9.1.0
2011-02-15 Rearrange extension-related views as per recent discussion. Tom Lane 9.1.0
2011-02-12 Add support for multiple versions of an extension and ALTER EXTENSION UPDATE. 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-27 Rephrase pg_conversion description to avoid splitting link across page. Tom Lane 9.1.0
2011-01-25 Replace pg_class.relhasexclusion with pg_index.indisexclusion. Tom Lane 9.1.0
2011-01-19 Show correct datatype for pg_class.relpersistence, plus a typo fix. Tom Lane 9.1.0
2011-01-08 Remove pg_am.amindexnulls. Tom Lane 9.1.0
2010-12-03 Create core infrastructure for KNNGIST. Tom Lane 9.1.0
2010-11-24 Create the system catalog infrastructure needed for KNNGIST. Tom Lane 9.1.0
2010-10-25 Allow new values to be added to an existing enum type. Tom Lane 9.1.0
2010-10-21 Improve handling of domains over arrays. Tom Lane 9.1.0
2010-10-10 Support triggers on views. Tom Lane 9.1.0
2010-09-03 Install a data-type-based solution for protecting pg_get_expr(). Tom Lane 9.1.0