]> granicus.if.org Git - postgresql/history - src/interfaces/libpq/libpq-fe.h
Revert part of recent include patch not ready for application.
[postgresql] / src / interfaces / libpq / libpq-fe.h
2006-07-04 Bruce MomjianRemove libpq's PQescapeIdentifier(), not safe from...
2006-06-27 Bruce MomjianAdd PQescapeIdentifier() to libpq
2006-05-23 Bruce MomjianAdd PQisthreadsafe() to libpq, to allow library applica...
2006-05-21 Tom LaneModify libpq's string-escaping routines to be aware...
2006-04-27 Bruce MomjianChange libpq's PQgetssl() to return a void*, rather...
2006-03-20 Bruce MomjianUpdate comment that pgNotify.be_pid is pid of the notif...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-12-26 Peter EisentrautRename pg_make_encrypted_password to PQencryptPassword.
2005-12-23 Tom LaneAdd an officially exported libpq function to encrypt...
2005-11-23 Bruce MomjianFix pgindent of libpq-fe.h by hacking pgindent script.
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-24 Tom LaneSuppress signed-vs-unsigned-char warnings.
2005-06-13 Tom LaneAdjust lo_open() so that specifying INV_READ without...
2005-06-09 Tom LaneDefend against omitted paramLengths[] array in PQsendQu...
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-10-30 Tom LaneInvent a new, more thread-safe version of PQrequestCanc...
2004-10-18 Tom LaneAdd PQprepare/PQsendPrepared functions to libpq to...
2004-10-16 Tom LaneRemove dllist.c from libpq. It's overkill for what...
2004-10-16 Bruce MomjianExport only required symbols in libpq on Win32.
2004-10-16 Bruce MomjianAllow pg_ctl to determine the server is up when getting...
2004-08-29 Bruce MomjianPgindent run for 8.0.
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...
next