summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2010-03-09Return proper exit code (3) from psql when ON_ERROR_STOP=on andBruce Momjian
2010-03-03Fix pg_dump of ACLs of foreign servers. The command to grant/revokeHeikki Linnakangas
2010-03-01Fix translation of strings in psql \d output (translation in headers worked,Heikki Linnakangas
2010-03-01Fix numericlocale psql option when used with a null string and latex and troffHeikki Linnakangas
2010-01-30Fix memory leakage introduced into print_aligned_text by 8.4 changesTom Lane
2010-01-19When doing a parallel restore, we must guard against out-of-range dependencyTom Lane
2009-12-08Translation updatesPeter Eisentraut
2009-11-20Fix display and dumping of UPDATE OR TRUNCATE triggers (a bizarre combinationTom Lane
2009-11-19Typo: dump -> restorePeter Eisentraut
2009-11-14Add inheritable ACE when creating a restricted token for execution onMagnus Hagander
2009-11-10Do not build psql's flex module on its own, but instead include it inTom Lane
2009-10-28Fix \df to re-allow regexp special characters in the function name pattern.Tom Lane
2009-10-16FREEZE and VERBOSE options were in wrong order in the VACUUM command thatHeikki Linnakangas
2009-09-03Translation updatesPeter Eisentraut
2009-09-02Fix pg_ctl's readfile() to not go into infinite loop on an empty fileTom Lane
2009-08-24Fix inclusions of readline/editline header files so that we only attempt toTom Lane
2009-08-07Try to defend against the possibility that libpq is still in COPY_IN stateTom Lane
2009-07-24Document \dg+ and \du+Peter Eisentraut
2009-07-20Properly restore pg_largeobject.relfozenxid in binary upgrade mode.Bruce Momjian
2009-07-20Remove unnecessary and version-sensitive dependence on the exact set ofTom Lane
2009-07-02Fix up pg_dump's --binary-upgrade option so that it behaves properly withTom Lane
2009-06-26Translation updates for 8.4 release.Peter Eisentraut
2009-06-23Fix the makefiles to fail cleanly if Perl is needed but not present. ThisTom Lane
2009-06-13Tweak the display of incoming foreign-key constraints in \d, per discussionPeter Eisentraut
2009-06-12Fix several places where a function was declared static and then definedTom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-06-10Translation updatesPeter Eisentraut
2009-06-10Clarify error messagePeter Eisentraut
2009-06-04Trivial code style cleanup around a couple of ngettext calls.Tom Lane
2009-06-04Remove a couple of debugging messages that have been #ifdef'd out for ages.Tom Lane
2009-06-03Change rather bizarre code ordering in get_id(). This isn't strictlyTom Lane
2009-05-27Fix to use the same format specifiers in both branches of a ngettext().Peter Eisentraut
2009-05-27Ignore RECHECK in CREATE OPERATOR CLASS, just throwing a NOTICE, instead ofTom Lane
2009-05-26Allow the second argument of pg_get_expr() to be just zero when deparsingTom Lane
2009-05-21Convert some messages to use ngettext().Peter Eisentraut
2009-05-14Translation updatesAlvaro Herrera
2009-05-10Adjust pg_dumpall so that it emits ENCODING, LC_COLLATE, and LC_CTYPE optionsTom Lane
2009-05-05Code review for \df rewrite: fix assorted bugs, make type andTom Lane
2009-05-04Fix the query used for \d against 8.2 and 8.3 servers.Heikki Linnakangas
2009-05-03Fix pg_resetxlog to remove archive status files along with WAL segment files.Tom Lane
2009-04-28In VACUUM, FREEZE must be before ANALYZE; fix this in vacuumdb. DocsBruce Momjian
2009-04-26Remove Windows-specific definition of S_ISDIR(). This should not be here;Tom Lane
2009-04-22Use brackets in psql \df \? help.Bruce Momjian
2009-04-21Improve psql \df error handling.Bruce Momjian
2009-04-21Merge psql \df options into a single \? line, and update docs.Bruce Momjian
2009-04-21Add agg/normal/trigger/window flags for psql \df and in \df output.Bruce Momjian
2009-04-14pg_restore -jN does not equate "multiple jobs", so partly revert theAlvaro Herrera
2009-04-13Make new strings more alike previously existing messages.Alvaro Herrera
2009-04-12Fix logic to detect conflicts or blocks involving exclusive locks in parallel...Andrew Dunstan
2009-04-11Fix pg_dumpall so that when --clean is specified, it drops roles andTom Lane