summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2008-06-11Add optional on/off argument to \timing.Heikki Linnakangas
2008-06-10Editorialization for the text emitted by the "help" psql command.Neil Conway
2008-06-02Fix initdb to reject a relative path for -X (--xlogdir) argument. ThisTom Lane
2008-05-21Fix function headers not matching prototype in header file, perMagnus Hagander
2008-05-18Remove old kluge put in to allow Windows regression tests to succeed, and nowAndrew Dunstan
2008-05-17Use isatty() test for pager on Win32; not sure why it was disabled forBruce Momjian
2008-05-17In psql, test for output to stdout when forcing pager for wide output.Bruce Momjian
2008-05-17Fix utterly-bogus code for computing row heights. Per crashes onTom Lane
2008-05-16Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing aTom Lane
2008-05-16Recent patch doesn't compile without <limits.h>Tom Lane
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