| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add log_min_duration_statement. | Bruce Momjian | 2003-06-11 | 1 | -1/+2 |
| * | pg_dump and pg_restore were stripping quotes and downcasing some but | Tom Lane | 2003-06-11 | 2 | -143/+20 |
| * | Document the -h client flag can use a socket directory as well as a host | Bruce Momjian | 2003-06-11 | 12 | -26/+26 |
| * | Add -DFRONTEND for non-MinGW Win32 ports. | Bruce Momjian | 2003-06-06 | 1 | -2/+2 |
| * | Make the world at least marginally safe for usernames with embedded spaces. | Tom Lane | 2003-06-02 | 1 | -4/+4 |
| * | Cause pg_dumpall to support the -a, -s, -x options of pg_dump. | Tom Lane | 2003-05-30 | 1 | -11/+40 |
| * | Cause pg_dumpall to include GRANT/REVOKE for database-level permissions | Tom Lane | 2003-05-30 | 4 | -289/+405 |
| * | Fix things so that an error occuring during standalone-backend processing | Tom Lane | 2003-05-28 | 1 | -2/+2 |
| * | In bootstrap and standalone-backend modes, do not sort LOG elevel out | Tom Lane | 2003-05-28 | 1 | -5/+3 |
| * | Replace functional-index facility with expressional indexes. Any column | Tom Lane | 2003-05-28 | 1 | -5/+2 |
| * | Internationalize interactive yes/no responses. | Peter Eisentraut | 2003-05-27 | 5 | -8/+32 |
| * | Fix breakage induced by recent patch (careless use of fmtId()). | Tom Lane | 2003-05-17 | 1 | -3/+5 |
| * | Indexing support for pattern matching operations via separate operator | Peter Eisentraut | 2003-05-15 | 1 | -8/+1 |
| * | Backend support for autocommit removed, per recent discussions. The | Tom Lane | 2003-05-14 | 13 | -79/+26 |
| * | Reinstate pg_type's typsend and typreceive columns. They don't do much | Tom Lane | 2003-05-08 | 1 | -11/+65 |
| * | Fix erroneous space calculation leading to core dump in dumpProcLangs, | Tom Lane | 2003-05-03 | 2 | -4/+7 |
| * | COPY and pg_dump failed to cope with zero-column tables. Fix 'em. | Tom Lane | 2003-04-25 | 1 | -40/+38 |
| * | 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 |