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