summaryrefslogtreecommitdiff
path: root/src/bin/psql/print.c
Commit message (Expand)AuthorAgeFilesLines
* Fix translation of strings in psql \d output (translation in headers worked,Heikki Linnakangas2010-03-011-2/+3
* Fix numericlocale psql option when used with a null string and latex and troffHeikki Linnakangas2010-03-011-128/+49
* pgindent run for 9.0Bruce Momjian2010-02-261-24/+24
* Fix memory leakage introduced into print_aligned_text by 8.4 changesTom Lane2010-01-301-4/+8
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Simplify psql's new linestyle behavior to default to linestyle=ascii allTom Lane2009-11-251-3/+6
* Improve psql's tabular display of wrapped-around data by inserting markersTom Lane2009-11-221-47/+118
* Add "\pset linestyle ascii/unicode" option to psql, allowing our traditionalTom Lane2009-10-131-75/+175
* Fix several places where a function was declared static and then definedTom Lane2009-06-121-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-64/+65
* Trivial code style cleanup around a couple of ngettext calls.Tom Lane2009-06-041-2/+4
* Fix to use the same format specifiers in both branches of a ngettext().Peter Eisentraut2009-05-271-2/+2
* Message fixPeter Eisentraut2009-04-111-2/+2
* Gettext plural supportPeter Eisentraut2009-03-261-5/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* In psql, rename trans_* variables to translate_*, for clarity.Bruce Momjian2008-07-141-3/+3
* Fix function headers not matching prototype in header file, perMagnus Hagander2008-05-211-5/+5
* Remove old kluge put in to allow Windows regression tests to succeed, and nowAndrew Dunstan2008-05-181-7/+1
* Use isatty() test for pager on Win32; not sure why it was disabled forBruce Momjian2008-05-171-8/+2
* In psql, test for output to stdout when forcing pager for wide output.Bruce Momjian2008-05-171-2/+2
* Fix utterly-bogus code for computing row heights. Per crashes onTom Lane2008-05-171-11/+17
* Recent patch doesn't compile without <limits.h>Tom Lane2008-05-161-1/+2
* Add detection of psql pager to trigger on wide output. Also add pagerBruce Momjian2008-05-161-49/+119
* Fix a bug in the previous patch, which caused the title pointer to be usedAlvaro Herrera2008-05-131-2/+4
* Improve psql's internal print.c code by introducing an actual print API.Alvaro Herrera2008-05-121-441/+528
* Restore psql's former behavior that padding spaces to the right of the lastTom Lane2008-05-101-55/+73
* Add psql '\pset format wrapped' mode to wrap output to screen width, orBruce Momjian2008-05-081-181/+364
* Reduce the need for frontend programs to include "postgres.h" by refactoringTom Lane2008-03-271-5/+3
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Improve the method of localizing column names and other fixed strings inTom Lane2007-12-121-12/+33
* Add more comments about thousands separator handling.Bruce Momjian2007-11-221-1/+3
* Add comments about thousands separator logic.Bruce Momjian2007-11-221-1/+2
* When setting default thousands separator when locale has "", use logicBruce Momjian2007-11-211-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-137/+157
* Create a FETCH_COUNT parameter that causes psql to execute SELECT-likeTom Lane2006-08-291-454/+538
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-3/+1
* Clean up psql's control-C handling to avoid longjmp'ing out of randomTom Lane2006-06-141-28/+120
* Prepare code to be built by MSVC:Bruce Momjian2006-06-071-6/+3
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* &apos; is not valid HTML 4.01, so print the plain character instead.Peter Eisentraut2006-02-181-4/+1
* Restore previous psql behavior of not printing useless trailing spacesTom Lane2006-02-121-4/+8
* Clean up signedness warnings and 64-bit bugs in recent psql printingTom Lane2006-02-101-14/+23
* Fix psql after newline patch for calloc(0).Bruce Momjian2006-02-101-1/+4
* Allow psql multi-line column values to align in the proper columnsBruce Momjian2006-02-101-184/+298
* Disable expanded mode only for \d tablename, not for all backslashBruce Momjian2005-10-271-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-111/+113
* Clean up some messages and fix missing translation support. Option --logPeter Eisentraut2005-10-041-2/+2
* Fix incorrect psql \x memory allocation for numericlocale. Redesign APIBruce Momjian2005-09-271-51/+41
* Rename variable for clarity.Bruce Momjian2005-09-261-9/+9