Commits

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

DateSubjectAuthorReleases
2014-04-03 Fix documentation about joining pg_locks to other views. Tom Lane 8.4.22
2011-11-28 Remove erroneous claim about use of pg_locks.objid for advisory locks. Tom Lane 8.4.10
2009-07-01 Remove useless References column for pg_listener catalog description. Per Shigehiro Honda. Tom Lane 8.4.1
2009-03-31 Add a "relistemp" boolean column to pg_class, which is true for temporary Tom Lane 8.4.0
2009-03-05 Teach the planner to support index access methods that only implement Tom Lane 8.4.0
2009-01-22 Support column-level privileges, as required by SQL standard. Tom Lane 8.4.0
2008-12-19 Add a new column proiswindow to pg_proc. It doesn't actually do anything Tom Lane 8.4.0
2008-12-18 Code review for function default parameters patch. Fix numerous problems as Tom Lane 8.4.0
2008-11-10 Make relhasrules and relhastriggers work like relhasindex, namely we let Tom Lane 8.4.0
2008-11-09 Replace pg_class.reltriggers with relhastriggers, which is just a boolean hint Tom Lane 8.4.0
2008-10-17 Add a new column to pg_am to specify whether an index AM supports backward Tom Lane 8.4.0
2008-10-06 Editorial improvements to description of pg_settings view. Tom Lane 8.4.0
2008-09-19 Create a selectivity estimation function for the text search @@ operator. Tom Lane 8.4.0
2008-09-15 Change hash indexes to store only the hash code rather than the whole indexed Tom Lane 8.4.0
2008-07-30 Replace the hard-wired type knowledge in TypeCategory() and IsPreferredType() Tom Lane 8.4.0
2008-07-18 Implement SQL-spec RETURNS TABLE syntax for functions. Tom Lane 8.4.0
2008-07-16 Add a "provariadic" column to pg_proc to eliminate the remarkably expensive Tom Lane 8.4.0
2008-07-16 Support "variadic" functions, which can accept a variable number of arguments Tom Lane 8.4.0
2008-07-14 Create a type-specific typanalyze routine for tsvector, which collects stats Tom Lane 8.4.0
2008-05-09 Change the rules for inherited CHECK constraints to be essentially the same Tom Lane 8.4.0
2008-04-14 Push index operator lossiness determination down to GIST/GIN opclass Tom Lane 8.4.0
2008-04-10 Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole Tom Lane 8.4.0