OSDN Git Service

Update copyright to 2004.
[pg-rex/syncrep.git] / src / interfaces / libpq / libpq-fe.h
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-18 Tom LaneClean up some random departures from project's standard...
2004-08-11 Tom LaneAdd PQserverVersion() to libpq to provide more-convenie...
2004-03-24 Bruce MomjianAdd thread locking to SSL and Kerberos connections.
2004-03-15 Tatsuo IshiiAdd PQmbdsplen() which returns the "display length...
2004-01-09 Bruce MomjianAllow libpq to do thread-safe SIGPIPE handling. This...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-27 Peter EisentrautShare PG_DIAG_* macros between client and server and...
2003-08-24 Peter EisentrautAdd macros for error result fields to libpq.
2003-08-13 Tom LaneAdd PQexecPrepared() and PQsendQueryPrepared() function...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-06-21 Tom LaneUpdate libpq to make new features of FE/BE protocol...
2003-06-08 Tom Lanelibpq can now talk to either 3.0 or 2.0 protocol server...
2003-04-19 Tom LaneSecond round of FE/BE protocol changes. Frontend-...
2003-03-25 Bruce MomjianUse PQfreemem() consistently, and document its use...
2003-03-22 Bruce MomjianAdd PQfreemem() call for Win32.
2003-03-20 Bruce MomjianPGRES_POLLING_ACTIVE is unused, keep for backward compa...
2003-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2002-11-10 Bruce MomjianI just discovered, that there is missing a const when...
2002-09-04 Bruce Momjianpgindent run.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-04-15 Bruce MomjianFix for NOTIFY when NAMEDATALEN is nonstandard in serve...
2002-03-05 Bruce MomjianBack out old version and update with newer patch of:
2002-03-05 Bruce MomjianHere's a patch against 7.1.3 that fixes a problem with...
2002-03-04 Bruce MomjianAdd PQunescapeBytea libpq function.
2001-11-08 Bruce MomjianFix indenting for 'extern "C"' cases.
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-11-02 Tom LaneWindows portability macros SOCK_ERRNO and SOCK_STRERROR...
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-09-14 Bruce Momjian> Here's a revised patch. Changes:
2001-09-07 Bruce MomjianI've attached the fixed version of the patch below...
2001-09-06 Bruce MomjianBelow is the patch against current cvs for libpgtcl and
2001-08-21 Bruce Momjian> Ok, where's a "system dependent hack" :)
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-28 Bruce MomjianRemove PQunixsocket prototype
2000-11-13 Bruce MomjianUUNET is looking into offering PostgreSQL as a part...
2000-08-30 Bruce MomjianSSL patch from Magnus
2000-04-14 Tom LaneRevert inclusion of postgres_ext.h to use "..." instead...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-30 Tom LaneRemove extraneous semicolon.
2000-03-24 Tom LaneFold PQsetenv working state into PGconn, rather than...
2000-03-23 Bruce MomjianPlease apply the attached patch to interfaces/libpq...
2000-03-11 Tom LaneChange PQconndefaults() to return a malloc'd array...
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-18 Bruce MomjianLibpq non-blocking mode, from Alfred Perlstein
2000-01-15 Tatsuo IshiiEliminate using putenv().
2000-01-14 Tom LaneClean up some problems in new asynchronous-connection...
1999-11-30 Bruce MomjianThis patch (against the current CVS sources) adds to...
1999-11-11 Bruce MomjianIn the spirit of TODO item
1999-10-26 Bruce MomjianThese are two minor corrections to libpq's PQsetNoticeP...
1999-05-25 Bruce Momjianpgindent run over code.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-07 Tom LaneAdd PQresStatus() function to avoid direct access to...
1999-02-05 Bruce MomjianReverse out const to libpq interface from D'Arcy.
1999-02-04 Bruce MomjianConst fixes from D'Arcy.
1998-10-06 Tom LaneIf we're going to offer a default definition of PQmblen,
1998-10-01 Tom LaneUpdate libpq to store an error message in PGresult...
1998-09-18 Bruce MomjianFixes for VC and libpq.
1998-09-04 Bruce Momjianlibpgtcl cleanups for Tom Lane.
1998-09-03 Bruce MomjianAttached is a patch to remove the definitions of libpq...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-08-29 Bruce MomjianHello!
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-18 Bruce MomjianAdd auto-size to screen to \d? commands. Use UNION...
1998-07-14 Bruce MomjianMore updates for typmod int32 change. From Tom Lane.
1998-07-13 Bruce MomjianInline function, rename libpq variablees, change lrel...
1998-07-13 Bruce MomjianRename libpq to use more normal field names.
1998-07-13 Bruce MomjianFix libpq because it was reading from the backend as...
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-06 Bruce MomjianWhat I've done:
1998-03-20 Bruce MomjianIn libpq-fe.h: #if defined(sun) && defined(sparc)...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-24 Marc G. FournierFrom: t-ishii@sra.co.jp
1998-01-26 Marc G. FournierFrom: Phil Thompson <phil@river-bank.demon.co.uk>
1997-12-04 Marc G. FournierFrom: todd brandys <brandys@eng3.hep.uiuc.edu>
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.
1997-08-27 Vadim B. MikheevNumber of tuples inserted/affected by INSERT/UPDATE...
1997-05-09 Marc G. FournierFrom: Edmund Mergl <E.Mergl@bawue.de>
1997-03-12 Marc G. FournierFrom: Dan McGuirk <mcguirk@indirect.com>
1997-01-06 Bryan HendersonFix mismatching prototype (const int vs int)
1996-12-26 Bryan HendersonRemove use of "bool", which user program may not have...
1996-12-10 Bryan HendersonFix bug: libpq clients (which include libpq-fe.h) won...
1996-12-04 Bryan HendersonChange portname "sparc" to "sunos4" and change some...
1996-11-22 Bryan HendersonInclude stdio.h to fix Craig Anderson's compile problem.
1996-11-11 Marc G. FournierAs proposed,
1996-11-10 Bruce MomjianAll external function definitions now have prototypes...
1996-11-09 Marc G. FournierAdded in PQconnectdb() function
1996-11-04 Bruce MomjianRemoved PORTNAME_. Use OS version only.
1996-10-10 Bryan HendersonAdd PGUSER environment variable for client to specify...
next