Commits

DateSubjectAuthorReleases
2010-10-20 Remove obsolete comment, per Josh Kupershmidt. Tom Lane 9.1.0
2010-10-10 Support triggers on views. Tom Lane 9.1.0
2010-04-28 Modify information_schema._pg_keysequal() to avoid search path risk when Tom Lane 9.0.0
2010-01-17 Improve the handling of SET CONSTRAINTS commands by having them search Tom Lane 9.0.0
2009-12-07 Add exclusion constraints, which generalize the concept of uniqueness to 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-07 Query in SQL function still not schema-safe; add a couple Tom Lane 9.0.0
2009-02-14 A couple of marginal performance hacks for the information_schema views: Tom Lane 8.4.0
2009-02-06 Clean up some loose ends from the column privileges patch: add Tom Lane 8.4.0
2008-09-08 Create a separate grantable privilege for TRUNCATE, rather than having it be Tom Lane 8.4.0
2008-07-18 Implement SQL-spec RETURNS TABLE syntax for functions. Tom Lane 8.4.0
2008-07-16 Support "variadic" functions, which can accept a variable number of arguments Tom Lane 8.4.0
2007-01-16 Fix incorrect permissions check in information_schema.key_column_usage view: Tom Lane 8.2.2
2007-01-16 Fix incorrect permissions check in information_schema.key_column_usage view: Tom Lane 8.3.0
2006-11-10 Fix errors in key_column_usage.position_in_unique_constraint column recently Tom Lane 8.2.0
2006-09-14 Add a couple of information functions to support direct checks on whether Tom Lane 8.2.0
2006-09-05 Get rid of the separate RULE privilege for tables: now only a table's owner Tom Lane 8.2.0
2006-09-04 Fix information_schema.key_column_usage to show correct value of Tom Lane 8.2.0
2005-10-02 Change nextval and other sequence functions to specify their sequence Tom Lane 8.1.0
2005-07-26 Add pg_has_role() family of privilege inquiry functions modeled after the Tom Lane 8.1.0
2005-06-28 Replace pg_shadow and pg_group by new role-capable catalogs pg_authid Tom Lane 8.1.0
2005-05-31 Fix information_schema for OUT and INOUT parameters. Tom Lane 8.1.0
2005-03-29 Convert oidvector and int2vector into variable-length arrays. This Tom Lane 8.1.0
2005-01-01 Some more missed copyright notices. Many of these look like they Tom Lane 8.0.0
2004-06-22 Fix information schema views to return NULL for precision and scale of Tom Lane 8.0.0