]> granicus.if.org Git - postgresql/history - src/bin/psql/print.c
Run pgindent on 9.2 source tree in preparation for first 9.3
[postgresql] / src / bin / psql / print.c
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-01 Robert HaasTweak psql to print row counts when \x auto chooses...
2012-03-16 Peter Eisentrautpsql: Remove inappropriate const qualifiers
2012-03-08 Peter Eisentrautpsql: Remove useless code
2012-03-07 Peter Eisentrautpsql: Fix memory leak
2012-03-07 Peter Eisentrautpsql: Fix invalid memory access
2012-02-09 Peter Eisentrautpsql: Support zero byte field and record separators
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-12 Peter EisentrautAdd psql expanded auto mode
2011-09-11 Peter EisentrautRemove many -Wcast-qual warnings
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-15 Robert HaasCleanup various comparisons with the constant "true".
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-05-09 Tom LaneSuppress signed-vs-unsigned-char warning.
2010-05-09 Tom LaneAdjust comments about avoiding use of printf's %.*s.
2010-05-08 Tom LaneWork around a subtle portability problem in use of...
2010-03-01 Heikki LinnakangasFix translation of strings in psql \d output (translati...
2010-03-01 Heikki LinnakangasFix numericlocale psql option when used with a null...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-30 Tom LaneFix memory leakage introduced into print_aligned_text...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-11-25 Tom LaneSimplify psql's new linestyle behavior to default to...
2009-11-22 Tom LaneImprove psql's tabular display of wrapped-around data...
2009-10-13 Tom LaneAdd "\pset linestyle ascii/unicode" option to psql...
2009-06-12 Tom LaneFix several places where a function was declared static...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-04 Tom LaneTrivial code style cleanup around a couple of ngettext...
2009-05-27 Peter EisentrautFix to use the same format specifiers in both branches...
2009-04-11 Peter EisentrautMessage fix
2009-03-26 Peter EisentrautGettext plural support
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-07-14 Bruce MomjianIn psql, rename trans_* variables to translate_*, for...
2008-05-21 Magnus HaganderFix function headers not matching prototype in header...
2008-05-18 Andrew DunstanRemove old kluge put in to allow Windows regression...
2008-05-17 Bruce MomjianUse isatty() test for pager on Win32; not sure why...
2008-05-17 Bruce MomjianIn psql, test for output to stdout when forcing pager...
2008-05-17 Tom LaneFix utterly-bogus code for computing row heights. ...
2008-05-16 Tom LaneRecent patch doesn't compile without <limits.h>
2008-05-16 Bruce MomjianAdd detection of psql pager to trigger on wide output...
2008-05-13 Alvaro HerreraFix a bug in the previous patch, which caused the title...
2008-05-12 Alvaro HerreraImprove psql's internal print.c code by introducing...
2008-05-10 Tom LaneRestore psql's former behavior that padding spaces...
2008-05-08 Bruce MomjianAdd psql '\pset format wrapped' mode to wrap output...
2008-03-27 Tom LaneReduce the need for frontend programs to include "postg...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-12 Tom LaneImprove the method of localizing column names and other...
2007-11-22 Bruce MomjianAdd more comments about thousands separator handling.
2007-11-22 Bruce MomjianAdd comments about thousands separator logic.
2007-11-21 Bruce MomjianWhen setting default thousands separator when locale...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-29 Tom LaneCreate a FETCH_COUNT parameter that causes psql to...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-06-14 Tom LaneClean up psql's control-C handling to avoid longjmp...
2006-06-07 Bruce MomjianPrepare code to be built by MSVC:
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-18 Peter Eisentraut&apos; is not valid HTML 4.01, so print the plain chara...
2006-02-12 Tom LaneRestore previous psql behavior of not printing useless...
2006-02-10 Tom LaneClean up signedness warnings and 64-bit bugs in recent...
2006-02-10 Bruce MomjianFix psql after newline patch for calloc(0).
2006-02-10 Bruce MomjianAllow psql multi-line column values to align in the...
2005-10-27 Bruce MomjianDisable expanded mode only for \d tablename, not for...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-04 Peter EisentrautClean up some messages and fix missing translation...
2005-09-27 Bruce MomjianFix incorrect psql \x memory allocation for numericloca...
2005-09-26 Bruce MomjianRename variable for clarity.
2005-09-24 Tom LaneSuppress signed-vs-unsigned-char warnings.
2005-09-22 Bruce MomjianFix psql \x by removing puts().
2005-07-18 Bruce Momjian\pset numericsep -> numericlocale.
2005-07-18 Bruce MomjianFix len so decimal length is only added when a period...
2005-07-18 Bruce MomjianFix numiericsep length computations.
2005-07-14 Bruce MomjianEnable multi-byte thousands_sep and decimal_point for...
2005-07-14 Bruce MomjianMake better thousands_sep default based on decimal...
2005-07-14 Bruce MomjianChange numericsep to a boolean, and make it locale...
2005-07-14 Bruce MomjianAdd numeric separator support for latex and troff outpu...
2005-07-14 Bruce Momjianbarebones variable name -> tuples_only, for consistency.
2005-07-14 Bruce MomjianFix malloc length for new numeric separator patch.
2005-07-10 Bruce MomjianReverse pg_malloc patch because psql/print.c is used...
2005-07-10 Bruce MomjianUse failure-safe pg_malloc consistently in psql/print.c.
2005-07-10 Bruce MomjianAdd psql \pset numericsep to allow output numbers like...
2005-06-14 Bruce MomjianUse '&nbsp;' escapes for leading spaces in table values...
2005-06-14 Bruce MomjianAdd -L option to psql to log sessions.
2005-06-13 Neil ConwayPer discussion on -hackers, this patch changes psql...
2005-06-09 Bruce Momjian\(rs should be \\(rs, per Tom.
2005-06-09 Bruce MomjianI've created a patch which adds support for troff ...
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-11-09 Peter EisentrautGet rid of perror(), substitute some better phrased...
2004-09-27 Bruce MomjianAdd new macro as shorthand for MS VC and Borland C++:
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-06 Bruce MomjianI have noticed that the latex format in psql has some...
2004-05-23 Neil ConwayA few cosmetic fixes and code cleanup.
2004-05-18 Bruce MomjianMove find_my_exec() way up into main.c so it is availab...
2004-01-24 Neil ConwayRevert the change to print.c, as this breaks src/bin...
2004-01-24 Neil ConwayThis patch makes some of the memory manipulation perfor...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-14 Tom LaneSomeone moved PageOutput here from common.c, but forgot...
2003-08-04 Tom LaneFix some copyright notices that weren't updated. Impro...
next