summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* Fix breakage from recent variable-handling changes.Tom Lane2003-04-181-15/+16
* Fix some problems exposed by building outside the source tree.Tom Lane2003-04-161-10/+5
* Document file name as optional for \o in psql help (\h).Bruce Momjian2003-04-141-2/+2
* Add Win32 path handling for / vs. \ and drive letters.Bruce Momjian2003-04-049-48/+16
* Handle cp, rm, and exec for Win32.Bruce Momjian2003-04-041-5/+11
* Fix some signed-vs-unsigned-int issues; make print_aligned_verticalTom Lane2003-04-041-16/+22
* Code review for pg_stat_get_backend_activity_start patch --- fixTom Lane2003-04-041-2/+2
* const-ify functions used with completion_matches(), to suppressTom Lane2003-04-031-15/+16
* Skip START WITH in sequence definition when it's the default value --Bruce Momjian2003-03-311-4/+8
* Fix NULL casting warning, pointed out by Joe ConwayBruce Momjian2003-03-281-6/+6
* New \d format:Bruce Momjian2003-03-271-79/+86
* Attached are two patches for psql's tab-completion.c.Bruce Momjian2003-03-271-73/+433
* AddsBruce Momjian2003-03-271-3/+21
* Reorder language creation to restore constistently.Bruce Momjian2003-03-271-7/+30
* Merge documentation into one book. (Build with "make html".) ReplacePeter Eisentraut2003-03-251-2/+2
* Use PQfreemem() consistently, and document its use for Notify.Bruce Momjian2003-03-251-2/+2
* Improve psql comment coding.Bruce Momjian2003-03-211-9/+3
* Fix multiline C comments in psql.Bruce Momjian2003-03-201-11/+14
* Now that the CLUSTER ALL machinery is in place, the clusterdb script canBruce Momjian2003-03-201-26/+4
* Remove extern for cancelConn, from Karel ZakBruce Momjian2003-03-201-2/+1
* Remove compile warning.Bruce Momjian2003-03-202-4/+4
* At present, dates are put into a dump in the format specified by theBruce Momjian2003-03-201-1/+8
* I'm continuing to work on cleaning up code in psql. As things appearBruce Momjian2003-03-2010-201/+233
* It has been tested only against CVS backend, however. Some checking of theBruce Momjian2003-03-202-22/+69
* Here's some changes I made last night to psql's common.c (as found inBruce Momjian2003-03-206-229/+359
* > > - Move SEQ_MAXVALUE, SEQ_MINVALUE definitions to sequence.hBruce Momjian2003-03-201-12/+41
* (Now featuring documentation: fixed some typos, expanded theBruce Momjian2003-03-202-13/+24
* > Mph. It fails for me too when I use --enable-integer-datetimes. LooksBruce Momjian2003-03-201-3/+3
* Add start time to pg_stat_activityBruce Momjian2003-03-202-12/+13
* This patch fixes a very small memory leak in psql, spotted withBruce Momjian2003-03-191-1/+3
* Set up the privileges on the default schemas in initdb with real GRANTPeter Eisentraut2003-03-191-1/+3
* Reimplement create and drop scripts in C, to reduce repetitivePeter Eisentraut2003-03-1816-1381/+1596
* Make the printing code somewhat more independent by not relying onPeter Eisentraut2003-03-1810-89/+88
* Fix off-by-one error in the maxlen parameter handling.Peter Eisentraut2003-03-182-6/+6
* pg_dumpall failed on groups having no members. Per report fromTom Lane2003-03-141-3/+3
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-104-9/+9
* Cleanup up psql \connect and \pset pager setting display, DennisBruce Momjian2003-03-102-6/+6
* pg_restore failed to restore blobs if -X disable-triggers is specified.Tom Lane2003-03-091-2/+11
* Add missing --globals-only (long form of -g).Tom Lane2003-03-061-1/+2
* Avoid using a separate query to fetch the default expressions forTom Lane2003-02-241-19/+9
* Revert patch that broke \d commands, until it can be fixed.Tom Lane2003-02-211-229/+181
* Back out LOCKTAG changes by Rod Taylor, pending code review. Sorry.Bruce Momjian2003-02-191-2/+2
* Here's the patch I promised over on HACKERS - it alters theBruce Momjian2003-02-192-2/+11
* - Modifies LOCKTAG to include a 'classId'. Relation receive a classId ofBruce Momjian2003-02-191-2/+2
* Here's some changes I made last night to psql's common.c (as found inBruce Momjian2003-02-191-181/+229
* At present it is impossible to kill createuser except with kill -9Bruce Momjian2003-02-191-2/+2
* Propogate pg_ctl -D to the postmaster as a -D flag for identification byBruce Momjian2003-02-141-4/+7
* Make pg_dump/restore safer for autocommit=off in postgresql.conf.Bruce Momjian2003-02-143-5/+32
* Result of lo_read() is int, not size_t. Per Oleg Drokin.Tom Lane2003-02-131-2/+2
* This patch fixes an error in the usage message for 'clusterdb', andBruce Momjian2003-02-132-7/+6