summaryrefslogtreecommitdiff
path: root/src/bin/psql/print.c
Commit message (Expand)AuthorAgeFilesLines
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-137/+157
* Create a FETCH_COUNT parameter that causes psql to execute SELECT-likeTom Lane2006-08-291-454/+538
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-3/+1
* Clean up psql's control-C handling to avoid longjmp'ing out of randomTom Lane2006-06-141-28/+120
* Prepare code to be built by MSVC:Bruce Momjian2006-06-071-6/+3
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* ' is not valid HTML 4.01, so print the plain character instead.Peter Eisentraut2006-02-181-4/+1
* Restore previous psql behavior of not printing useless trailing spacesTom Lane2006-02-121-4/+8
* Clean up signedness warnings and 64-bit bugs in recent psql printingTom Lane2006-02-101-14/+23
* Fix psql after newline patch for calloc(0).Bruce Momjian2006-02-101-1/+4
* Allow psql multi-line column values to align in the proper columnsBruce Momjian2006-02-101-184/+298
* Disable expanded mode only for \d tablename, not for all backslashBruce Momjian2005-10-271-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-111/+113
* Clean up some messages and fix missing translation support. Option --logPeter Eisentraut2005-10-041-2/+2
* Fix incorrect psql \x memory allocation for numericlocale. Redesign APIBruce Momjian2005-09-271-51/+41
* Rename variable for clarity.Bruce Momjian2005-09-261-9/+9
* Suppress signed-vs-unsigned-char warnings.Tom Lane2005-09-241-6/+6
* Fix psql \x by removing puts().Bruce Momjian2005-09-221-3/+3
* \pset numericsep -> numericlocale.Bruce Momjian2005-07-181-65/+66
* Fix len so decimal length is only added when a period appears in the output.Bruce Momjian2005-07-181-8/+9
* Fix numiericsep length computations.Bruce Momjian2005-07-181-5/+6
* Enable multi-byte thousands_sep and decimal_point for numericsep.Bruce Momjian2005-07-141-37/+39
* Make better thousands_sep default based on decimal marker value.Bruce Momjian2005-07-141-2/+4
* Change numericsep to a boolean, and make it locale-aware.Bruce Momjian2005-07-141-62/+74
* Add numeric separator support for latex and troff output methods.Bruce Momjian2005-07-141-19/+67
* barebones variable name -> tuples_only, for consistency.Bruce Momjian2005-07-141-49/+49
* Fix malloc length for new numeric separator patch.Bruce Momjian2005-07-141-62/+26
* Reverse pg_malloc patch because psql/print.c is used in scripts filesBruce Momjian2005-07-101-11/+62
* Use failure-safe pg_malloc consistently in psql/print.c.Bruce Momjian2005-07-101-62/+11
* Add psql \pset numericsep to allow output numbers like 100,000.0 orBruce Momjian2005-07-101-81/+279
* Use ' ' escapes for leading spaces in table values, for use inBruce Momjian2005-06-141-2/+14
* Add -L option to psql to log sessions.Bruce Momjian2005-06-141-4/+7
* Per discussion on -hackers, this patch changes psql's "expanded" outputNeil Conway2005-06-131-18/+47
* \(rs should be \\(rs, per Tom.Bruce Momjian2005-06-091-2/+2
* I've created a patch which adds support for troff "-ms" output toBruce Momjian2005-06-091-1/+214
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-221-17/+18
* Update copyrights that were missed.Bruce Momjian2005-01-011-2/+2
* Get rid of perror(), substitute some better phrased error messages.Peter Eisentraut2004-11-091-14/+14
* Add new macro as shorthand for MS VC and Borland C++:Bruce Momjian2004-09-271-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-10/+14
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* I have noticed that the latex format in psql has some bugs:Bruce Momjian2004-08-061-26/+29
* A few cosmetic fixes and code cleanup.Neil Conway2004-05-231-11/+13
* Move find_my_exec() way up into main.c so it is available to theBruce Momjian2004-05-181-1/+4
* Revert the change to print.c, as this breaks src/bin/scripts. The properNeil Conway2004-01-241-14/+77
* This patch makes some of the memory manipulation performed by psql aNeil Conway2004-01-241-77/+14
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Someone moved PageOutput here from common.c, but forgot to move allTom Lane2003-08-141-1/+5
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-041-2/+2