| Commit message (Expand) | Author | Age |
* | Fix numericlocale psql option when used with a null string and latex and troff | Heikki Linnakangas | 2010-03-01 |
* | Fix \df to re-allow regexp special characters in the function name pattern. | Tom Lane | 2009-10-28 |
* | Remove unnecessary and version-sensitive dependence on the exact set of | Tom Lane | 2009-07-20 |
* | Tweak the display of incoming foreign-key constraints in \d, per discussion | Peter Eisentraut | 2009-06-13 |
* | Fix several places where a function was declared static and then defined | Tom Lane | 2009-06-12 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Clarify error message | Peter Eisentraut | 2009-06-10 |
* | Trivial code style cleanup around a couple of ngettext calls. | Tom Lane | 2009-06-04 |
* | Fix to use the same format specifiers in both branches of a ngettext(). | Peter Eisentraut | 2009-05-27 |
* | Code review for \df rewrite: fix assorted bugs, make type and | Tom Lane | 2009-05-05 |
* | Fix the query used for \d against 8.2 and 8.3 servers. | Heikki Linnakangas | 2009-05-04 |
* | Improve psql \df error handling. | Bruce Momjian | 2009-04-21 |
* | Add agg/normal/trigger/window flags for psql \df and in \df output. | Bruce Momjian | 2009-04-21 |
* | Remove psql's ancient hack that suppressed functions taking or returning | Tom Lane | 2009-04-08 |
* | Improve obsolete comment. | Tom Lane | 2009-04-04 |
* | Make \dt \di and friends more consistent about the treatment of | Tom Lane | 2009-04-04 |
* | Do not show information_schema in \d* commands, unless 'S' or pattern is | Bruce Momjian | 2009-04-02 |
* | Change psql \d* display so 'S' _or_ a pattern include system objects. | Bruce Momjian | 2009-04-02 |
* | Gettext plural support | Peter Eisentraut | 2009-03-26 |
* | Polish SQL/MED terminology | Peter Eisentraut | 2009-03-25 |
* | Add the possibility to specify an explicit validator function for foreign-data | Peter Eisentraut | 2009-02-24 |
* | Fix psql's \dD to show only one row per domain, even when the domain has | Tom Lane | 2009-02-23 |
* | Improve psql \d+ to show TOAST reloptions too. Per complaint from | Alvaro Herrera | 2009-02-11 |
* | Support column-level privileges, as required by SQL standard. | Tom Lane | 2009-01-22 |
* | Make psql \d and \dt consistent for system tables, i.e prevent \d from | Bruce Momjian | 2009-01-20 |
* | Document RELKIND_SPECIAL reference in psql, from <= 8.1.X. | Bruce Momjian | 2009-01-19 |
* | Add documentation for new \d*S* patch, and clean up some of the docs. | Bruce Momjian | 2009-01-06 |
* | This makes all the \dX commands (most importantly to most: \df) work | Bruce Momjian | 2009-01-06 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Fix another problem in SQL-MED \d displays: should have a clean failure | Tom Lane | 2008-12-31 |
* | Consistently use multi-line formatting for all ACL columns printed by psql's | Tom Lane | 2008-12-31 |
* | SQL/MED catalog manipulation facilities | Peter Eisentraut | 2008-12-19 |
* | Have psql's \d+ print reloptions. Extracted from Euler Taveira de Oliveira's | Alvaro Herrera | 2008-12-19 |
* | Replace pg_class.reltriggers with relhastriggers, which is just a boolean hint | Tom Lane | 2008-11-09 |
* | Improve psql's \dC command to take a pattern parameter. Casts are shown | Tom Lane | 2008-11-06 |
* | Fix two error-recovery bugs in describeOneTableDetails(), and make the code | Tom Lane | 2008-11-03 |
* | Make LC_COLLATE and LC_CTYPE database-level settings. Collation and | Heikki Linnakangas | 2008-09-23 |
* | Suppress compiler warning, and not incidentally make the code more | Tom Lane | 2008-07-18 |
* | Implement SQL-spec RETURNS TABLE syntax for functions. | Tom Lane | 2008-07-18 |
* | Support "variadic" functions, which can accept a variable number of arguments | Tom Lane | 2008-07-16 |
* | Addendum: psql sequence value display patch was originally written by | Bruce Momjian | 2008-07-15 |
* | Have psql \d show the value of sequence columns. | Bruce Momjian | 2008-07-15 |
* | Add comment about literal strings in our syntax not being translated in | Bruce Momjian | 2008-07-14 |
* | Add column storage type to psql \d+ display. | Bruce Momjian | 2008-07-14 |
* | In psql, rename trans_* variables to translate_*, for clarity. | Bruce Momjian | 2008-07-14 |
* | More replacements of binary compatible to binary coercible. | Peter Eisentraut | 2008-07-12 |
* | Don't print the name of the database in psql \z. | Peter Eisentraut | 2008-07-03 |
* | Fix psql's \d and allied commands to work with all server versions back to 7.4. | Tom Lane | 2008-07-03 |
* | Change \du to use the new printTable API, improving the situation of very wide | Alvaro Herrera | 2008-05-13 |
* | Fix a bug in the previous patch, which caused the title pointer to be used | Alvaro Herrera | 2008-05-13 |