summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* Enhanced error/help message for pg_controldata.Bruce Momjian2003-01-081-4/+16
* Fix various places where global s/NOTICE/WARNING/ was applied with tooTom Lane2003-01-071-2/+2
* Apply the proper version of Christopher Kings-Lynne's describe patchTom Lane2003-01-074-27/+77
* Use our own version of getopt_long() if the OS doesn't have one.Peter Eisentraut2003-01-064-173/+33
* Adjust lo type in contrib during pg_restore so that pg_restore couldHiroshi Inoue2003-01-031-1/+81
* Attached is a patch to provide makefiles, etc. to allow the compilationBruce Momjian2002-12-301-0/+136
* Make use of TCL_INCLUDE_SPEC if available (it's new in Tcl 8.4, too badTom Lane2002-12-301-2/+2
* Remove overenthusiastic free'ing of comment dependencies; could lead toTom Lane2002-12-271-7/+2
* pg_dump should consider information_schema to be a system schema.Tom Lane2002-12-211-6/+14
* Fix possible buffer overrun in \d command: substr(..., 128) producesTom Lane2002-12-211-24/+41
* 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