aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Adjust psql tab completion for new \d 'S' flag behavior; adjust code toBruce Momjian2009-04-06
* Rename the new CREATE DATABASE options to set collation and ctype intoHeikki Linnakangas2009-04-06
* Remove a boatload of useless definitions of 'int optreset'. If weTom Lane2009-04-05
* Improve obsolete comment.Tom Lane2009-04-04
* Make \dt \di and friends more consistent about the treatment ofTom Lane2009-04-04
* Add missing help output for \ef option. Andrew GierthTom Lane2009-04-03
* Do not show information_schema in \d* commands, unless 'S' or pattern isBruce Momjian2009-04-02
* Change psql \d* display so 'S' _or_ a pattern include system objects.Bruce Momjian2009-04-02
* Improve pg_dump's query for retrieving BLOB comments to be more efficientTom Lane2009-04-01
* Don't crash initdb when we fail to get the current username.Magnus Hagander2009-03-31
* Fix tab completion of ANALYZE VERBOSE <tab>. It was previously confusedHeikki Linnakangas2009-03-27
* Gettext plural supportPeter Eisentraut2009-03-26
* Update line count for \? output (obtained from wc -l)Peter Eisentraut2009-03-25
* In the \? output, align the columns consistently.Peter Eisentraut2009-03-25
* Polish SQL/MED terminologyPeter Eisentraut2009-03-25
* No period if it's not a sentencePeter Eisentraut2009-03-25
* Fix my typoPeter Eisentraut2009-03-24
* Remove the -d and -D options of pg_dump and pg_dumpall. The functionalityTom Lane2009-03-22
* Rename pg_restore -m to -j, and add documentation about what good numbersPeter Eisentraut2009-03-20
* Add -w option to --help output. It was apparently forgotten when -w wasPeter Eisentraut2009-03-17
* Fix identify_locking_dependencies to reflect the fact that fix_dependenciesTom Lane2009-03-13
* Use thread-local storage for querybuffer in fmtId() on Windows, when needed (...Andrew Dunstan2009-03-11
* Add comments about kwlookup.c expectationsAlvaro Herrera2009-03-08
* Avoid MSVC breakage caused by my previous commit by not using a variable inAlvaro Herrera2009-03-07
* Separate the key word list that lived in keywords.c into a new header fileAlvaro Herrera2009-03-07
* Message tuningPeter Eisentraut2009-03-05
* Provide some proper minimal documentation for the pg_dump(all) --binary-upgradePeter Eisentraut2009-03-04
* Add the long options to the psql --help display, where they were curiouslyPeter Eisentraut2009-02-27
* Final removal of -q options, which haven't done anything since 8.3 andPeter Eisentraut2009-02-26
* Add a -w/--no-password option that prevents all password prompts to allPeter Eisentraut2009-02-26
* Use the same style in the help synopsis that other programs are using.Peter Eisentraut2009-02-25
* Remove feof(stdin) calls related to when to prompt for a password,Peter Eisentraut2009-02-25
* Sort the output of --help mostly alphabetical, make it align better, makePeter Eisentraut2009-02-25
* Add the possibility to specify an explicit validator function for foreign-dataPeter Eisentraut2009-02-24
* Fix psql's \dD to show only one row per domain, even when the domain hasTom Lane2009-02-23
* Reconnect to the right database when using parallel restore with -C. Fixes bu...Andrew Dunstan2009-02-20
* Add --freeze option to vacuumdb.Bruce Momjian2009-02-18
* Have pg_dump/pg_dumpall --binary-upgrade restore frozenids for relationsBruce Momjian2009-02-18
* Add missing newline.Bruce Momjian2009-02-17
* Add pg_dump --binary-upgrade flag to be used by binary upgradeBruce Momjian2009-02-17
* Wrap some long queries.Bruce Momjian2009-02-16
* Uppercase keywords in pg_dump.cBruce Momjian2009-02-16
* Improve psql \d+ to show TOAST reloptions too. Per complaint fromAlvaro Herrera2009-02-11
* Provide for parallel restoration from a custom format archive. Each data andAndrew Dunstan2009-02-02
* Allow reloption names to have qualifiers, initially supporting a TOASTAlvaro Herrera2009-02-02
* Support running as a service on Windows 7, by not specifyingMagnus Hagander2009-01-28
* Revert updatable viewsPeter Eisentraut2009-01-27
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-22
* Automatic view update rulesPeter Eisentraut2009-01-22
* Make psql \d and \dt consistent for system tables, i.e prevent \d fromBruce Momjian2009-01-20