summaryrefslogtreecommitdiff
path: root/src/backend/catalog/information_schema.sql
Commit message (Expand)AuthorAgeFilesLines
* 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