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