| Commit message (Expand) | Author | Age |
* | Fix psql \d commands to behave properly when a pattern using regex | is given. | Tom Lane | 2006-10-10 |
* | Fix ancient oversight in psql's \d pattern processing code: when seeing two | Tom Lane | 2006-10-07 |
* | Update copyrights that were missed. | Bruce Momjian | 2005-01-01 |
* | Clarify some strings | Peter Eisentraut | 2004-11-09 |
* | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane | 2004-11-05 |
* | Message style revisions | Peter Eisentraut | 2004-10-12 |
* | psql consistency fixes from Greg Sabino Mullane: have \df show schema and | Neil Conway | 2004-09-10 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Allow psql to use 7.4.X database by not referencing tablespaces. | Bruce Momjian | 2004-08-20 |
* | Add permission display to \db+. | Bruce Momjian | 2004-07-15 |
* | Have \dn+ show permissions and description for schemas. | Bruce Momjian | 2004-07-13 |
* | Move tablespace name up on to the same line in psql \d. | Bruce Momjian | 2004-07-13 |
* | Add tablespace location display for psql \d. | Bruce Momjian | 2004-07-12 |
* | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 |
* | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane | 2004-05-07 |
* | Make psql's \d+ command indicate whether the table in question | Neil Conway | 2004-04-22 |
* | Add CLUSTER tag to psql \d display. | Bruce Momjian | 2004-04-06 |
* | I just noticed that \dp outputs "Table" to indicate relations (tables, | Bruce Momjian | 2004-03-22 |
* | More fallout from the recent psql patch: rename xmalloc and friends to | Neil Conway | 2004-01-25 |
* | This patch makes some of the memory manipulation performed by psql a | Neil Conway | 2004-01-24 |
* | Mark string for translation. | Dennis Bjorklund | 2004-01-11 |
* | Supress non-temp schemas from psql \dn display. | Bruce Momjian | 2003-12-23 |
* | attached is a patch that adds display of the groups a user belongs to to | Bruce Momjian | 2003-12-01 |
* | This patch finishes off the work that I did with making view | Bruce Momjian | 2003-12-01 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Uppercase a few keywords in queries. | Bruce Momjian | 2003-10-26 |
* | Use pg_get_constraintdef() rather than pg_constraint.consrc; this is | Tom Lane | 2003-10-17 |
* | Changes for MinGW/WIN32: | Bruce Momjian | 2003-09-07 |
* | This makes psql use the new pg_get_viewdef function. It also puts one | Bruce Momjian | 2003-08-09 |
* | Fix some copyright notices that weren't updated. Improve copyright tool | Tom Lane | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | here are the patches for psql on Win32: | Bruce Momjian | 2003-07-27 |
* | > Having read the list, and noticed the message about table inheritance I | Bruce Momjian | 2003-07-25 |
* | Apply message style guide to frontend programs. | Peter Eisentraut | 2003-07-23 |
* | Missing calls to PQclear in large_obj.c and describe.c. | Tom Lane | 2003-06-27 |
* | Replace functional-index facility with expressional indexes. Any column | Tom Lane | 2003-05-28 |
* | New \d format: | Bruce Momjian | 2003-03-27 |
* | Avoid using a separate query to fetch the default expressions for | Tom Lane | 2003-02-24 |
* | Apply the proper version of Christopher Kings-Lynne's describe patch | Tom Lane | 2003-01-07 |
* | Fix possible buffer overrun in \d command: substr(..., 128) produces | Tom Lane | 2002-12-21 |
* | TODO marked as done: | Bruce Momjian | 2002-12-12 |
* | Make psql's \df display functions that return sets as having return type | Tom Lane | 2002-10-19 |
* | Fix psql to cope with autocommit off, at least during startup. | Tom Lane | 2002-10-15 |
* | Make \dS work more like it used to, viz, show only system objects. | Tom Lane | 2002-09-22 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Code review for standalone composite types, query-specified composite | Tom Lane | 2002-08-29 |
* | Enable locale, so case conversion (identifier processing) and number | Peter Eisentraut | 2002-08-27 |
* | Add '+' mention in \? help. More clean of \? to do. | Bruce Momjian | 2002-08-27 |
* | The cstring datatype can now be copied, passed around, etc. The typlen | Tom Lane | 2002-08-24 |