]> granicus.if.org Git - postgresql/history - src/backend/catalog/information_schema.sql
Update information schema for SQL:2003 and new PostgreSQL features.
[postgresql] / src / backend / catalog / information_schema.sql
2006-04-02 Peter EisentrautUpdate information schema for SQL:2003 and new PostgreS...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-02 Tom LaneChange nextval and other sequence functions to specify...
2005-07-26 Tom LaneAdd pg_has_role() family of privilege inquiry functions...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-05-31 Tom LaneFix information_schema for OUT and INOUT parameters.
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2005-01-01 Tom LaneSome more missed copyright notices. Many of these...
2004-11-27 Peter EisentrautUpdate of conformance information to SQL:2003
2004-06-22 Tom LaneFix information schema views to return NULL for precisi...
2004-02-03 Joe ConwayAdd function (actually an int4 and an int8 version...
2004-01-24 Tom LaneSupport named parameters in information_schema.parameters,
2003-12-17 Tom Laneinformation_schema.constraint_column_usage and key_colu...
2003-12-16 Peter EisentrautFix constraint_column_usage for foreign keys.
2003-12-07 Tom LaneRemove test on c.relkind from check_constraints view...
2003-12-07 Peter EisentrautFix typmod interpretation for bit types. (It was erron...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-11-08 Tom LaneCorrect misspellings of REFERENCES.
2003-10-18 Tom LaneFurther work on information_schema. _pg_keyissubset...
2003-10-18 Peter EisentrautInformation schema fixes:
2003-10-16 Peter EisentrautFix bugs in referential_constraints view.
2003-06-29 Peter EisentrautInformation schema views for group privileges, some...
2003-06-29 Peter EisentrautIt was comparing the wrong pair of columns, which trigg...
2003-06-28 Peter EisentrautMake information schema aware of arrays.
2003-06-17 Peter EisentrautMore information schema views.
2003-06-11 Peter EisentrautRepresent grant options in the information schema.
2003-06-05 Peter EisentrautInformation schema views about functions
2003-05-25 Peter EisentrautInformation schema improvements
2003-05-18 Peter EisentrautAdd documentation for information schema, and some...
2003-03-20 Bruce Momjian"Information_schema" changes
2003-01-15 Peter EisentrautAdd remaining documentation tables to information schema.
2003-01-14 Peter EisentrautAdd sql_features table to information schema. Generate...
2002-12-14 Peter EisentrautInitial version of the SQL information schema