aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/describe.c
Commit message (Expand)AuthorAge
* Fix numericlocale psql option when used with a null string and latex and troffHeikki Linnakangas2010-03-01
* Fix \df to re-allow regexp special characters in the function name pattern.Tom Lane2009-10-28
* Remove unnecessary and version-sensitive dependence on the exact set ofTom Lane2009-07-20
* 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
* Consistently use multi-line formatting for all ACL columns printed by psql'sTom Lane2008-12-31
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-19
* Have psql's \d+ print reloptions. Extracted from Euler Taveira de Oliveira'sAlvaro Herrera2008-12-19
* Replace pg_class.reltriggers with relhastriggers, which is just a boolean hintTom Lane2008-11-09
* Improve psql's \dC command to take a pattern parameter. Casts are shownTom Lane2008-11-06
* Fix two error-recovery bugs in describeOneTableDetails(), and make the codeTom Lane2008-11-03
* Make LC_COLLATE and LC_CTYPE database-level settings. Collation andHeikki Linnakangas2008-09-23
* Suppress compiler warning, and not incidentally make the code moreTom Lane2008-07-18
* Implement SQL-spec RETURNS TABLE syntax for functions.Tom Lane2008-07-18
* Support "variadic" functions, which can accept a variable number of argumentsTom Lane2008-07-16
* Addendum: psql sequence value display patch was originally written byBruce Momjian2008-07-15
* Have psql \d show the value of sequence columns.Bruce Momjian2008-07-15
* Add comment about literal strings in our syntax not being translated inBruce Momjian2008-07-14
* Add column storage type to psql \d+ display.Bruce Momjian2008-07-14
* In psql, rename trans_* variables to translate_*, for clarity.Bruce Momjian2008-07-14
* More replacements of binary compatible to binary coercible.Peter Eisentraut2008-07-12
* Don't print the name of the database in psql \z.Peter Eisentraut2008-07-03
* Fix psql's \d and allied commands to work with all server versions back to 7.4.Tom Lane2008-07-03
* Change \du to use the new printTable API, improving the situation of very wideAlvaro Herrera2008-05-13
* Fix a bug in the previous patch, which caused the title pointer to be usedAlvaro Herrera2008-05-13