summaryrefslogtreecommitdiff
path: root/src/backend/catalog/information_schema.sql
Commit message (Expand)AuthorAgeFilesLines
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-191-15/+242
* Create a separate grantable privilege for TRUNCATE, rather than having it beTom Lane2008-09-081-3/+10
* Implement SQL-spec RETURNS TABLE syntax for functions.Tom Lane2008-07-181-1/+2
* Support "variadic" functions, which can accept a variable number of argumentsTom Lane2008-07-161-1/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Allow information schema definitions to work without requiring implicitPeter Eisentraut2007-02-271-8/+8
* Update SQL conformance information about XML features.Peter Eisentraut2007-02-031-7/+7
* Fix incorrect permissions check in information_schema.key_column_usage view:Tom Lane2007-01-161-5/+5
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix errors in key_column_usage.position_in_unique_constraint column recentlyTom Lane2006-11-101-11/+32
* Add a couple of information functions to support direct checks on whetherTom Lane2006-09-141-11/+12
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-051-8/+1
* Fix information_schema.key_column_usage to show correct value ofTom Lane2006-09-041-5/+12
* Sequences were not being shown due to the use of lowercase 's' insteadBruce Momjian2006-09-041-3/+10
* Update information schema for SQL:2003 and new PostgreSQL features.Peter Eisentraut2006-04-021-106/+659
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Change nextval and other sequence functions to specify their sequenceTom Lane2005-10-021-2/+3
* Add pg_has_role() family of privilege inquiry functions modeled after theTom Lane2005-07-261-126/+112
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-46/+40
* Fix information_schema for OUT and INOUT parameters.Tom Lane2005-05-311-23/+21
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-291-45/+61
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-011-2/+2
* Update of conformance information to SQL:2003Peter Eisentraut2004-11-271-4/+4
* Fix information schema views to return NULL for precision and scale ofTom Lane2004-06-221-105/+142
* Add function (actually an int4 and an int8 version) that generatesJoe Conway2004-02-031-12/+4
* Support named parameters in information_schema.parameters,Tom Lane2004-01-241-2/+2
* information_schema.constraint_column_usage and key_column_usage shouldTom Lane2003-12-171-4/+1
* Fix constraint_column_usage for foreign keys.Peter Eisentraut2003-12-161-4/+3
* Remove test on c.relkind from check_constraints view; unnecessary andTom Lane2003-12-071-3/+2
* Fix typmod interpretation for bit types. (It was erroneously assumed thatPeter Eisentraut2003-12-071-6/+12
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Correct misspellings of REFERENCES.Tom Lane2003-11-081-4/+4
* Further work on information_schema. _pg_keyissubset() wasn't quiteTom Lane2003-10-181-52/+63
* Information schema fixes:Peter Eisentraut2003-10-181-65/+66
* Fix bugs in referential_constraints view.Peter Eisentraut2003-10-161-16/+28
* Information schema views for group privileges, some corrections on columnPeter Eisentraut2003-06-291-26/+198
* It was comparing the wrong pair of columns, which triggered the previouslyPeter Eisentraut2003-06-291-2/+2
* Make information schema aware of arrays.Peter Eisentraut2003-06-281-18/+155
* More information schema views.Peter Eisentraut2003-06-171-22/+309
* Represent grant options in the information schema.Peter Eisentraut2003-06-111-20/+29
* Information schema views about functionsPeter Eisentraut2003-06-051-3/+175
* Information schema improvementsPeter Eisentraut2003-05-251-85/+195
* Add documentation for information schema, and some corrections on somePeter Eisentraut2003-05-181-15/+37
* "Information_schema" changesBruce Momjian2003-03-201-4/+132
* Add remaining documentation tables to information schema.Peter Eisentraut2003-01-151-1/+99
* Add sql_features table to information schema. Generate the features listPeter Eisentraut2003-01-141-7/+31
* Initial version of the SQL information schemaPeter Eisentraut2002-12-141-0/+516