summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2009-02-27Add the long options to the psql --help display, where they were curiouslyPeter Eisentraut
2009-02-26Final removal of -q options, which haven't done anything since 8.3 andPeter Eisentraut
2009-02-26Add a -w/--no-password option that prevents all password prompts to allPeter Eisentraut
2009-02-25Use the same style in the help synopsis that other programs are using.Peter 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-20Reconnect to the right database when using parallel restore with -C. Fixes bu...Andrew Dunstan
2009-02-18Add --freeze option to vacuumdb.Bruce Momjian
2009-02-18Have pg_dump/pg_dumpall --binary-upgrade restore frozenids for relationsBruce Momjian
2009-02-17Add missing newline.Bruce Momjian
2009-02-17Add pg_dump --binary-upgrade flag to be used by binary upgradeBruce Momjian
2009-02-16Wrap some long queries.Bruce Momjian
2009-02-16Uppercase keywords in pg_dump.cBruce Momjian
2009-02-11Improve psql \d+ to show TOAST reloptions too. Per complaint fromAlvaro Herrera
2009-02-02Provide for parallel restoration from a custom format archive. Each data andAndrew Dunstan
2009-02-02Allow reloption names to have qualifiers, initially supporting a TOASTAlvaro Herrera
2009-01-28Support running as a service on Windows 7, by not specifyingMagnus Hagander
2009-01-27Revert updatable viewsPeter Eisentraut
2009-01-22Support column-level privileges, as required by SQL standard.Tom Lane
2009-01-22Automatic view update rulesPeter Eisentraut
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-18Fix a pg_dump output ordering problem introduced in 8.3 by the addition ofTom Lane
2009-01-15Remove period from primary error message.Peter Eisentraut
2009-01-13Throw an error when using -C and -1 at the same time in pg_restore.Magnus Hagander
2009-01-07Update MinGW so it handles fseeko() similar to Unix.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-06Make pg_dump and pg_dumpall --clean options match the SGML docs, for consiste...Bruce Momjian
2009-01-06Update pg_restore --help text to match the SGML documentation.Bruce Momjian
2009-01-05Add a --role option to pg_dump, pg_dumpall, and pg_restore. This allowsTom Lane
2009-01-05Allow out-of-tree builds on mingw and cygwinPeter Eisentraut
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-31Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it,Tom 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-18Code review for function default parameters patch. Fix numerous problems asTom Lane
2008-12-11Append major version number and for libraries soname major version numberPeter Eisentraut
2008-12-07Set up ar, dlltool, dllwrap, and windres for cross-compiling if necessary.Peter Eisentraut
2008-12-04Default values for function argumentsPeter Eisentraut
2008-11-26Adjust the behavior of the PQExpBuffer code to make it have well-definedTom Lane
2008-11-24CLUSTER VERBOSE and corresponding clusterdb --verbose optionPeter Eisentraut
2008-11-21Fix a few more format argument warnings.Magnus Hagander