Commits

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

DateSubjectAuthorReleases
2014-04-03 Fix documentation about joining pg_locks to other views. Tom Lane 9.0.18
2011-11-28 Remove erroneous claim about use of pg_locks.objid for advisory locks. Tom Lane 9.0.6
2011-07-04 Fix omissions in documentation of the pg_roles view. Tom Lane 9.0.5
2010-02-17 Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 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-17 Improve the handling of SET CONSTRAINTS commands by having them search Tom Lane 9.0.0
2010-01-01 Support "x IS NOT NULL" clauses as indexscan conditions. This turns out Tom Lane 9.0.0
2009-12-29 Add the ability to store inheritance-tree statistics in pg_statistic, Tom Lane 9.0.0
2009-12-07 Add exclusion constraints, which generalize the concept of uniqueness to Tom Lane 9.0.0
2009-11-20 Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be Tom Lane 9.0.0
2009-10-14 Support SQL-compliant triggers on columns, ie fire only if certain columns Tom Lane 9.0.0
2009-10-05 Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust Tom Lane 9.0.0
2009-09-22 Implement the DO statement to support execution of PL code without having 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-08-02 Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT Tom Lane 9.0.0
2009-07-29 Support deferrable uniqueness constraints. Tom Lane 9.0.0
2009-07-28 Add system catalog columns pg_constraint.conindid and pg_trigger.tgconstrindid. Tom Lane 9.0.0
2009-07-01 Remove useless References column for pg_listener catalog description. Per Shigehiro Honda. Tom Lane 9.0.0