Age | Commit message (Expand) | Author |
2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
2006-08-29 | Create a FETCH_COUNT parameter that causes psql to execute SELECT-like | Tom Lane |
2006-07-14 | Remove 576 references of include files that were not needed. | Bruce Momjian |
2006-06-14 | Clean up psql's control-C handling to avoid longjmp'ing out of random | Tom Lane |
2006-06-07 | Prepare code to be built by MSVC: | Bruce Momjian |
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
2006-02-18 | ' is not valid HTML 4.01, so print the plain character instead. | Peter Eisentraut |
2006-02-12 | Restore previous psql behavior of not printing useless trailing spaces | Tom Lane |
2006-02-10 | 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 |
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-04 | Clean up some messages and fix missing translation support. Option --log | Peter Eisentraut |
2005-09-27 | Fix incorrect psql \x memory allocation for numericlocale. Redesign API | Bruce Momjian |
2005-09-26 | Rename variable for clarity. | Bruce Momjian |
2005-09-24 | Suppress signed-vs-unsigned-char warnings. | Tom Lane |
2005-09-22 | Fix psql \x by removing puts(). | Bruce Momjian |
2005-07-18 | \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-14 | 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-10 | 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-06-14 | 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-13 | Per discussion on -hackers, this patch changes psql's "expanded" output | Neil Conway |
2005-06-09 | \(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-02-22 | Use _() macro consistently rather than gettext(). Add translation | Bruce Momjian |
2005-01-01 | Update copyrights that were missed. | Bruce Momjian |
2004-11-09 | Get rid of perror(), substitute some better phrased error messages. | Peter Eisentraut |
2004-09-27 | Add new macro as shorthand for MS VC and Borland C++: | Bruce Momjian |
2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
2004-08-29 | Update copyright to 2004. | Bruce Momjian |
2004-08-06 | I have noticed that the latex format in psql has some bugs: | Bruce Momjian |
2004-05-23 | A few cosmetic fixes and code cleanup. | Neil Conway |
2004-05-18 | Move find_my_exec() way up into main.c so it is available to the | Bruce Momjian |
2004-01-24 | 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 |
2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
2003-08-14 | Someone moved PageOutput here from common.c, but forgot to move all | Tom Lane |
2003-08-04 | Fix some copyright notices that weren't updated. Improve copyright tool | Tom Lane |
2003-08-04 | pgindent run. | Bruce Momjian |