aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/describe.c
Commit message (Expand)AuthorAge
* Modify psql's \d printout to fold exclusion constraints in with regularTom Lane2010-03-11
* Simplify a couple of pg_dump and psql \d queries about index constraintsTom Lane2010-03-11
* Fix numericlocale psql option when used with a null string and latex and troffHeikki Linnakangas2010-03-01
* pgindent run for 9.0Bruce Momjian2010-02-26
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-17
* Type table featurePeter Eisentraut2010-01-28
* Adjust psql to use pg_get_triggerdef(pretty=true) to remove extra ()'sItagaki Takahiro2010-01-21
* Improve the handling of SET CONSTRAINTS commands by having them searchTom Lane2010-01-17
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Add exclusion constraints, which generalize the concept of uniqueness toTom Lane2009-12-07
* In psql \du, separate the role attributes by comma instead of newline,Peter Eisentraut2009-11-11
* In psql, show view definition only with \d+, not with \dPeter Eisentraut2009-11-03
* Fix \df to re-allow regexp special characters in the function name pattern.Tom Lane2009-10-28
* Make it possibly to specify GUC params per user and per database.Alvaro Herrera2009-10-07
* Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjustTom Lane2009-10-05
* Support deferrable uniqueness constraints.Tom Lane2009-07-29
* Remove unnecessary and version-sensitive dependence on the exact set ofTom Lane2009-07-20
* Just a little more schema-qualification ...Tom Lane2009-07-07
* psql backward compatibility fixPeter Eisentraut2009-07-07
* Sort child tables by name instead of OID in \d+ displayPeter Eisentraut2009-07-07
* Code review for patch to show definition of index columns in \d on index.Tom Lane2009-07-07
* Show definition of index columns in \d on indexPeter Eisentraut2009-07-06
* Have \d show child tables that inherit from the specified parentPeter Eisentraut2009-07-03
* Tweak the display of incoming foreign-key constraints in \d, per discussionPeter Eisentraut2009-06-13
* Fix several places where a function was declared static and then definedTom Lane2009-06-12
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Clarify error messagePeter Eisentraut2009-06-10
* Trivial code style cleanup around a couple of ngettext calls.Tom Lane2009-06-04
* Fix to use the same format specifiers in both branches of a ngettext().Peter Eisentraut2009-05-27
* Code review for \df rewrite: fix assorted bugs, make type andTom Lane2009-05-05
* Fix the query used for \d against 8.2 and 8.3 servers.Heikki Linnakangas2009-05-04
* Improve psql \df error handling.Bruce Momjian2009-04-21
* Add agg/normal/trigger/window flags for psql \df and in \df output.Bruce Momjian2009-04-21
* Remove psql's ancient hack that suppressed functions taking or returningTom Lane2009-04-08
* Improve obsolete comment.Tom Lane2009-04-04
* Make \dt \di and friends more consistent about the treatment ofTom Lane2009-04-04
* Do not show information_schema in \d* commands, unless 'S' or pattern isBruce Momjian2009-04-02
* Change psql \d* display so 'S' _or_ a pattern include system objects.Bruce Momjian2009-04-02
* Gettext plural supportPeter Eisentraut2009-03-26
* Polish SQL/MED terminologyPeter Eisentraut2009-03-25
* Add the possibility to specify an explicit validator function for foreign-dataPeter Eisentraut2009-02-24
* Fix psql's \dD to show only one row per domain, even when the domain hasTom Lane2009-02-23
* Improve psql \d+ to show TOAST reloptions too. Per complaint fromAlvaro Herrera2009-02-11
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-22
* Make psql \d and \dt consistent for system tables, i.e prevent \d fromBruce Momjian2009-01-20
* Document RELKIND_SPECIAL reference in psql, from <= 8.1.X.Bruce Momjian2009-01-19
* Add documentation for new \d*S* patch, and clean up some of the docs.Bruce Momjian2009-01-06
* This makes all the \dX commands (most importantly to most: \df) workBruce Momjian2009-01-06
* Update copyright for 2009.Bruce Momjian2009-01-01
* Fix another problem in SQL-MED \d displays: should have a clean failureTom Lane2008-12-31