| Commit message (Expand) | Author | Age | Files | Lines |
| * | Print combining characters (those reported as having zero width by | Tom Lane | 2006-12-27 | 1 | -20/+15 |
| * | Make HISTCONTROL=ignoredups work again (broken by misordering of | Tom Lane | 2006-12-24 | 1 | -7/+7 |
| * | fix thinko in placement of TimeValStruct typedef in Windows case, as reported... | Andrew Dunstan | 2006-12-18 | 1 | -3/+3 |
| * | enable \timing oputput for \copy commands | Andrew Dunstan | 2006-12-16 | 3 | -28/+47 |
| * | Translation updates | Peter Eisentraut | 2006-12-02 | 1 | -612/+791 |
| * | Fix psql's \copy command to ensure that it cycles libpq back to the idle state | Tom Lane | 2006-11-24 | 1 | -1/+13 |
| * | Translation updates | Peter Eisentraut | 2006-11-24 | 5 | -1762/+2189 |
| * | Get rid of retail definitions of HAVE_STRDUP and HAVE_VSNPRINTF in | Tom Lane | 2006-11-21 | 2 | -2/+2 |
| * | Fix a memory leak in psql: we'd leak a few PGresult handles if | Neil Conway | 2006-11-08 | 1 | -1/+8 |
| * | Translations update | Peter Eisentraut | 2006-10-21 | 6 | -3090/+4354 |
| * | MSVC/BCC Win32 compiler fixes. | Bruce Momjian | 2006-10-10 | 1 | -0/+7 |
| * | Move processNamePattern into dumputils.c in preparation for using it in | Tom Lane | 2006-10-09 | 1 | -260/+58 |
| * | Fix ancient oversight in psql's \d pattern processing code: when seeing two | Tom Lane | 2006-10-07 | 1 | -10/+13 |
| * | Message style improvements | Peter Eisentraut | 2006-10-06 | 3 | -11/+11 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 16 | -375/+407 |
| * | Remove separate strdup.h header file; it's redundant with port.h. | Tom Lane | 2006-09-27 | 1 | -4/+1 |
| * | Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only | Tom Lane | 2006-09-22 | 1 | -3/+3 |
| * | Extend COPY to support COPY (SELECT ...) TO ... | Tom Lane | 2006-08-30 | 1 | -1/+24 |
| * | Dept. of second thoughts: if query fails part way through, shut down | Tom Lane | 2006-08-29 | 1 | -4/+13 |
| * | Create a FETCH_COUNT parameter that causes psql to execute SELECT-like | Tom Lane | 2006-08-29 | 5 | -483/+831 |
| * | Invent an assign-hook mechanism for psql variables similar to the one | Tom Lane | 2006-08-29 | 12 | -266/+407 |
| * | Make saveHistory work properly on OS X when HISTFILE is set to /dev/null. | Tom Lane | 2006-08-27 | 1 | -2/+9 |
| * | Add the ability to create indexes 'concurrently', that is, without | Tom Lane | 2006-08-25 | 2 | -18/+74 |
| * | Cause psql to report both the returned data and the command status tag | Tom Lane | 2006-08-13 | 1 | -24/+42 |
| * | Make the psql line counter 64-bit so it can handle files > 4gig lines. | Bruce Momjian | 2006-08-11 | 3 | -6/+6 |
| * | Suppress MSVC warnings about weak functions by using | Bruce Momjian | 2006-08-09 | 1 | -5/+5 |
| * | Aggregate functions now support multiple input arguments. I also took | Tom Lane | 2006-07-27 | 1 | -7/+12 |
| * | Mark a few functions as static or NOT_USED. | Bruce Momjian | 2006-07-18 | 2 | -5/+5 |
| * | Improve psql's \df slash command to include the argument names and modes | Neil Conway | 2006-07-17 | 1 | -3/+30 |
| * | Fix a few places where $Id$ and $Header$ CVS tags had crept into the | Tom Lane | 2006-07-16 | 1 | -1/+1 |
| * | Fix some missing inclusions identified with new pgcheckdefines tool. | Tom Lane | 2006-07-15 | 2 | -10/+12 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 14 | -45/+14 |
| * | Fix a passel of recently-committed violations of the rule 'thou shalt | Tom Lane | 2006-07-14 | 2 | -4/+2 |
| * | Fix memory leak introduced in the prior commit, detected by Tom Lane. | Alvaro Herrera | 2006-06-30 | 1 | -1/+3 |
| * | Fix use-after-free error reported by Neil Conway. | Alvaro Herrera | 2006-06-30 | 1 | -9/+11 |
| * | Move setup_cancel_handler() up near start of psql main(), where the | Tom Lane | 2006-06-21 | 1 | -6/+6 |
| * | Clean up psql variable code a little: eliminate unnecessary tests in | Tom Lane | 2006-06-21 | 1 | -21/+20 |
| * | Fix saveHistory() to not emit bogus complaint during psql exit when using | Tom Lane | 2006-06-18 | 1 | -8/+23 |
| * | Clean up psql's control-C handling to avoid longjmp'ing out of random | Tom Lane | 2006-06-14 | 11 | -155/+351 |
| * | Code review for psql multiline history patch(es). Fix memory leak, | Tom Lane | 2006-06-11 | 7 | -161/+132 |
| * | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 | 4 | -22/+15 |
| * | For psql multi-line history, save backslash commands right away, rather | Bruce Momjian | 2006-06-07 | 1 | -2/+2 |
| * | Avoid longjump/vfork warning about line_saved_in_history variable by | Bruce Momjian | 2006-06-05 | 1 | -3/+3 |
| * | Have psql history save \e editor contents to history before query is | Bruce Momjian | 2006-06-05 | 1 | -6/+8 |
| * | Fix psql so \r is separate in the history, rather than at the end of | Bruce Momjian | 2006-06-04 | 1 | -2/+2 |
| * | Respond to Jeremy Drake's original gripe that \copy needs to recognize | Tom Lane | 2006-06-01 | 3 | -78/+75 |
| * | Fix up hack to suppress escape_string_warning so that it actually works | Tom Lane | 2006-06-01 | 4 | -43/+43 |
| * | Fix seriously broken patch for psql '' ... per its comment, emit() is | Tom Lane | 2006-05-31 | 1 | -4/+6 |
| * | Support '' for literal ' in psql single-quote strings, documentation update. | Bruce Momjian | 2006-05-31 | 1 | -1/+4 |
| * | Escape processing patch: | Bruce Momjian | 2006-05-31 | 4 | -26/+43 |