summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2008-05-16Update psql startup banner to be shorter, suggest "help" for help.Bruce Momjian
2008-05-16Add detection of psql pager to trigger on wide output. Also add pagerBruce Momjian
2008-05-14Move the "instr_time" typedef and associated macros into a new headerTom Lane
2008-05-14Reorgnize psql \? help output, to reduce the size of the "General"Bruce Momjian
2008-05-14Fix a few warnings that have crept into CVS HEAD.Bruce Momjian
2008-05-13Change \du to use the new printTable API, improving the situation of very wideAlvaro Herrera
2008-05-13Fix a bug in the previous patch, which caused the title pointer to be usedAlvaro Herrera
2008-05-12Improve psql's internal print.c code by introducing an actual print API.Alvaro Herrera
2008-05-12Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera
2008-05-10Restore psql's former behavior that padding spaces to the right of the lastTom Lane
2008-05-09Change the rules for inherited CHECK constraints to be essentially the sameTom Lane
2008-05-09Add "%option noinput" to the scanners to avoid compiler warnings. GCC 4.3Peter Eisentraut
2008-05-09Fix memory stomp that's turning the whole buildfarm pink: you can't hack upTom Lane
2008-05-08Have psql output tab as the proper number of spaces, rather than \x09.Bruce Momjian
2008-05-08Add psql '\pset format wrapped' mode to wrap output to screen width, orBruce Momjian
2008-05-07Have boolean pset values checked against typical boolean values, ratherBruce Momjian
2008-05-05Display ACLS using multiple lines for psql's \z. Brendan Jurd.Andrew Dunstan
2008-05-05Show enum values in psql's \dt+. David Fetter.Andrew Dunstan
2008-05-04add ; missing due to my carelessnessAndrew Dunstan
2008-05-04Place statement timeout more appropriately, per gripe from Tom.Andrew Dunstan
2008-05-03Disable statement timeouts while making or restoring dumps.Andrew Dunstan
2008-05-02Show relation size in verbose (e.g. \d+) output.Heikki Linnakangas
2008-05-02One-letter backslash commands now need a space before the first argument.Peter Eisentraut
2008-04-24Update error messages, per notes from Tom.Magnus Hagander
2008-04-23Prevent shutdown in normal mode if online backup is running, andMagnus Hagander
2008-04-21Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane
2008-04-16Fix comment typo.Bruce Momjian
2008-04-14Push index operator lossiness determination down to GIST/GIN opclassTom Lane
2008-04-14Fix indentation in new REFERENCED BY psql output, per Brendan Jurd.Alvaro Herrera
2008-04-13Turn the -i/--ignore-version options of pg_dump and pg_dumpall into no-ops:Tom Lane
2008-04-05A small visit from the portability and localization police.Tom Lane
2008-04-04Have psql command 'help' suggest the use of \?, updated version.Bruce Momjian
2008-04-04Allow 'help' in psql to show \? help, for novice assistance.Bruce Momjian
2008-03-30Show database access privileges in psql's \l command. For \l+, also showTom Lane
2008-03-30Display incoming as well as outgoing foreign-key constraints in psql'sTom Lane
2008-03-29Improve description of \du and \dg, per suggestion fromTom Lane
2008-03-29Improve psql's tab completion to handle completing attribute names in casesTom Lane
2008-03-28Support statement-level ON TRUNCATE triggers. Simon RiggsTom Lane
2008-03-27Remove ipcclean utility command --- didn't work on all Unixes and onBruce Momjian
2008-03-27Reduce the need for frontend programs to include "postgres.h" by refactoringTom Lane
2008-03-26Include \password in the psql help.Magnus Hagander
2008-03-26Strengthen warnings about using pg_dump's -i option.Bruce Momjian
2008-03-21More README src cleanups.Bruce Momjian
2008-03-20Dept of second thoughts: --no-tablespaces had better also preventTom Lane
2008-03-20Support a --no-tablespaces option in pg_dump/pg_dumpall/pg_restore, so thatTom Lane
2008-03-18Catch all errors in for and while loops in makefiles. Don't ignore anyPeter Eisentraut
2008-03-11Prevent psql \copy from accepting multiple string parameters, e.g.Bruce Momjian
2008-02-29Don't call AddUserToDacl on CygwinAndrew Dunstan
2008-02-29Fix handling of restricted processes for Windows Vista (mainly),Magnus Hagander
2008-02-20Rename miscadmin.h's PG_VERSIONSTR macro to PG_BACKEND_VERSIONSTR toTom Lane