summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* Code review for FORCE QUOTE * patch: fix error checking to consider FORCETom Lane2009-07-251-3/+3
* Document \dg+ and \du+Peter Eisentraut2009-07-241-3/+3
* Teach pg_dump to dump comments attached to the columns of a composite type.Tom Lane2009-07-231-1/+115
* Make pg_dump/pg_restore --clean options drop large objects too.Tom Lane2009-07-216-20/+30
* Properly restore pg_largeobject.relfozenxid in binary upgrade mode.Bruce Momjian2009-07-201-1/+48
* Remove unnecessary and version-sensitive dependence on the exact set ofTom Lane2009-07-201-17/+10
* Tweak the core scanner so that it can be used by plpgsql too.Tom Lane2009-07-142-5/+6
* Just a little more schema-qualification ...Tom Lane2009-07-071-2/+2
* psql backward compatibility fixPeter Eisentraut2009-07-071-2/+5
* Sort child tables by name instead of OID in \d+ displayPeter Eisentraut2009-07-071-2/+2
* Code review for patch to show definition of index columns in \d on index.Tom Lane2009-07-071-27/+26
* Show definition of index columns in \d on indexPeter Eisentraut2009-07-061-3/+13
* Have \d show child tables that inherit from the specified parentPeter Eisentraut2009-07-031-1/+39
* Fix up pg_dump's --binary-upgrade option so that it behaves properly withTom Lane2009-07-021-69/+112
* Translation updates for 8.4 release.Peter Eisentraut2009-06-2689-77229/+6127
* Fix the makefiles to fail cleanly if Perl is needed but not present. ThisTom Lane2009-06-231-6/+1
* Tweak the display of incoming foreign-key constraints in \d, per discussionPeter Eisentraut2009-06-131-7/+3
* Fix several places where a function was declared static and then definedTom Lane2009-06-122-4/+4
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-1129-801/+832
* Translation updatesPeter Eisentraut2009-06-1015-5615/+8140
* Clarify error messagePeter Eisentraut2009-06-101-2/+2
* 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