summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* Trivial code style cleanup around a couple of ngettext calls.Tom Lane2009-06-042-4/+9
* Remove a couple of debugging messages that have been #ifdef'd out for ages.Tom Lane2009-06-042-16/+2
* Change rather bizarre code ordering in get_id(). This isn't strictlyTom Lane2009-06-031-3/+3
* Fix to use the same format specifiers in both branches of a ngettext().Peter Eisentraut2009-05-272-4/+4
* Ignore RECHECK in CREATE OPERATOR CLASS, just throwing a NOTICE, instead ofTom Lane2009-05-271-5/+9
* Allow the second argument of pg_get_expr() to be just zero when deparsingTom Lane2009-05-261-2/+3
* Convert some messages to use ngettext().Peter Eisentraut2009-05-211-11/+31
* Translation updatesAlvaro Herrera2009-05-1432-7510/+9265
* Adjust pg_dumpall so that it emits ENCODING, LC_COLLATE, and LC_CTYPE optionsTom Lane2009-05-101-11/+62
* Code review for \df rewrite: fix assorted bugs, make type andTom Lane2009-05-051-32/+59
* Fix the query used for \d against 8.2 and 8.3 servers.Heikki Linnakangas2009-05-041-2/+2
* Fix pg_resetxlog to remove archive status files along with WAL segment files.Tom Lane2009-05-031-1/+60
* In VACUUM, FREEZE must be before ANALYZE; fix this in vacuumdb. DocsBruce Momjian2009-04-281-3/+3
* Remove Windows-specific definition of S_ISDIR(). This should not be here;Tom Lane2009-04-261-5/+1
* Use brackets in psql \df \? help.Bruce Momjian2009-04-221-2/+2
* Improve psql \df error handling.Bruce Momjian2009-04-211-2/+8
* Merge psql \df options into a single \? line, and update docs.Bruce Momjian2009-04-211-3/+2
* Add agg/normal/trigger/window flags for psql \df and in \df output.Bruce Momjian2009-04-214-21/+143
* pg_restore -jN does not equate "multiple jobs", so partly revert theAlvaro Herrera2009-04-141-2/+2
* Make new strings more alike previously existing messages.Alvaro Herrera2009-04-131-3/+3
* Fix logic to detect conflicts or blocks involving exclusive locks in parallel...Andrew Dunstan2009-04-121-13/+33
* Fix pg_dumpall so that when --clean is specified, it drops roles andTom Lane2009-04-111-28/+168
* Make string more alike other similar messages.Alvaro Herrera2009-04-111-3/+3
* Message fixPeter Eisentraut2009-04-111-2/+2
* Message improvementPeter Eisentraut2009-04-111-2/+2
* Translation updates for 8.4 betaPeter Eisentraut2009-04-0942-6246/+18341
* Remove psql's ancient hack that suppressed functions taking or returningTom Lane2009-04-081-14/+4
* Quote string literals correctly in the new CREATE SERVER statementsHeikki Linnakangas2009-04-082-17/+27
* Improve tab completion for \ef.Bruce Momjian2009-04-081-2/+5
* Adjust psql tab completion for new \d 'S' flag behavior; adjust code toBruce Momjian2009-04-061-37/+30
* Rename the new CREATE DATABASE options to set collation and ctype intoHeikki Linnakangas2009-04-063-9/+9
* Remove a boatload of useless definitions of 'int optreset'. If weTom Lane2009-04-058-41/+8
* Improve obsolete comment.Tom Lane2009-04-041-3/+3
* Make \dt \di and friends more consistent about the treatment ofTom Lane2009-04-041-3/+10
* Add missing help output for \ef option. Andrew GierthTom Lane2009-04-031-2/+3
* Do not show information_schema in \d* commands, unless 'S' or pattern isBruce Momjian2009-04-021-20/+35
* Change psql \d* display so 'S' _or_ a pattern include system objects.Bruce Momjian2009-04-021-22/+22
* Improve pg_dump's query for retrieving BLOB comments to be more efficientTom Lane2009-04-011-2/+8
* Don't crash initdb when we fail to get the current username.Magnus Hagander2009-03-311-2/+14
* Fix tab completion of ANALYZE VERBOSE <tab>. It was previously confusedHeikki Linnakangas2009-03-271-6/+6
* Gettext plural supportPeter Eisentraut2009-03-265-22/+38
* Update line count for \? output (obtained from wc -l)Peter Eisentraut2009-03-251-2/+2
* In the \? output, align the columns consistently.Peter Eisentraut2009-03-251-73/+69
* Polish SQL/MED terminologyPeter Eisentraut2009-03-251-5/+5
* No period if it's not a sentencePeter Eisentraut2009-03-251-2/+2
* Fix my typoPeter Eisentraut2009-03-241-2/+2
* Remove the -d and -D options of pg_dump and pg_dumpall. The functionalityTom Lane2009-03-222-42/+36
* Rename pg_restore -m to -j, and add documentation about what good numbersPeter Eisentraut2009-03-203-15/+15
* Add -w option to --help output. It was apparently forgotten when -w wasPeter Eisentraut2009-03-171-1/+2
* Fix identify_locking_dependencies to reflect the fact that fix_dependenciesTom Lane2009-03-131-4/+7