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