| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix breakage from recent variable-handling changes. | Tom Lane | 2003-04-18 | 1 | -15/+16 |
* | Fix some problems exposed by building outside the source tree. | Tom Lane | 2003-04-16 | 1 | -10/+5 |
* | Document file name as optional for \o in psql help (\h). | Bruce Momjian | 2003-04-14 | 1 | -2/+2 |
* | Add Win32 path handling for / vs. \ and drive letters. | Bruce Momjian | 2003-04-04 | 9 | -48/+16 |
* | Handle cp, rm, and exec for Win32. | Bruce Momjian | 2003-04-04 | 1 | -5/+11 |
* | Fix some signed-vs-unsigned-int issues; make print_aligned_vertical | Tom Lane | 2003-04-04 | 1 | -16/+22 |
* | Code review for pg_stat_get_backend_activity_start patch --- fix | Tom Lane | 2003-04-04 | 1 | -2/+2 |
* | const-ify functions used with completion_matches(), to suppress | Tom Lane | 2003-04-03 | 1 | -15/+16 |
* | Skip START WITH in sequence definition when it's the default value -- | Bruce Momjian | 2003-03-31 | 1 | -4/+8 |
* | Fix NULL casting warning, pointed out by Joe Conway | Bruce Momjian | 2003-03-28 | 1 | -6/+6 |
* | New \d format: | Bruce Momjian | 2003-03-27 | 1 | -79/+86 |
* | Attached are two patches for psql's tab-completion.c. | Bruce Momjian | 2003-03-27 | 1 | -73/+433 |
* | Adds | Bruce Momjian | 2003-03-27 | 1 | -3/+21 |
* | Reorder language creation to restore constistently. | Bruce Momjian | 2003-03-27 | 1 | -7/+30 |
* | Merge documentation into one book. (Build with "make html".) Replace | Peter Eisentraut | 2003-03-25 | 1 | -2/+2 |
* | Use PQfreemem() consistently, and document its use for Notify. | Bruce Momjian | 2003-03-25 | 1 | -2/+2 |
* | Improve psql comment coding. | Bruce Momjian | 2003-03-21 | 1 | -9/+3 |
* | Fix multiline C comments in psql. | Bruce Momjian | 2003-03-20 | 1 | -11/+14 |
* | Now that the CLUSTER ALL machinery is in place, the clusterdb script can | Bruce Momjian | 2003-03-20 | 1 | -26/+4 |
* | Remove extern for cancelConn, from Karel Zak | Bruce Momjian | 2003-03-20 | 1 | -2/+1 |
* | Remove compile warning. | Bruce Momjian | 2003-03-20 | 2 | -4/+4 |
* | At present, dates are put into a dump in the format specified by the | Bruce Momjian | 2003-03-20 | 1 | -1/+8 |
* | I'm continuing to work on cleaning up code in psql. As things appear | Bruce Momjian | 2003-03-20 | 10 | -201/+233 |
* | It has been tested only against CVS backend, however. Some checking of the | Bruce Momjian | 2003-03-20 | 2 | -22/+69 |
* | Here's some changes I made last night to psql's common.c (as found in | Bruce Momjian | 2003-03-20 | 6 | -229/+359 |
* | > > - Move SEQ_MAXVALUE, SEQ_MINVALUE definitions to sequence.h | Bruce Momjian | 2003-03-20 | 1 | -12/+41 |
* | (Now featuring documentation: fixed some typos, expanded the | Bruce Momjian | 2003-03-20 | 2 | -13/+24 |
* | > Mph. It fails for me too when I use --enable-integer-datetimes. Looks | Bruce Momjian | 2003-03-20 | 1 | -3/+3 |
* | Add start time to pg_stat_activity | Bruce Momjian | 2003-03-20 | 2 | -12/+13 |
* | This patch fixes a very small memory leak in psql, spotted with | Bruce Momjian | 2003-03-19 | 1 | -1/+3 |
* | Set up the privileges on the default schemas in initdb with real GRANT | Peter Eisentraut | 2003-03-19 | 1 | -1/+3 |
* | Reimplement create and drop scripts in C, to reduce repetitive | Peter Eisentraut | 2003-03-18 | 16 | -1381/+1596 |
* | Make the printing code somewhat more independent by not relying on | Peter Eisentraut | 2003-03-18 | 10 | -89/+88 |
* | Fix off-by-one error in the maxlen parameter handling. | Peter Eisentraut | 2003-03-18 | 2 | -6/+6 |
* | pg_dumpall failed on groups having no members. Per report from | Tom Lane | 2003-03-14 | 1 | -3/+3 |
* | This patch fixes a bunch of spelling mistakes in comments throughout the | Tom Lane | 2003-03-10 | 4 | -9/+9 |
* | Cleanup up psql \connect and \pset pager setting display, Dennis | Bruce Momjian | 2003-03-10 | 2 | -6/+6 |
* | pg_restore failed to restore blobs if -X disable-triggers is specified. | Tom Lane | 2003-03-09 | 1 | -2/+11 |
* | Add missing --globals-only (long form of -g). | Tom Lane | 2003-03-06 | 1 | -1/+2 |
* | Avoid using a separate query to fetch the default expressions for | Tom Lane | 2003-02-24 | 1 | -19/+9 |
* | Revert patch that broke \d commands, until it can be fixed. | Tom Lane | 2003-02-21 | 1 | -229/+181 |
* | Back out LOCKTAG changes by Rod Taylor, pending code review. Sorry. | Bruce Momjian | 2003-02-19 | 1 | -2/+2 |
* | Here's the patch I promised over on HACKERS - it alters the | Bruce Momjian | 2003-02-19 | 2 | -2/+11 |
* | - Modifies LOCKTAG to include a 'classId'. Relation receive a classId of | Bruce Momjian | 2003-02-19 | 1 | -2/+2 |
* | Here's some changes I made last night to psql's common.c (as found in | Bruce Momjian | 2003-02-19 | 1 | -181/+229 |
* | At present it is impossible to kill createuser except with kill -9 | Bruce Momjian | 2003-02-19 | 1 | -2/+2 |
* | Propogate pg_ctl -D to the postmaster as a -D flag for identification by | Bruce Momjian | 2003-02-14 | 1 | -4/+7 |
* | Make pg_dump/restore safer for autocommit=off in postgresql.conf. | Bruce Momjian | 2003-02-14 | 3 | -5/+32 |
* | Result of lo_read() is int, not size_t. Per Oleg Drokin. | Tom Lane | 2003-02-13 | 1 | -2/+2 |
* | This patch fixes an error in the usage message for 'clusterdb', and | Bruce Momjian | 2003-02-13 | 2 | -7/+6 |