summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-print.c
AgeCommit message (Expand)Author
2014-01-07Update copyright for 2014Bruce Momjian
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-03-17Move pqsignal() to libpgport.Tom Lane
2013-01-20Fix one-byte buffer overrun in PQprintTuples().Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian
2012-04-23Lots of doc corrections.Robert Haas
2012-01-30Use abort() instead of exit() to abort library functionsPeter Eisentraut
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-05-17Use isatty() test for pager on Win32; not sure why it was disabled forBruce Momjian
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-07-14Fix another passel of include-file breakage. Kris Jurka, Tom LaneTom Lane
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-07-14Revert part of recent include patch not ready for application.Bruce Momjian
2006-07-14Add additional includes needed on some platforms.Bruce Momjian
2006-04-19Fix ancient memory leak in PQprintTuples(); our code no longer uses thisTom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-02-07Fix HTML alignment in PQprint.Bruce Momjian
2006-02-06Fix PQprint HTML tag, "centre" -> "center".Bruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-08-23The attached patch updates the thread test program to run stand-alone onBruce Momjian
2005-08-23Back out incorrect commit.Bruce Momjian
2005-08-23Fix function name.Bruce Momjian
2005-06-12libpq was not consistently checking for memory allocation failures. ThisNeil Conway
2005-02-22Use _() macro consistently rather than gettext(). Add translationBruce Momjian
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-12-02Code review for recent libpq changes. Be more careful about errorTom Lane
2004-12-02Rework libpq threaded SIGPIPE handling to avoid interference withBruce Momjian
2004-11-09Get rid of perror(), substitute some better phrased error messages.Peter Eisentraut
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-17Fix linking problem when enabling thread safety on Darwin: uninitializedTom Lane
2004-04-19* Most changes are to fix warnings issued when compiling win32Bruce Momjian
2004-01-09Allow libpq to do thread-safe SIGPIPE handling. This allows it toBruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-08-04Update copyrights to 2003.Bruce Momjian
2002-10-03The attached patch fixes a number of issues related to compiling theBruce Momjian
2002-08-29Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii
2002-06-20Update copyright to 2002.Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2001-01-06No need for screen_size to be static.Tom Lane