| Commit message (Expand) | Author | Age |
* | Rename plpython to plpythonu, and update documentation to reflect its | Tom Lane | 2003-06-30 |
* | Add GUC option log_error_verbosity to control which fields of error | Tom Lane | 2003-06-30 |
* | Add missing PO files from last commit. | Peter Eisentraut | 2003-06-29 |
* | Merge PO file updates from 7.3 branch. | Peter Eisentraut | 2003-06-28 |
* | Update psql for some features of new FE/BE protocol. There is a | Tom Lane | 2003-06-28 |
* | Missing calls to PQclear in large_obj.c and describe.c. | Tom Lane | 2003-06-27 |
* | If they're not, the below causes problems, as the foreign key is added | Bruce Momjian | 2003-06-25 |
* | Updated the pg_get_constraintdef() to use conbin. Update pg_dump to use | Bruce Momjian | 2003-06-25 |
* | Use libpq's new logic to get the server version, instead of doing it ourselves. | Tom Lane | 2003-06-22 |
* | Change clusterdb and vacuumdb into C programs. | Peter Eisentraut | 2003-06-18 |
* | Attached is the complete diff against current CVS. | Bruce Momjian | 2003-06-12 |
* | Attached is a patch that enhances the output of psql's HTML mode. | Bruce Momjian | 2003-06-12 |
* | psql: tab completion for \encoding | Bruce Momjian | 2003-06-12 |
* | Add add_missing_from GUC variable. | Bruce Momjian | 2003-06-11 |
* | Add log_min_duration_statement. | Bruce Momjian | 2003-06-11 |
* | pg_dump and pg_restore were stripping quotes and downcasing some but | Tom Lane | 2003-06-11 |
* | Document the -h client flag can use a socket directory as well as a host | Bruce Momjian | 2003-06-11 |
* | Add -DFRONTEND for non-MinGW Win32 ports. | Bruce Momjian | 2003-06-06 |
* | Make the world at least marginally safe for usernames with embedded spaces. | Tom Lane | 2003-06-02 |
* | Cause pg_dumpall to support the -a, -s, -x options of pg_dump. | Tom Lane | 2003-05-30 |
* | Cause pg_dumpall to include GRANT/REVOKE for database-level permissions | Tom Lane | 2003-05-30 |
* | Fix things so that an error occuring during standalone-backend processing | Tom Lane | 2003-05-28 |
* | In bootstrap and standalone-backend modes, do not sort LOG elevel out | Tom Lane | 2003-05-28 |
* | Replace functional-index facility with expressional indexes. Any column | Tom Lane | 2003-05-28 |
* | Internationalize interactive yes/no responses. | Peter Eisentraut | 2003-05-27 |
* | Fix breakage induced by recent patch (careless use of fmtId()). | Tom Lane | 2003-05-17 |
* | Indexing support for pattern matching operations via separate operator | Peter Eisentraut | 2003-05-15 |
* | Backend support for autocommit removed, per recent discussions. The | Tom Lane | 2003-05-14 |
* | Reinstate pg_type's typsend and typreceive columns. They don't do much | Tom Lane | 2003-05-08 |
* | Fix erroneous space calculation leading to core dump in dumpProcLangs, | Tom Lane | 2003-05-03 |
* | COPY and pg_dump failed to cope with zero-column tables. Fix 'em. | Tom Lane | 2003-04-25 |
* | Fix breakage from recent variable-handling changes. | Tom Lane | 2003-04-18 |
* | Fix some problems exposed by building outside the source tree. | Tom Lane | 2003-04-16 |
* | Document file name as optional for \o in psql help (\h). | Bruce Momjian | 2003-04-14 |
* | 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-04 |
* | const-ify functions used with completion_matches(), to suppress | Tom Lane | 2003-04-03 |
* | Skip START WITH in sequence definition when it's the default value -- | Bruce Momjian | 2003-03-31 |
* | Fix NULL casting warning, pointed out by Joe Conway | Bruce Momjian | 2003-03-28 |
* | 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-27 |
* | 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-25 |
* | Improve psql comment coding. | Bruce Momjian | 2003-03-21 |
* | 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 |