]> granicus.if.org Git - postgresql/history - src/interfaces/libpq/fe-print.c
libpq: use pgsocket for socket values, for portability
[postgresql] / src / interfaces / libpq / fe-print.c
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-03-17 Tom LaneMove pqsignal() to libpgport.
2013-01-21 Tom LaneFix one-byte buffer overrun in PQprintTuples().
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-04-24 Robert HaasLots of doc corrections.
2012-01-30 Peter EisentrautUse abort() instead of exit() to abort library functions
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-05-17 Bruce MomjianUse isatty() test for pager on Win32; not sure why...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-14 Tom LaneFix another passel of include-file breakage. Kris...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-14 Bruce MomjianRevert part of recent include patch not ready for appli...
2006-07-14 Bruce MomjianAdd additional includes needed on some platforms.
2006-04-19 Tom LaneFix ancient memory leak in PQprintTuples(); our code...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-07 Bruce MomjianFix HTML alignment in PQprint.
2006-02-06 Bruce MomjianFix PQprint HTML tag, "centre" -> "center".
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-23 Bruce MomjianThe attached patch updates the thread test program...
2005-08-23 Bruce MomjianBack out incorrect commit.
2005-08-23 Bruce MomjianFix function name.
2005-06-12 Neil Conwaylibpq was not consistently checking for memory allocati...
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-02 Tom LaneCode review for recent libpq changes. Be more careful...
2004-12-02 Bruce MomjianRework libpq threaded SIGPIPE handling to avoid interfe...
2004-11-09 Peter EisentrautGet rid of perror(), substitute some better phrased...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-17 Tom LaneFix linking problem when enabling thread safety on...
2004-04-19 Bruce Momjian* Most changes are to fix warnings issued when compilin...
2004-01-09 Bruce MomjianAllow libpq to do thread-safe SIGPIPE handling. This...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2002-10-03 Bruce MomjianThe attached patch fixes a number of issues related...
2002-08-29 Tatsuo IshiiRemove #ifdef MULTIBYTE per hackers list discussion.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-06 Tom LaneNo need for screen_size to be static.
2000-05-29 Bruce MomjianCleanup of <> and ""
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-14 Tom LaneRepair unintentional damage to MULTIBYTE code.
2000-02-07 Peter EisentrautFixed psql double quoting of SQL ids
2000-02-05 Tatsuo IshiiChange function name PQclientencoding to PQclientEncodi...
2000-01-29 Peter EisentrautA few minor psql enhancements
2000-01-26 Bruce MomjianAdd:
2000-01-19 Tatsuo IshiiFix for multibyte support. Since some function declarations
2000-01-18 Bruce MomjianHi!
2000-01-15 Tatsuo IshiiEliminate using putenv().
1999-11-11 Bruce MomjianIn the spirit of TODO item
1999-08-31 Tom LaneUpdate frontend libpq to remove limits on query lengths,
1999-07-19 Bruce MomjianEnable WIN32 compilation of libpq.
1999-07-19 Bruce MomjianRe-add getopt.h check, remove NT-specific tests for it.
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-03 Bruce Momjianhere are some patches for 6.5.0 which I already submitt...
1999-04-25 Tom LaneClean up gcc warning in MULTIBYTE code.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-05 Bruce MomjianReverse out const to libpq interface from D'Arcy.
1999-02-04 Bruce MomjianConst fixes from D'Arcy.
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1999-01-27 Marc G. FournierFrom: Tatsuo Ishii <t-ishii@sra.co.jp>
1998-10-06 Tom LaneIf we're going to offer a default definition of PQmblen,
1998-10-06 Bruce MomjianHere are the patches against the current source tree...
1998-10-04 Tom LaneDisable doubling of backslashes in PQprint, per discussion
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-17 Marc G. FournierDate: Sun, 16 Aug 1998 14:56:48 -0400
1998-08-09 Bruce MomjianThe attached patch implements some changes that were...
1998-07-26 Marc G. FournierFrom: t-ishii@sra.co.jp
1998-07-18 Bruce MomjianAdd auto-size to screen to \d? commands. Use UNION...
1998-07-03 Bruce MomjianHello!
1998-06-16 Bruce MomjianHi, here are the patches to enhance existing MB handlin...
1998-06-16 Bruce MomjianAdded missing file.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-05-07 Bruce MomjianAdd missing includes.
1998-05-07 Bruce MomjianAdd missing file from Tom Lane.