summaryrefslogtreecommitdiff
path: root/src/bin/psql/print.c
AgeCommit message (Expand)Author
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-08-29Create a FETCH_COUNT parameter that causes psql to execute SELECT-likeTom Lane
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-06-14Clean up psql's control-C handling to avoid longjmp'ing out of randomTom Lane
2006-06-07Prepare code to be built by MSVC:Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-02-18' is not valid HTML 4.01, so print the plain character instead.Peter Eisentraut
2006-02-12Restore previous psql behavior of not printing useless trailing spacesTom Lane
2006-02-10Clean up signedness warnings and 64-bit bugs in recent psql printingTom Lane
2006-02-10Fix psql after newline patch for calloc(0).Bruce Momjian
2006-02-10Allow psql multi-line column values to align in the proper columnsBruce Momjian
2005-10-27Disable expanded mode only for \d tablename, not for all backslashBruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-10-04Clean up some messages and fix missing translation support. Option --logPeter Eisentraut
2005-09-27Fix incorrect psql \x memory allocation for numericlocale. Redesign APIBruce Momjian
2005-09-26Rename variable for clarity.Bruce Momjian
2005-09-24Suppress signed-vs-unsigned-char warnings.Tom Lane
2005-09-22Fix psql \x by removing puts().Bruce Momjian
2005-07-18\pset numericsep -> numericlocale.Bruce Momjian
2005-07-18Fix len so decimal length is only added when a period appears in the output.Bruce Momjian
2005-07-18Fix numiericsep length computations.Bruce Momjian
2005-07-14Enable multi-byte thousands_sep and decimal_point for numericsep.Bruce Momjian
2005-07-14Make better thousands_sep default based on decimal marker value.Bruce Momjian
2005-07-14Change numericsep to a boolean, and make it locale-aware.Bruce Momjian
2005-07-14Add numeric separator support for latex and troff output methods.Bruce Momjian
2005-07-14barebones variable name -> tuples_only, for consistency.Bruce Momjian
2005-07-14Fix malloc length for new numeric separator patch.Bruce Momjian
2005-07-10Reverse pg_malloc patch because psql/print.c is used in scripts filesBruce Momjian
2005-07-10Use failure-safe pg_malloc consistently in psql/print.c.Bruce Momjian
2005-07-10Add psql \pset numericsep to allow output numbers like 100,000.0 orBruce Momjian
2005-06-14Use ' ' escapes for leading spaces in table values, for use inBruce Momjian
2005-06-14Add -L option to psql to log sessions.Bruce Momjian
2005-06-13Per discussion on -hackers, this patch changes psql's "expanded" outputNeil Conway
2005-06-09\(rs should be \\(rs, per Tom.Bruce Momjian
2005-06-09I've created a patch which adds support for troff "-ms" output toBruce Momjian
2005-02-22Use _() macro consistently rather than gettext(). Add translationBruce Momjian
2005-01-01Update copyrights that were missed.Bruce Momjian
2004-11-09Get rid of perror(), substitute some better phrased error messages.Peter Eisentraut
2004-09-27Add new macro as shorthand for MS VC and Borland C++:Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-06I have noticed that the latex format in psql has some bugs:Bruce Momjian
2004-05-23A few cosmetic fixes and code cleanup.Neil Conway
2004-05-18Move find_my_exec() way up into main.c so it is available to theBruce Momjian
2004-01-24Revert the change to print.c, as this breaks src/bin/scripts. The properNeil Conway
2004-01-24This patch makes some of the memory manipulation performed by psql aNeil Conway
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-08-14Someone moved PageOutput here from common.c, but forgot to move allTom Lane
2003-08-04Fix some copyright notices that weren't updated. Improve copyright toolTom Lane
2003-08-04pgindent run.Bruce Momjian