| Commit message (Expand) | Author | Age |
* | Modify psql's \d printout to fold exclusion constraints in with regular | Tom Lane | 2010-03-11 |
* | Simplify a couple of pg_dump and psql \d queries about index constraints | Tom Lane | 2010-03-11 |
* | Fix numericlocale psql option when used with a null string and latex and troff | Heikki Linnakangas | 2010-03-01 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 | Tom Lane | 2010-02-17 |
* | Type table feature | Peter Eisentraut | 2010-01-28 |
* | Adjust psql to use pg_get_triggerdef(pretty=true) to remove extra ()'s | Itagaki Takahiro | 2010-01-21 |
* | Improve the handling of SET CONSTRAINTS commands by having them search | Tom Lane | 2010-01-17 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Add exclusion constraints, which generalize the concept of uniqueness to | Tom Lane | 2009-12-07 |
* | In psql \du, separate the role attributes by comma instead of newline, | Peter Eisentraut | 2009-11-11 |
* | In psql, show view definition only with \d+, not with \d | Peter Eisentraut | 2009-11-03 |
* | Fix \df to re-allow regexp special characters in the function name pattern. | Tom Lane | 2009-10-28 |
* | Make it possibly to specify GUC params per user and per database. | Alvaro Herrera | 2009-10-07 |
* | Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust | Tom Lane | 2009-10-05 |
* | Support deferrable uniqueness constraints. | Tom Lane | 2009-07-29 |
* | Remove unnecessary and version-sensitive dependence on the exact set of | Tom Lane | 2009-07-20 |
* | Just a little more schema-qualification ... | Tom Lane | 2009-07-07 |
* | psql backward compatibility fix | Peter Eisentraut | 2009-07-07 |
* | Sort child tables by name instead of OID in \d+ display | Peter Eisentraut | 2009-07-07 |
* | Code review for patch to show definition of index columns in \d on index. | Tom Lane | 2009-07-07 |
* | Show definition of index columns in \d on index | Peter Eisentraut | 2009-07-06 |
* | Have \d show child tables that inherit from the specified parent | Peter Eisentraut | 2009-07-03 |
* | 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 |