summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-print.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Use isatty() test for pager on Win32; not sure why it was disabled forBruce Momjian2008-05-171-8/+3
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* 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-2/+2
* Fix another passel of include-file breakage. Kris Jurka, Tom LaneTom Lane2006-07-141-1/+2
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-2/+1
* Revert part of recent include patch not ready for application.Bruce Momjian2006-07-141-1/+2
* Add additional includes needed on some platforms.Bruce Momjian2006-07-141-2/+1
* Fix ancient memory leak in PQprintTuples(); our code no longer uses thisTom Lane2006-04-191-2/+4
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Fix HTML alignment in PQprint.Bruce Momjian2006-02-071-8/+8
* Fix PQprint HTML tag, "centre" -> "center".Bruce Momjian2006-02-061-4/+4
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-19/+18
* The attached patch updates the thread test program to run stand-alone onBruce Momjian2005-08-231-9/+8
* Back out incorrect commit.Bruce Momjian2005-08-231-8/+9
* Fix function name.Bruce Momjian2005-08-231-9/+8
* libpq was not consistently checking for memory allocation failures. ThisNeil Conway2005-06-121-6/+14
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-221-5/+5
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Code review for recent libpq changes. Be more careful about errorTom Lane2004-12-021-4/+5
* Rework libpq threaded SIGPIPE handling to avoid interference withBruce Momjian2004-12-021-4/+10
* Get rid of perror(), substitute some better phrased error messages.Peter Eisentraut2004-11-091-7/+7
* Pgindent run for 8.0.Bruce Momjian2004-08-291-1/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Fix linking problem when enabling thread safety on Darwin: uninitializedTom Lane2004-08-171-3/+3
* * Most changes are to fix warnings issued when compiling win32Bruce Momjian2004-04-191-5/+1
* Allow libpq to do thread-safe SIGPIPE handling. This allows it toBruce Momjian2004-01-091-2/+14
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* The attached patch fixes a number of issues related to compiling theBruce Momjian2002-10-031-2/+2
* Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii2002-08-291-5/+1
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-3/+3
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-3/+1
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-3/+7
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-2/+2
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* No need for screen_size to be static.Tom Lane2001-01-061-18/+20
* Cleanup of <> and ""Bruce Momjian2000-05-291-2/+2
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-38/+42
* Repair unintentional damage to MULTIBYTE code.Tom Lane2000-03-141-2/+2
* Fixed psql double quoting of SQL idsPeter Eisentraut2000-02-071-5/+16
* Change function name PQclientencoding to PQclientEncoding sinceTatsuo Ishii2000-02-051-2/+2
* A few minor psql enhancementsPeter Eisentraut2000-01-291-242/+175
* Add:Bruce Momjian2000-01-261-2/+3
* Fix for multibyte support. Since some function declarationsTatsuo Ishii2000-01-191-1/+2
* Hi!Bruce Momjian2000-01-181-1/+3
* Eliminate using putenv().Tatsuo Ishii2000-01-151-8/+20