aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/print.c
Commit message (Expand)AuthorAge
* 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
* Fix some signed-vs-unsigned-int issues; make print_aligned_verticalTom Lane2003-04-04
* Make the printing code somewhat more independent by not relying onPeter Eisentraut2003-03-18
* Avoid malloc(0) when printing a table of no columns. On some platformsTom Lane2002-11-01
* Fix include files for new PageOutput call.Bruce Momjian2002-10-24
* Page \h output and centralize psql paging code in PageOutput().Bruce Momjian2002-10-23
* The attached patch fixes a number of issues related to compiling theBruce Momjian2002-10-03
* Improve footer length computation for psql.Bruce Momjian2002-09-01
* backend where a statically sized buffer is written to. Most of theseBruce Momjian2002-08-28
* Enable locale, so case conversion (identifier processing) and numberPeter Eisentraut2002-08-27
* The attached patch fixes a tiny memory leak in psql, when usingBruce Momjian2002-07-18
* Fix \? and \pset pager handling. \? wasn't honoring pager before.Bruce Momjian2002-07-15
* Don't dump core on empty table.Tom Lane2002-04-24
* Fix small problem Tom Lane found with pgindent run.Bruce Momjian2001-10-30
* Fix bug with illegal call to calloc.Tatsuo Ishii2001-10-29
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Commit Patrice's patches except:Tatsuo Ishii2001-10-15
* Attached ia a patch to enable window size detection code of psql for SolarisBruce Momjian2001-08-01
* Native Language Support (NLS)Peter Eisentraut2001-06-02
* Add command '\pset footer' to psql to turn off default "(x rows)" footer.Peter Eisentraut2001-05-12
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Fix memory leak.Peter Eisentraut2001-03-01
* Massive commits for SunOS4 port.Tatsuo Ishii2001-02-27
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* Make pgsql compile on FreeBSD-alpha.Bruce Momjian2000-11-16
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Clean up include files use in psql.Bruce Momjian2000-02-16
* I checked the WinNT port yesterday (a few days old snapshot from CVS) and IBruce Momjian2000-02-09
* Fixed psql double quoting of SQL idsPeter Eisentraut2000-02-07
* A few minor psql enhancementsPeter Eisentraut2000-01-29
* another set of cleanupsPeter Eisentraut2000-01-18
* Hi!Bruce Momjian2000-01-18
* Fixed a few "fixes" and bugs. Adjusted messages and options to GNU suggestions.Peter Eisentraut2000-01-12
* This should fix the \e (\p, \g, ...) behaviour on an empty query buffer.Bruce Momjian1999-12-10