]> granicus.if.org Git - postgresql/history - src/backend/catalog/information_schema.sql
Add the possibility to specify an explicit validator function for foreign-data
[postgresql] / src / backend / catalog / information_schema.sql
2009-02-24 Peter EisentrautAdd the possibility to specify an explicit validator...
2009-02-14 Tom LaneA couple of marginal performance hacks for the informat...
2009-02-06 Tom LaneClean up some loose ends from the column privileges...
2009-01-20 Peter EisentrautRevise the permission checking on user mapping DDL...
2009-01-14 Peter EisentrautMake the columns is_insertable_into and is_updatable...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-19 Peter EisentrautSQL/MED catalog manipulation facilities
2008-09-08 Tom LaneCreate a separate grantable privilege for TRUNCATE...
2008-07-18 Tom LaneImplement SQL-spec RETURNS TABLE syntax for functions.
2008-07-16 Tom LaneSupport "variadic" functions, which can accept a variab...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-02-27 Peter EisentrautAllow information schema definitions to work without...
2007-02-03 Peter EisentrautUpdate SQL conformance information about XML features.
2007-01-16 Tom LaneFix incorrect permissions check in information_schema...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-11-10 Tom LaneFix errors in key_column_usage.position_in_unique_const...
2006-09-14 Tom LaneAdd a couple of information functions to support direct...
2006-09-05 Tom LaneGet rid of the separate RULE privilege for tables:...
2006-09-04 Tom LaneFix information_schema.key_column_usage to show correct...
2006-09-04 Bruce MomjianSequences were not being shown due to the use of lowerc...
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