aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Don't choke when the handler for a procedural language is located inTom Lane2003-10-28
* [ Patch applied only to 7.3.X.]Bruce Momjian2003-09-29
* Backpatched changes for rules when casts are dumped according toJan Wieck2003-09-28
* Fix translation mistake.Peter Eisentraut2003-08-24
* [ Backpatch to 7.3.X.]Bruce Momjian2003-06-25
* Small translation updates for 7.3.3 release.Peter Eisentraut2003-05-18
* Back-patch fix to allow createuser to exit on control-C (Oliver Elphick)Tom Lane2003-05-16
* Back-patch fix from Oliver Elphick to force ISO datestyle in dumps.Tom Lane2003-05-16
* Fix erroneous space calculation leading to core dump in dumpProcLangs,Tom Lane2003-05-03
* Correct oversight in createlang: test for pre-existing handler functionTom Lane2003-04-26
* Back-patch fixes for zero-column tables in COPY, pg_dump.Tom Lane2003-04-25
* pg_dumpall failed on groups having no members. Per report fromTom Lane2003-03-14
* pg_restore failed to restore blobs if -X disable-triggers is specified.Tom Lane2003-03-09
* Add missing --globals-only (long form of -g).Tom Lane2003-03-06
* Result of lo_read() is int, not size_t. Per Oleg Drokin.Tom Lane2003-02-13
* Cleaner solution to the problem of loading pre-7.3 dumps containingTom Lane2003-02-01
* Changes of 6-Sep-02 broke pg_restore's ability to recognize tar-formatTom Lane2003-02-01
* Prevent core dump when die_horribly() is called with null AH pointer.Tom Lane2003-01-27
* Back-patch fix for not shell-quoting editor name, as it also fixesTom Lane2003-01-24
* Fix bogus formatting of DROP DATABASE command, per Christopher Kings-Lynne.Tom Lane2003-01-16
* Add missing <limits.h> for INT64_IS_BUSTED case.Tom Lane2003-01-10
* Translation updatesPeter Eisentraut2003-01-04
* Remove overenthusiastic free'ing of comment dependencies; could lead toTom Lane2002-12-27
* Fix possible buffer overrun in \d command: substr(..., 128) producesREL7_3_1Tom Lane2002-12-21
* Translation updatesPeter Eisentraut2002-12-10
* Fix pg_dump failure against 7.1 or older servers, perTom Lane2002-12-01
* Remove check for pg_group file as part of initdb -W password assignmentBruce Momjian2002-11-25
* Quote database name properly when invoking pg_dump. Per report fromTom Lane2002-11-22
* Update German translations.Peter Eisentraut2002-11-13
* Translation updatesPeter Eisentraut2002-11-05
* Avoid malloc(0) when printing a table of no columns. On some platformsTom Lane2002-11-01
* Add popen/pclose -> _popen/_pclose() mapping for Win32.Bruce Momjian2002-10-29
* getopt.c now in /port, for MS Win.Bruce Momjian2002-10-29
* Suppress compile warnings on OS X.Tom Lane2002-10-27
* Change to fseeko(), per Philip.Bruce Momjian2002-10-25
* Allow fseeko in pg_dump only if fseeko() will work for all supported fileBruce Momjian2002-10-25
* Fix include files for new PageOutput call.Bruce Momjian2002-10-24
* Page \h output and centralize psql paging code in PageOutput().Bruce Momjian2002-10-23
* Allow 8-byte off_t to properly pg_dump, from Philip Warner with mods by Bruce.Bruce Momjian2002-10-22
* Cleanup for CLUSTERDB failure:Bruce Momjian2002-10-21
* Translation updatesPeter Eisentraut2002-10-21
* Returns exit status 1 if invalid encoding name orTatsuo Ishii2002-10-20
* Make psql's \df display functions that return sets as having return typeTom Lane2002-10-19
* Fix psql's \copy to accept table names containing schemas, as well asTom Lane2002-10-19
* Improve formatting of --help output.Peter Eisentraut2002-10-18
* Un-break createlang build.Tom Lane2002-10-18
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-18
* Make pg_dump save for autocommit = off.Bruce Momjian2002-10-16
* Improve appearance of SET command.Bruce Momjian2002-10-16
* Fix script to handle autocommit = 'off' by prepending autocommit 'on' toBruce Momjian2002-10-16