]> granicus.if.org Git - postgresql/history - src/bin/psql/print.c
Fix to use the same format specifiers in both branches of a ngettext().
[postgresql] / src / bin / psql / print.c
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...
2003-08-04 Bruce Momjianpgindent run.
2003-07-25 Bruce MomjianUpdate copyrights to 2003.
2003-06-12 Bruce MomjianAttached is the complete diff against current CVS.
2003-06-12 Bruce MomjianAttached is a patch that enhances the output of psql...
2003-04-04 Tom LaneFix some signed-vs-unsigned-int issues; make print_alig...
2003-03-18 Peter EisentrautMake the printing code somewhat more independent by...
2002-11-01 Tom LaneAvoid malloc(0) when printing a table of no columns...
2002-10-24 Bruce MomjianFix include files for new PageOutput call.
2002-10-23 Bruce MomjianPage \h output and centralize psql paging code in PageO...
2002-10-03 Bruce MomjianThe attached patch fixes a number of issues related...
2002-09-01 Bruce MomjianImprove footer length computation for psql.
2002-08-28 Bruce Momjianbackend where a statically sized buffer is written...
2002-08-27 Peter EisentrautEnable locale, so case conversion (identifier processin...
2002-07-18 Bruce MomjianThe attached patch fixes a tiny memory leak in psql...
2002-07-15 Bruce MomjianFix \? and \pset pager handling. \? wasn't honoring...
2002-04-24 Tom LaneDon't dump core on empty table.
2001-10-30 Bruce MomjianFix small problem Tom Lane found with pgindent run.
2001-10-29 Tatsuo IshiiFix bug with illegal call to calloc.
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-15 Tatsuo IshiiCommit Patrice's patches except:
2001-08-01 Bruce MomjianAttached ia a patch to enable window size detection...
2001-06-02 Peter EisentrautNative Language Support (NLS)
2001-05-12 Peter EisentrautAdd command '\pset footer' to psql to turn off default...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-01 Peter EisentrautFix memory leak.
2001-02-27 Tatsuo IshiiMassive commits for SunOS4 port.
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2000-11-16 Bruce MomjianMake pgsql compile on FreeBSD-alpha.
next