]> granicus.if.org Git - postgresql/history - src/include/libpq/libpq.h
Update copyright for 2016
[postgresql] / src / include / libpq / libpq.h
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-08-02 Tom LaneFix incorrect order of lock file removal and failure...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-03-08 Tom LaneRemove struct PQArgBlock from server-side header libpq...
2015-02-02 Heikki LinnakangasBe more careful to not lose sync in the FE/BE protocol.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-05 Robert HaasFix thinko in commit 2bd9e412f92bc6a68f3e8bcb18e04955cc...
2014-10-31 Robert HaasSupport frontend-backend protocol communication using...
2014-08-11 Heikki LinnakangasBreak out OpenSSL-specific code to separate files.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-08-10 Tom LaneSupport having multiple Unix-domain sockets per postmaster.
2012-02-22 Peter EisentrautAdd parameters for controlling locations of server...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-30 Heikki LinnakangasAutomatically terminate replication connections that...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-15 Heikki LinnakangasIntroduce Streaming Replication.
2010-01-10 Magnus HaganderCreate typedef pgsocket for storing socket descriptors.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-20 Magnus HaganderControl client certificate requesting with the pg_hba...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-26 Tom LaneRepair bug that would allow libpq to think a command...
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-06-12 Bruce MomjianIPv6 cleanups.
2003-04-19 Tom LaneSecond round of FE/BE protocol changes. Frontend-...
2003-01-25 Tom LaneWhere available, use utime() or utimes() to update...
2003-01-06 Bruce MomjianEnable IPv6 connections to the server, and add pg_hba...
2002-12-06 Bruce MomjianBack out V6 code, caused postmaster startup failure.
2002-12-06 Bruce MomjianWe have just finished porting the old KAME IPv6 patch...
2002-09-04 Tom LaneGuard against send-lots-and-lots-of-data DoS attack...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-03-04 Tom LaneFurther work on elog cleanup: fix some bogosities in...
2001-12-04 Tom LaneReplace pq_getbytes(&ch, 1) calls with pq_getbyte(...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
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-08-07 Peter EisentrautAdd a check for end of client connection before expecti...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-18 Tom LaneClean up backend-exit-time cleanup behavior. Use on_sh...
2000-11-14 Bruce MomjianRename PortName to PortNumber.
2000-11-13 Bruce MomjianUUNET is looking into offering PostgreSQL as a part...
2000-07-08 Tom LaneRemove long-dead support for invoking queries from...
2000-06-06 Peter EisentrautPGPORT envar was erroneously ignored by the backend
2000-06-04 Peter EisentrautNew ps display code, works on more platforms.
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
1999-10-23 Tom LaneLook Ma, no MAX_PARSE_BUFFER! (At least not in the...
1999-08-31 Tom LaneCommit the bulk of Mike Ansley's long-query changes...
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-07 Bruce MomjianAllow port numbers 32k - 64k.
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce Momjianpgindent run over code.
1999-04-25 Tom LaneRevise backend libpq interfaces so that messages to...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-01-27 Tom LaneAnother SELECT speedup: extract OIDs of column print...
1999-01-24 Tom LaneFix a couple little problems with signed vs. unsigned
1999-01-23 Tom LaneAdd explicit buffering in backend libpq, to compensate for
1999-01-12 Marc G. FournierFrom: Magnus Hagander <mha@sollentuna.net>
1999-01-11 Marc G. FournierFrom: Magnus Hagander <mha@sollentuna.net>
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-07-20 Bruce MomjianCleanup use of 16 that should be NAMEDATALEN.
1998-07-18 Bruce MomjianAdd auto-size to screen to \d? commands. Use UNION...
1998-07-13 Bruce MomjianInline function, rename libpq variablees, change lrel...
1998-07-09 Marc G. FournierFrom: Tom Lane <tgl@sss.pgh.pa.us>
1998-06-16 Bruce MomjianHi, here are the patches to enhance existing MB handlin...
1998-05-29 Bruce MomjianRemove fork()/exec() and only do fork(). Small cleanups.
1998-05-19 Bruce MomjianAllow cancel from client of backend query. Change...
1998-03-02 Marc G. FournierLast minute clean up for SunOS...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-01-26 Marc G. Fournier#include <sys/types.h> required for u_long
1998-01-26 Marc G. FournierFrom: Phil Thompson <phil@river-bank.demon.co.uk>
1998-01-24 Bruce MomjianFix prototypes so they don't look like function definit...
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1996-11-05 Marc G. FournierMake sure all changes commited
1996-10-31 Bruce MomjianAdded needed include file.
1996-10-23 Marc G. FournierMajor code cleanups from D'arcy (-Wall -Werror)
1996-10-20 Marc G. Fournierremove an #ifdef/#else/#endif that doesn't actually...
1996-08-28 Marc G. FournierClean up th ecompile process by centralizing the includ...