summaryrefslogtreecommitdiff
path: root/src/bin/psql/describe.c
AgeCommit message (Expand)Author
2000-02-26psql's \d command wasn't doing the right things with 'char' (type 18)Tom Lane
2000-02-16Clean up include files use in psql.Bruce Momjian
2000-02-07Fixed psql double quoting of SQL idsPeter Eisentraut
2000-01-29A few minor psql enhancementsPeter Eisentraut
2000-01-20Fix typo in \z.Bruce Momjian
2000-01-18another set of cleanupsPeter Eisentraut
2000-01-18Show encoding name rather than encoding id in case of psql -l.Tatsuo Ishii
2000-01-14Fixed psql variables vs array syntax, as well as minor psql enhancementsPeter Eisentraut
2000-01-12Fixed a few "fixes" and bugs. Adjusted messages and options to GNU suggestions.Peter Eisentraut
2000-01-10Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian
2000-01-10Move fixes for >8 indexed fields.Bruce Momjian
1999-12-31Make psql \dT always show descriptions. There is room.Bruce Momjian
1999-12-17Fix MULTIBYTE handling in string by using strcat.Bruce Momjian
1999-11-26* Includes tab completion. It's not magic, but it's very cool. At anyBruce Momjian
1999-11-13Fix for psql control-d and .psqlrc that I broke. Fix for \dT withBruce Momjian
1999-11-11In the spirit of TODO itemBruce Momjian
1999-11-04psql cleanupBruce Momjian
1999-11-04Major psql overhaul by Peter Eisentraut.Bruce Momjian