| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -137/+157 |
| * | Create a FETCH_COUNT parameter that causes psql to execute SELECT-like | Tom Lane | 2006-08-29 | 1 | -454/+538 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -3/+1 |
| * | Clean up psql's control-C handling to avoid longjmp'ing out of random | Tom Lane | 2006-06-14 | 1 | -28/+120 |
| * | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 | 1 | -6/+3 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | ' is not valid HTML 4.01, so print the plain character instead. | Peter Eisentraut | 2006-02-18 | 1 | -4/+1 |
| * | Restore previous psql behavior of not printing useless trailing spaces | Tom Lane | 2006-02-12 | 1 | -4/+8 |
| * | Clean up signedness warnings and 64-bit bugs in recent psql printing | Tom Lane | 2006-02-10 | 1 | -14/+23 |
| * | Fix psql after newline patch for calloc(0). | Bruce Momjian | 2006-02-10 | 1 | -1/+4 |
| * | Allow psql multi-line column values to align in the proper columns | Bruce Momjian | 2006-02-10 | 1 | -184/+298 |
| * | Disable expanded mode only for \d tablename, not for all backslash | Bruce Momjian | 2005-10-27 | 1 | -2/+2 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -111/+113 |
| * | Clean up some messages and fix missing translation support. Option --log | Peter Eisentraut | 2005-10-04 | 1 | -2/+2 |
| * | Fix incorrect psql \x memory allocation for numericlocale. Redesign API | Bruce Momjian | 2005-09-27 | 1 | -51/+41 |
| * | Rename variable for clarity. | Bruce Momjian | 2005-09-26 | 1 | -9/+9 |
| * | Suppress signed-vs-unsigned-char warnings. | Tom Lane | 2005-09-24 | 1 | -6/+6 |
| * | Fix psql \x by removing puts(). | Bruce Momjian | 2005-09-22 | 1 | -3/+3 |
| * | \pset numericsep -> numericlocale. | Bruce Momjian | 2005-07-18 | 1 | -65/+66 |
| * | Fix len so decimal length is only added when a period appears in the output. | Bruce Momjian | 2005-07-18 | 1 | -8/+9 |
| * | Fix numiericsep length computations. | Bruce Momjian | 2005-07-18 | 1 | -5/+6 |
| * | Enable multi-byte thousands_sep and decimal_point for numericsep. | Bruce Momjian | 2005-07-14 | 1 | -37/+39 |
| * | Make better thousands_sep default based on decimal marker value. | Bruce Momjian | 2005-07-14 | 1 | -2/+4 |
| * | Change numericsep to a boolean, and make it locale-aware. | Bruce Momjian | 2005-07-14 | 1 | -62/+74 |
| * | Add numeric separator support for latex and troff output methods. | Bruce Momjian | 2005-07-14 | 1 | -19/+67 |
| * | barebones variable name -> tuples_only, for consistency. | Bruce Momjian | 2005-07-14 | 1 | -49/+49 |
| * | Fix malloc length for new numeric separator patch. | Bruce Momjian | 2005-07-14 | 1 | -62/+26 |
| * | Reverse pg_malloc patch because psql/print.c is used in scripts files | Bruce Momjian | 2005-07-10 | 1 | -11/+62 |
| * | Use failure-safe pg_malloc consistently in psql/print.c. | Bruce Momjian | 2005-07-10 | 1 | -62/+11 |
| * | Add psql \pset numericsep to allow output numbers like 100,000.0 or | Bruce Momjian | 2005-07-10 | 1 | -81/+279 |
| * | Use ' ' escapes for leading spaces in table values, for use in | Bruce Momjian | 2005-06-14 | 1 | -2/+14 |
| * | Add -L option to psql to log sessions. | Bruce Momjian | 2005-06-14 | 1 | -4/+7 |
| * | Per discussion on -hackers, this patch changes psql's "expanded" output | Neil Conway | 2005-06-13 | 1 | -18/+47 |
| * | \(rs should be \\(rs, per Tom. | Bruce Momjian | 2005-06-09 | 1 | -2/+2 |
| * | I've created a patch which adds support for troff "-ms" output to | Bruce Momjian | 2005-06-09 | 1 | -1/+214 |
| * | Use _() macro consistently rather than gettext(). Add translation | Bruce Momjian | 2005-02-22 | 1 | -17/+18 |
| * | Update copyrights that were missed. | Bruce Momjian | 2005-01-01 | 1 | -2/+2 |
| * | Get rid of perror(), substitute some better phrased error messages. | Peter Eisentraut | 2004-11-09 | 1 | -14/+14 |
| * | Add new macro as shorthand for MS VC and Borland C++: | Bruce Momjian | 2004-09-27 | 1 | -2/+2 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -10/+14 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | I have noticed that the latex format in psql has some bugs: | Bruce Momjian | 2004-08-06 | 1 | -26/+29 |
| * | A few cosmetic fixes and code cleanup. | Neil Conway | 2004-05-23 | 1 | -11/+13 |
| * | Move find_my_exec() way up into main.c so it is available to the | Bruce Momjian | 2004-05-18 | 1 | -1/+4 |
| * | Revert the change to print.c, as this breaks src/bin/scripts. The proper | Neil Conway | 2004-01-24 | 1 | -14/+77 |
| * | This patch makes some of the memory manipulation performed by psql a | Neil Conway | 2004-01-24 | 1 | -77/+14 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Someone moved PageOutput here from common.c, but forgot to move all | Tom Lane | 2003-08-14 | 1 | -1/+5 |
| * | Fix some copyright notices that weren't updated. Improve copyright tool | Tom Lane | 2003-08-04 | 1 | -2/+2 |