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