OSDN Git Service

Fix typo in sslmode documentation
[pg-rex/syncrep.git] / src / backend / catalog / information_schema.sql
2011-07-04 Peter EisentrautSet user_defined_types.data_type to null
2011-06-28 Peter EisentrautImplement the collation columns of various information...
2011-06-28 Peter EisentrautAdd composite-type attributes to information_schema...
2011-06-23 Peter EisentrautAdd information schema views role_udt_grants, udt_privi...
2011-06-14 Peter EisentrautAdd comment that attributes.is_nullable was removed...
2011-05-13 Robert HaasMore cleanup of FOREIGN TABLE permissions handling.
2011-03-11 Tom LaneCreate an explicit concept of collations that work...
2011-03-02 Peter EisentrautAdd collations to information_schema.usage_privileges
2011-02-09 Peter EisentrautInformation schema views for collation support
2011-01-02 Peter EisentrautImplement remaining fields of information_schema.sequen...
2011-01-02 Robert HaasBasic foreign table support.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-10-20 Tom LaneRemove obsolete comment, per Josh Kupershmidt.
2010-10-10 Tom LaneSupport triggers on views.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-04-28 Tom LaneModify information_schema._pg_keysequal() to avoid...
2010-01-28 Peter EisentrautType table feature
2010-01-17 Tom LaneImprove the handling of SET CONSTRAINTS commands by...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-31 Peter EisentrautAdd information_schema.triggered_update_columns
2009-12-30 Peter EisentrautFill in information schema column for trigger WHEN...
2009-12-07 Tom LaneAdd exclusion constraints, which generalize the concept...
2009-12-05 Peter EisentrautSpeed up information schema privilege views
2009-07-28 Tom LaneAdd system catalog columns pg_constraint.conindid and...
2009-07-13 Peter EisentrautUpdate information schema to SQL:2008
2009-07-07 Tom LaneQuery in SQL function still not schema-safe; add a...
2009-07-07 Peter EisentrautMore sensible character_octet_length
2009-06-10 Peter EisentrautCorrect/improve the datetime_precision field in the...
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