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