aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Fix pg_dump failure against 7.1 or older servers, perTom Lane2002-12-01
* This patch fixes two tiny memory leaks in pg_dump and two in pg_dumpall.Bruce Momjian2002-11-29
* Remove check for pg_group file as part of initdb -W password assignmentBruce Momjian2002-11-25
* Heres a patch which will create the sql_help.h file on Win32 if itBruce Momjian2002-11-23
* This patch implements FOR EACH STATEMENT triggers, per my email toBruce Momjian2002-11-23
* Quote database name properly when invoking pg_dump. Per report fromTom Lane2002-11-22
* Finish implementation of hashed aggregation. Add enable_hashagg GUCTom Lane2002-11-21
* Clean up psql:Bruce Momjian2002-11-15
* pg_dump for domain constraints.Bruce Momjian2002-11-15
* Rename:Bruce Momjian2002-11-15
* Rename server_min_messages to log_min_messages. Part of consolidationBruce Momjian2002-11-14
* Here is a patch that does just that, while maintaining theBruce Momjian2002-11-08
* Add extra_float_digits GUC parameter to allow adjustment of displayedTom Lane2002-11-08
* 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
* Fix unintentional breakage of COPY TO/FROM stdin. Mea culpa.Tom Lane2002-10-15
* Fix psql to cope with autocommit off, at least during startup.Tom Lane2002-10-15
* Translation updatesPeter Eisentraut2002-10-14
* psql thought that backslash is an escape character inside double quotes.Tom Lane2002-10-12
* > Alvaro Herrera <alvherre@atentus.com> writes:Bruce Momjian2002-10-09
* The attached patch fixes a number of issues related to compiling theBruce Momjian2002-10-03
* Re-enable pg_resetxlog to accept -l values in hexadecimal (it used toTom Lane2002-10-02
* pg_resetxlog was missing support for the pg_control fields added in 7.3.Tom Lane2002-10-02
* > Fix clusterdb to be schema-awareBruce Momjian2002-09-27
* Change default privileges for languages and functions to be PUBLIC USAGETom Lane2002-09-24
* Translation updates, some messages tweaked.Peter Eisentraut2002-09-22
* Make \dS work more like it used to, viz, show only system objects.Tom Lane2002-09-22
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-18
* Avoid overflow for large elapsed times in \timing output. PerTom Lane2002-09-14
* Translation updatesPeter Eisentraut2002-09-14
* > BTW, clusterdb is not schema-aware and will surely fail in any databaseBruce Momjian2002-09-12
* Add sprompt.obj to Win32 makefiles.Bruce Momjian2002-09-11