aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/print.c
Commit message (Expand)AuthorAge
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Add psql expanded auto modePeter Eisentraut2011-11-12
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-11
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Cleanup various comparisons with the constant "true".Robert Haas2010-11-14
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Suppress signed-vs-unsigned-char warning.Tom Lane2010-05-09
* Adjust comments about avoiding use of printf's %.*s.Tom Lane2010-05-09
* Work around a subtle portability problem in use of printf %s format.Tom Lane2010-05-08
* Fix translation of strings in psql \d output (translation in headers worked,Heikki Linnakangas2010-03-01
* Fix numericlocale psql option when used with a null string and latex and troffHeikki Linnakangas2010-03-01
* pgindent run for 9.0Bruce Momjian2010-02-26
* Fix memory leakage introduced into print_aligned_text by 8.4 changesTom Lane2010-01-30
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Simplify psql's new linestyle behavior to default to linestyle=ascii allTom Lane2009-11-25
* Improve psql's tabular display of wrapped-around data by inserting markersTom Lane2009-11-22
* Add "\pset linestyle ascii/unicode" option to psql, allowing our traditionalTom Lane2009-10-13
* Fix several places where a function was declared static and then definedTom Lane2009-06-12
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Trivial code style cleanup around a couple of ngettext calls.Tom Lane2009-06-04
* Fix to use the same format specifiers in both branches of a ngettext().Peter Eisentraut2009-05-27
* Message fixPeter Eisentraut2009-04-11
* Gettext plural supportPeter Eisentraut2009-03-26
* Update copyright for 2009.Bruce Momjian2009-01-01
* In psql, rename trans_* variables to translate_*, for clarity.Bruce Momjian2008-07-14
* Fix function headers not matching prototype in header file, perMagnus Hagander2008-05-21
* Remove old kluge put in to allow Windows regression tests to succeed, and nowAndrew Dunstan2008-05-18
* Use isatty() test for pager on Win32; not sure why it was disabled forBruce Momjian2008-05-17
* In psql, test for output to stdout when forcing pager for wide output.Bruce Momjian2008-05-17
* Fix utterly-bogus code for computing row heights. Per crashes onTom Lane2008-05-17
* Recent patch doesn't compile without <limits.h>Tom Lane2008-05-16
* Add detection of psql pager to trigger on wide output. Also add pagerBruce Momjian2008-05-16
* Fix a bug in the previous patch, which caused the title pointer to be usedAlvaro Herrera2008-05-13
* Improve psql's internal print.c code by introducing an actual print API.Alvaro Herrera2008-05-12
* Restore psql's former behavior that padding spaces to the right of the lastTom Lane2008-05-10
* Add psql '\pset format wrapped' mode to wrap output to screen width, orBruce Momjian2008-05-08
* Reduce the need for frontend programs to include "postgres.h" by refactoringTom Lane2008-03-27
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Improve the method of localizing column names and other fixed strings inTom Lane2007-12-12
* Add more comments about thousands separator handling.Bruce Momjian2007-11-22
* Add comments about thousands separator logic.Bruce Momjian2007-11-22
* When setting default thousands separator when locale has "", use logicBruce Momjian2007-11-21
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Create a FETCH_COUNT parameter that causes psql to execute SELECT-likeTom Lane2006-08-29
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Clean up psql's control-C handling to avoid longjmp'ing out of randomTom Lane2006-06-14
* Prepare code to be built by MSVC:Bruce Momjian2006-06-07
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05