summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* Initial version of the SQL information schemaPeter Eisentraut2002-12-141-1/+5
* Increment libpq major number for 7.3.1 and minor for 7.4.Bruce Momjian2002-12-131-57/+56
* Here's the patch I mentioned on HACKERS to fix up ALTER command tabBruce Momjian2002-12-131-73/+146
* Don't produce bogus COPY command when there are no undropped columnsTom Lane2002-12-121-33/+51
* TODO marked as done:Bruce Momjian2002-12-124-5/+120
* Don't force rebuild of all of backend/parser when we only needTom Lane2002-12-121-2/+2
* Move psql \? Formatting above Large Object/Copy.Bruce Momjian2002-12-111-9/+9
* psql \? rearrangement, suggested by Tom.Bruce Momjian2002-12-111-6/+7
* Reorder psql \? help into groupings, idea from Harald Armin Massa.Bruce Momjian2002-12-111-31/+49
* Back out psql help change. Not done yet.Bruce Momjian2002-12-111-49/+31
* Bump version for 7.3 and 7.4.Bruce Momjian2002-12-111-31/+49
* Fix pg_dump failure against 7.1 or older servers, perTom Lane2002-12-011-3/+3
* This patch fixes two tiny memory leaks in pg_dump and two in pg_dumpall.Bruce Momjian2002-11-292-3/+8
* Remove check for pg_group file as part of initdb -W password assignmentBruce Momjian2002-11-251-6/+1
* Heres a patch which will create the sql_help.h file on Win32 if itBruce Momjian2002-11-231-1/+7
* This patch implements FOR EACH STATEMENT triggers, per my email toBruce Momjian2002-11-232-17/+11
* Quote database name properly when invoking pg_dump. Per report fromTom Lane2002-11-221-3/+17
* Finish implementation of hashed aggregation. Add enable_hashagg GUCTom Lane2002-11-211-1/+2
* Clean up psql:Bruce Momjian2002-11-151-58/+147
* pg_dump for domain constraints.Bruce Momjian2002-11-151-1/+31
* Rename:Bruce Momjian2002-11-151-5/+5
* Rename server_min_messages to log_min_messages. Part of consolidationBruce Momjian2002-11-141-2/+2
* Here is a patch that does just that, while maintaining theBruce Momjian2002-11-086-14/+22
* Add extra_float_digits GUC parameter to allow adjustment of displayedTom Lane2002-11-082-11/+23
* Avoid malloc(0) when printing a table of no columns. On some platformsTom Lane2002-11-011-18/+29
* Add popen/pclose -> _popen/_pclose() mapping for Win32.Bruce Momjian2002-10-292-6/+8
* getopt.c now in /port, for MS Win.Bruce Momjian2002-10-291-2/+2
* Suppress compile warnings on OS X.Tom Lane2002-10-271-3/+3
* Change to fseeko(), per Philip.Bruce Momjian2002-10-251-2/+2
* Allow fseeko in pg_dump only if fseeko() will work for all supported fileBruce Momjian2002-10-256-13/+41
* Fix include files for new PageOutput call.Bruce Momjian2002-10-243-15/+14
* Page \h output and centralize psql paging code in PageOutput().Bruce Momjian2002-10-236-99/+86
* Allow 8-byte off_t to properly pg_dump, from Philip Warner with mods by Bruce.Bruce Momjian2002-10-227-87/+154
* Cleanup for CLUSTERDB failure:Bruce Momjian2002-10-211-1/+3
* Translation updatesPeter Eisentraut2002-10-211-251/+255
* Returns exit status 1 if invalid encoding name orTatsuo Ishii2002-10-201-4/+11
* Make psql's \df display functions that return sets as having return typeTom Lane2002-10-191-4/+5
* Fix psql's \copy to accept table names containing schemas, as well asTom Lane2002-10-193-223/+366
* Improve formatting of --help output.Peter Eisentraut2002-10-1820-246/+299
* Un-break createlang build.Tom Lane2002-10-181-5/+6
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-181-4/+4
* Make pg_dump save for autocommit = off.Bruce Momjian2002-10-163-15/+32
* Improve appearance of SET command.Bruce Momjian2002-10-168-20/+20
* Fix script to handle autocommit = 'off' by prepending autocommit 'on' toBruce Momjian2002-10-168-20/+20
* Fix unintentional breakage of COPY TO/FROM stdin. Mea culpa.Tom Lane2002-10-151-3/+10
* Fix psql to cope with autocommit off, at least during startup.Tom Lane2002-10-156-54/+78
* Translation updatesPeter Eisentraut2002-10-1414-2807/+4975
* psql thought that backslash is an escape character inside double quotes.Tom Lane2002-10-121-8/+11
* > Alvaro Herrera <alvherre@atentus.com> writes:Bruce Momjian2002-10-093-10/+23
* The attached patch fixes a number of issues related to compiling theBruce Momjian2002-10-036-18/+41