]> granicus.if.org Git - postgresql/history - src/backend/catalog/information_schema.sql
Update copyright for 2016
[postgresql] / src / backend / catalog / information_schema.sql
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-18 Tom LaneAdjust behavior of single-user -j mode for better initd...
2015-04-26 Peter EisentrautAdd transforms feature
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-23 Alvaro HerreraRevert "Use a bitmask to represent role attributes"
2014-12-23 Alvaro HerreraUse a bitmask to represent role attributes
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-11-27 Peter EisentrautImplement information_schema.parameters.parameter_defau...
2013-09-10 Peter EisentrautShow schemas in information_schema.schemata that the...
2013-07-18 Stephen FrostWITH CHECK OPTION support for auto-updatable VIEWs
2013-06-12 Tom LaneImprove updatability checking for views and foreign...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-08 Tom LaneSupport automatically-updatable views.
2012-08-18 Tom LaneMake use of LATERAL in information_schema.sequences...
2012-07-23 Peter EisentrautUpdate information schema to SQL:2011
2012-06-18 Tom LaneRefer to the default foreign key match style as MATCH...
2012-01-30 Peter EisentrautAdd sequence USAGE privileges to information schema
2012-01-27 Peter EisentrautShow default privileges in information schema
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-19 Peter EisentrautAdd support for privileges on types
2011-10-15 Tom LaneFix bugs in information_schema.referential_constraints...
2011-08-27 Peter EisentrautImplement the information schema with_hierarchy column
2011-08-05 Robert HaasAllow per-column foreign data wrapper options.
2011-07-15 Peter EisentrautSet information_schema.tables.commit_action to null
2011-07-14 Peter EisentrautSet information_schema.routines.is_udt_dependent to NO
2011-07-13 Peter EisentrautImplement information schema interval_type columns
2011-07-11 Peter EisentrautFix and clarify information schema interval_precision...
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.
next