summaryrefslogtreecommitdiff
path: root/src/bin/psql
AgeCommit message (Expand)Author
2009-04-22Use brackets in psql \df \? help.Bruce Momjian
2009-04-21Improve psql \df error handling.Bruce Momjian
2009-04-21Merge psql \df options into a single \? line, and update docs.Bruce Momjian
2009-04-21Add agg/normal/trigger/window flags for psql \df and in \df output.Bruce Momjian
2009-04-11Make string more alike other similar messages.Alvaro Herrera
2009-04-11Message fixPeter Eisentraut
2009-04-11Message improvementPeter Eisentraut
2009-04-09Translation updates for 8.4 betaPeter Eisentraut
2009-04-08Remove psql's ancient hack that suppressed functions taking or returningTom Lane
2009-04-08Improve tab completion for \ef.Bruce Momjian
2009-04-06Adjust psql tab completion for new \d 'S' flag behavior; adjust code toBruce Momjian
2009-04-05Remove a boatload of useless definitions of 'int optreset'. If weTom Lane
2009-04-04Improve obsolete comment.Tom Lane
2009-04-04Make \dt \di and friends more consistent about the treatment ofTom Lane
2009-04-03Add missing help output for \ef option. Andrew GierthTom Lane
2009-04-02Do not show information_schema in \d* commands, unless 'S' or pattern isBruce Momjian
2009-04-02Change psql \d* display so 'S' _or_ a pattern include system objects.Bruce Momjian
2009-03-27Fix tab completion of ANALYZE VERBOSE <tab>. It was previously confusedHeikki Linnakangas
2009-03-26Gettext plural supportPeter Eisentraut
2009-03-25Update line count for \? output (obtained from wc -l)Peter Eisentraut
2009-03-25In the \? output, align the columns consistently.Peter Eisentraut
2009-03-25Polish SQL/MED terminologyPeter Eisentraut
2009-03-25No period if it's not a sentencePeter Eisentraut
2009-03-24Fix my typoPeter Eisentraut
2009-03-07Separate the key word list that lived in keywords.c into a new header fileAlvaro Herrera
2009-02-27Add the long options to the psql --help display, where they were curiouslyPeter Eisentraut
2009-02-26Add a -w/--no-password option that prevents all password prompts to allPeter Eisentraut
2009-02-25Remove feof(stdin) calls related to when to prompt for a password,Peter Eisentraut
2009-02-25Sort the output of --help mostly alphabetical, make it align better, makePeter Eisentraut
2009-02-24Add the possibility to specify an explicit validator function for foreign-dataPeter Eisentraut
2009-02-23Fix psql's \dD to show only one row per domain, even when the domain hasTom Lane
2009-02-11Improve psql \d+ to show TOAST reloptions too. Per complaint fromAlvaro Herrera
2009-01-22Support column-level privileges, as required by SQL standard.Tom Lane
2009-01-20Make psql \d and \dt consistent for system tables, i.e prevent \d fromBruce Momjian
2009-01-19Document RELKIND_SPECIAL reference in psql, from <= 8.1.X.Bruce Momjian
2009-01-07Removeduplicate \dd psql help mention.Bruce Momjian
2009-01-07Add spaces around psql \d* columns, per idea from Joshua Drake.Bruce Momjian
2009-01-06Improve \z psql \? help display.Bruce Momjian
2009-01-06Add documentation for new \d*S* patch, and clean up some of the docs.Bruce Momjian
2009-01-06This makes all the \dX commands (most importantly to most: \df) workBruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-12-31Fix another problem in SQL-MED \d displays: should have a clean failureTom Lane
2008-12-31Consistently use multi-line formatting for all ACL columns printed by psql'sTom Lane
2008-12-19SQL/MED catalog manipulation facilitiesPeter Eisentraut
2008-12-19Have psql's \d+ print reloptions. Extracted from Euler Taveira de Oliveira'sAlvaro Herrera
2008-12-11Append major version number and for libraries soname major version numberPeter Eisentraut
2008-11-26Adjust the behavior of the PQExpBuffer code to make it have well-definedTom Lane
2008-11-21Fix a few more format argument warnings.Magnus Hagander
2008-11-20TABLE commandPeter Eisentraut
2008-11-19Change this script to Perl 5 style. Add support for multiple refnames.Peter Eisentraut