Age | Commit message (Expand) | Author |
2007-06-22 | In psql, when running a SELECT query using a cursor, flush the query | Neil Conway |
2007-04-16 | Don't write timing output in quiet mode. | Magnus Hagander |
2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
2006-09-27 | Remove separate strdup.h header file; it's redundant with port.h. | Tom Lane |
2006-08-29 | Dept. of second thoughts: if query fails part way through, shut down | Tom Lane |
2006-08-29 | Create a FETCH_COUNT parameter that causes psql to execute SELECT-like | Tom Lane |
2006-08-29 | Invent an assign-hook mechanism for psql variables similar to the one | Tom Lane |
2006-08-25 | Add the ability to create indexes 'concurrently', that is, without | Tom Lane |
2006-08-13 | Cause psql to report both the returned data and the command status tag | Tom Lane |
2006-08-11 | Make the psql line counter 64-bit so it can handle files > 4gig lines. | Bruce Momjian |
2006-07-14 | Remove 576 references of include files that were not needed. | Bruce Momjian |
2006-06-30 | Fix memory leak introduced in the prior commit, detected by Tom Lane. | Alvaro Herrera |
2006-06-30 | Fix use-after-free error reported by Neil Conway. | Alvaro Herrera |
2006-06-14 | Clean up psql's control-C handling to avoid longjmp'ing out of random | Tom Lane |
2006-05-26 | Support binary COPY through psql. Also improve detection of write errors | Tom Lane |
2006-05-11 | Code review for standard_conforming_strings patch. Fix it so it does not | Tom Lane |
2006-03-14 | Improve parser so that we can show an error cursor position for errors | Tom Lane |
2006-03-06 | Enable standard_conforming_strings to be turned on. | Bruce Momjian |
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
2006-03-03 | Improve pg_dump and psql to use libpq's newer COPY support routines, | Tom Lane |
2006-02-12 | Fix more fallout from line-wrap patch, to wit, arbitrarily changing | Tom Lane |
2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
2005-11-04 | Ensure that we only create one ConsoleCtrlHandler per psql process, | Tom Lane |
2005-10-27 | Disable expanded mode only for \d tablename, not for all backslash | Bruce Momjian |
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
2005-10-13 | The patch updates the documentation to reflect the fact that higher values | Bruce Momjian |
2005-10-04 | Clean up some messages and fix missing translation support. Option --log | Peter Eisentraut |
2005-09-20 | Fix interaction between psql \set AUTOCOMMIT and "ON_ERROR_ROLLBACK" | Bruce Momjian |
2005-06-22 | Make REINDEX DATABASE do what one would expect, namely reindex all indexes | Tom Lane |
2005-06-17 | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane |
2005-06-14 | Add -L option to psql to log sessions. | Bruce Momjian |
2005-06-13 | Per discussion on -hackers, this patch changes psql's "expanded" output | Neil Conway |
2005-06-10 | More Win32 tilde code comments. | Bruce Momjian |
2005-06-10 | Add comment on tilde expansion. | Bruce Momjian |
2005-05-30 | Support only octal for psql PROMPT values, rather than the confusing | Bruce Momjian |
2005-04-28 | Add psql \set ON_ERROR_ROLLBACK to allow statements in a transaction to | Bruce Momjian |
2005-02-22 | Use _() macro consistently rather than gettext(). Add translation | Bruce Momjian |
2005-01-01 | Update copyrights that were missed. | Bruce Momjian |
2004-11-01 | That's just the lovely way windows handles a "segfault". Gotta be really | Bruce Momjian |
2004-10-30 | Invent a new, more thread-safe version of PQrequestCancel, called PQcancel. | Tom Lane |
2004-10-10 | Cosmetic improvements/code cleanup: | Neil Conway |
2004-09-20 | Fix some shortcomings in psql's autocommit-off mode concerning detection | Tom Lane |
2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
2004-08-29 | Update copyright to 2004. | Bruce Momjian |
2004-08-18 | Add get_home_path() to use USERPROFILE on Win32 and HOME on Unix. | Bruce Momjian |
2004-05-23 | A few cosmetic fixes and code cleanup. | Neil Conway |
2004-05-07 | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane |
2004-03-21 | Revise syntax-error reporting behavior to give pleasant results for | Tom Lane |
2004-03-15 | Add PQmbdsplen() which returns the "display length" of a character. | Tatsuo Ishii |
2004-03-14 | Teach psql to show the location of syntax errors visually, per recent | Tom Lane |