]> granicus.if.org Git - postgresql/history - src/interfaces/libpq/fe-misc.c
Make the order of the header file includes consistent in non-backend modules.
[postgresql] / src / interfaces / libpq / fe-misc.c
2019-10-25 Amit KapilaMake the order of the header file includes consistent...
2019-08-05 Michael PaquierFix inconsistencies and typos in the tree, take 9
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-05-13 Tom LaneFix misuse of an integer as a bool.
2019-03-19 Tom LaneRestructure libpq's handling of send failures.
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-09-26 Tom LaneIncorporate strerror_r() into src/port/snprintf.c,...
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-10-01 Andres FreundReplace most usages of ntoh[ls] and hton[sl] with pg_bs...
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-05-19 Robert Haaslibpq: Try next host if one of them times out.
2017-04-23 Andres FreundDon't include sys/poll.h anymore.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-03-09 Peter EisentrautHandle invalid libpq sockets in more places
2016-03-01 Robert HaasFix incorrect comment.
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-11-12 Tom LaneFix unwanted flushing of libpq's input buffer when...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-02-23 Heikki LinnakangasFix potential deadlock with libpq non-blocking mode.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-01 Heikki LinnakangasPut SSL_pending() call behind the new internal SSL...
2014-10-22 Tom LaneEnsure libpq reports a suitable error message on unexpe...
2014-09-12 Heikki LinnakangasSupport Subject Alternative Names in SSL server certifi...
2014-08-11 Heikki LinnakangasBreak out OpenSSL-specific code to separate files.
2014-08-07 Heikki LinnakangasImprove comment.
2014-05-08 Tom LaneAvoid buffer bloat in libpq when server is consistently...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-16 Bruce Momjianlibpq: use pgsocket for socket values, for portability
2014-02-12 Tom LaneImprove libpq's error recovery for connection loss...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-03-17 Tom LaneMove pqsignal() to libpgport.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-09-07 Tom LaneCentralize libpq's low-level code for dropping a connec...
2012-04-04 Tom LaneAdd a "row processor" API to libpq for better handling...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-07-25 Tom LaneFix previous patch so it also works if not USE_SSL...
2011-07-24 Tom LaneImprove libpq's error reporting for SSL failures.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-22 Magnus HaganderAdd PQlibVersion() function to libpq
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-05-09 Tom LaneAdjust comments about avoiding use of printf's %.*s.
2010-05-08 Tom LaneWork around a subtle portability problem in use of...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-21 Michael MeskesRemoved comparison of unsigned expression < 0.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-11 Peter EisentrautAppend major version number and for libraries soname...
2008-10-27 Magnus HaganderAdd support for multiple error messages from libpq...
2008-08-20 Magnus HaganderMake libpq on windows not try to send chunks larger...
2008-05-29 Tom LaneTweak libpq to avoid crashing due to incorrect buffer...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-10-13 Tom LaneFix the inadvertent libpq ABI breakage discovered by...
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 a passel of recently-committed violations of the...
2006-06-07 Bruce MomjianPrepare code to be built by MSVC:
2006-05-23 Bruce MomjianAvoid duplicate definition of LOCALEDIR in pg_config...
2006-05-18 Bruce MomjianCode alignment fix.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-11 Neil ConwayCosmetic code cleanup: fix a bunch of places that used...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-26 Peter EisentrautDon't need gettext calls around debug messages.
2005-09-24 Tom LaneSuppress signed-vs-unsigned-char warnings.
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-07-08 Tom LaneMake libpq_gettext save and restore errno in a Windows...
2005-07-06 Tom LaneSave and restore errno across bindtextdomain call,...
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-09-27 Bruce MomjianAdd new macro as shorthand for MS VC and Borland C++:
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-08 Bruce MomjianChange PGETC to PGSYSCONFDIR and PGLOCALE to PGLOCALEDI...
2004-06-03 Bruce MomjianAdd PGETC (for pg_service.conf) and PGLOCALE (for local...
2004-05-25 Bruce MomjianMake the locale location relocatable.
2004-03-15 Tatsuo IshiiAdd PQmbdsplen() which returns the "display length...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-10-19 Tom LaneAdjust libpq to avoid deadlock when both client and...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Tom LaneFix some more problems with testing error returns from...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-06-23 Tom LaneChange pqInternalNotice to accept a format string and...
2003-06-21 Tom LaneUpdate libpq to make new features of FE/BE protocol...
2003-06-14 Bruce MomjianMake libpq thread-safe with configure --with-threads...
2003-06-12 Bruce MomjianAttached is the complete diff against current CVS.
2003-06-12 Bruce MomjianBack out patch that got bundled into another patch.
2003-06-12 Bruce MomjianNew patch with corrected README attached.
2003-06-08 Tom Lanelibpq can now talk to either 3.0 or 2.0 protocol server...
2003-04-25 Bruce MomjianUse closesocket() for all socket/pipe closing, because...
2003-04-22 Tom LaneAnother round of protocol changes. Backend-to-frontend...
2003-04-19 Tom LaneSecond round of FE/BE protocol changes. Frontend-...
2003-04-02 Tom LaneWhack getaddrinfo() patch around until it works, more...
2003-03-06 Tom LaneUse poll(2) in preference to select(2), if available...
next