Commit Graph

104 Commits (2413ac97e9f49e49bbe12b35676ff1277b8ebc64)

Author SHA1 Message Date
Tom Lane 2e27b0e146 Fix utterly-bogus code for computing row heights. Per crashes on 18 years ago
Tom Lane e7b498bd5e Recent patch doesn't compile without <limits.h> 18 years ago
Bruce Momjian 43ee22826b Add detection of psql pager to trigger on wide output. Also add pager 18 years ago
Alvaro Herrera e6a64bd3b6 Fix a bug in the previous patch, which caused the title pointer to be used 18 years ago
Alvaro Herrera 1e9199e84c Improve psql's internal print.c code by introducing an actual print API. 18 years ago
Tom Lane 125ed6853e Restore psql's former behavior that padding spaces to the right of the last 18 years ago
Bruce Momjian 5adf98ae24 Add psql '\pset format wrapped' mode to wrap output to screen width, or 18 years ago
Tom Lane 039dfbfd5d Reduce the need for frontend programs to include "postgres.h" by refactoring 18 years ago
Bruce Momjian 9098ab9e32 Update copyrights in source tree to 2008. 18 years ago
Tom Lane df4271fedd Improve the method of localizing column names and other fixed strings in 18 years ago
Bruce Momjian b85cf684f7 Add more comments about thousands separator handling. 18 years ago
Bruce Momjian d9bc7a3946 Add comments about thousands separator logic. 18 years ago
Bruce Momjian 3894e7cc55 When setting default thousands separator when locale has "", use logic 18 years ago
Bruce Momjian 29dccf5fe0 Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
Bruce Momjian f99a569a2e pgindent run for 8.2. 20 years ago
Tom Lane c2f60711d2 Create a FETCH_COUNT parameter that causes psql to execute SELECT-like 20 years ago
Bruce Momjian e0522505bd Remove 576 references of include files that were not needed. 20 years ago
Tom Lane f3164c0200 Clean up psql's control-C handling to avoid longjmp'ing out of random 20 years ago
Bruce Momjian 399a36a75d Prepare code to be built by MSVC: 20 years ago
Bruce Momjian f2f5b05655 Update copyright for 2006. Update scripts. 20 years ago
Peter Eisentraut 3228a92ccd &apos; is not valid HTML 4.01, so print the plain character instead. 20 years ago
Tom Lane 3f9d2edddc Restore previous psql behavior of not printing useless trailing spaces 20 years ago
Tom Lane 9bf2ac2a40 Clean up signedness warnings and 64-bit bugs in recent psql printing 20 years ago
Bruce Momjian 1a7be5cc7e Fix psql after newline patch for calloc(0). 20 years ago
Bruce Momjian c01999a557 Allow psql multi-line column values to align in the proper columns 20 years ago
Bruce Momjian 3332e38189 Disable expanded mode only for \d tablename, not for all backslash 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Peter Eisentraut a8da71e0c4 Clean up some messages and fix missing translation support. Option --log 21 years ago
Bruce Momjian 8ddd22f245 Fix incorrect psql \x memory allocation for numericlocale. Redesign API 21 years ago
Bruce Momjian c23240ecbe Rename variable for clarity. 21 years ago
Tom Lane 8889685555 Suppress signed-vs-unsigned-char warnings. 21 years ago
Bruce Momjian d7a06c2ac8 Fix psql \x by removing puts(). 21 years ago
Bruce Momjian 507465525e \pset numericsep -> numericlocale. 21 years ago
Bruce Momjian 71d0cabecd Fix len so decimal length is only added when a period appears in the output. 21 years ago
Bruce Momjian adeede1391 Fix numiericsep length computations. 21 years ago
Bruce Momjian bd15782164 Enable multi-byte thousands_sep and decimal_point for numericsep. 21 years ago
Bruce Momjian fbc11b9dcf Make better thousands_sep default based on decimal marker value. 21 years ago
Bruce Momjian 45a19efa9e Change numericsep to a boolean, and make it locale-aware. 21 years ago
Bruce Momjian 4a8bbbd2ee Add numeric separator support for latex and troff output methods. 21 years ago
Bruce Momjian 52d1d2e67c barebones variable name -> tuples_only, for consistency. 21 years ago
Bruce Momjian cff9c5748a Fix malloc length for new numeric separator patch. 21 years ago
Bruce Momjian f86c63ab6a Reverse pg_malloc patch because psql/print.c is used in scripts files 21 years ago
Bruce Momjian 8c9393c640 Use failure-safe pg_malloc consistently in psql/print.c. 21 years ago
Bruce Momjian 73a7c322c3 Add psql \pset numericsep to allow output numbers like 100,000.0 or 21 years ago
Bruce Momjian 921de09e40 Use '&nbsp;' escapes for leading spaces in table values, for use in 21 years ago
Bruce Momjian 2ee0d5549f Add -L option to psql to log sessions. 21 years ago
Neil Conway 077811605e Per discussion on -hackers, this patch changes psql's "expanded" output 21 years ago
Bruce Momjian 5c4955981e \(rs should be \\(rs, per Tom. 21 years ago
Bruce Momjian 4a5cda7bba I've created a patch which adds support for troff "-ms" output to 21 years ago
Bruce Momjian 0542b1e2fe Use _() macro consistently rather than gettext(). Add translation 21 years ago