aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Translation updatesPeter Eisentraut2009-09-03
* Fix pg_ctl's readfile() to not go into infinite loop on an empty fileTom Lane2009-09-02
* Fix inclusions of readline/editline header files so that we only attempt toTom Lane2009-08-24
* Try to defend against the possibility that libpq is still in COPY_IN stateTom Lane2009-08-07
* Document \dg+ and \du+Peter Eisentraut2009-07-24
* Properly restore pg_largeobject.relfozenxid in binary upgrade mode.Bruce Momjian2009-07-20
* Remove unnecessary and version-sensitive dependence on the exact set ofTom Lane2009-07-20
* Fix up pg_dump's --binary-upgrade option so that it behaves properly withTom Lane2009-07-02
* Translation updates for 8.4 release.Peter Eisentraut2009-06-26
* Fix the makefiles to fail cleanly if Perl is needed but not present. ThisTom Lane2009-06-23
* Tweak the display of incoming foreign-key constraints in \d, per discussionPeter Eisentraut2009-06-13
* Fix several places where a function was declared static and then definedTom Lane2009-06-12
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Translation updatesPeter Eisentraut2009-06-10
* Clarify error messagePeter Eisentraut2009-06-10
* Trivial code style cleanup around a couple of ngettext calls.Tom Lane2009-06-04
* Remove a couple of debugging messages that have been #ifdef'd out for ages.Tom Lane2009-06-04
* Change rather bizarre code ordering in get_id(). This isn't strictlyTom Lane2009-06-03
* Fix to use the same format specifiers in both branches of a ngettext().Peter Eisentraut2009-05-27
* Ignore RECHECK in CREATE OPERATOR CLASS, just throwing a NOTICE, instead ofTom Lane2009-05-27
* Allow the second argument of pg_get_expr() to be just zero when deparsingTom Lane2009-05-26
* Convert some messages to use ngettext().Peter Eisentraut2009-05-21
* Translation updatesAlvaro Herrera2009-05-14
* Adjust pg_dumpall so that it emits ENCODING, LC_COLLATE, and LC_CTYPE optionsTom Lane2009-05-10
* Code review for \df rewrite: fix assorted bugs, make type andTom Lane2009-05-05
* Fix the query used for \d against 8.2 and 8.3 servers.Heikki Linnakangas2009-05-04
* Fix pg_resetxlog to remove archive status files along with WAL segment files.Tom Lane2009-05-03
* In VACUUM, FREEZE must be before ANALYZE; fix this in vacuumdb. DocsBruce Momjian2009-04-28
* Remove Windows-specific definition of S_ISDIR(). This should not be here;Tom Lane2009-04-26
* Use brackets in psql \df \? help.Bruce Momjian2009-04-22
* Improve psql \df error handling.Bruce Momjian2009-04-21
* Merge psql \df options into a single \? line, and update docs.Bruce Momjian2009-04-21
* Add agg/normal/trigger/window flags for psql \df and in \df output.Bruce Momjian2009-04-21
* pg_restore -jN does not equate "multiple jobs", so partly revert theAlvaro Herrera2009-04-14
* Make new strings more alike previously existing messages.Alvaro Herrera2009-04-13
* Fix logic to detect conflicts or blocks involving exclusive locks in parallel...Andrew Dunstan2009-04-12
* Fix pg_dumpall so that when --clean is specified, it drops roles andTom Lane2009-04-11
* Make string more alike other similar messages.Alvaro Herrera2009-04-11
* Message fixPeter Eisentraut2009-04-11
* Message improvementPeter Eisentraut2009-04-11
* Translation updates for 8.4 betaPeter Eisentraut2009-04-09
* Remove psql's ancient hack that suppressed functions taking or returningTom Lane2009-04-08
* Quote string literals correctly in the new CREATE SERVER statementsHeikki Linnakangas2009-04-08
* Improve tab completion for \ef.Bruce Momjian2009-04-08
* 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