]> granicus.if.org Git - postgresql/history - src/interfaces/libpq/libpq-int.h
UPDATED PATCH:
[postgresql] / src / interfaces / libpq / libpq-int.h
2002-06-14 Bruce MomjianUPDATED PATCH:
2002-06-14 Bruce MomjianBack out SSL changes. Newer patch available.
2002-06-14 Bruce MomjianAttached are a revised set of SSL patches. Many of...
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...
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-10-03 Tom LaneConsistently use gcc's __attribute__((format)) to check...
2001-08-17 Bruce MomjianAdd 4-byte MD5 salt.
2001-08-16 Bruce MomjianRemove protocol version change. Try MD5 first, then...
2001-08-15 Bruce MomjianUse MD5 for wire protocol encryption for >= 7.2 client...
2001-07-15 Peter EisentrautNLS for libpq. Clean up the message formats and change...
2001-07-06 Peter EisentrautUse CONNECTION_OK to determine whether startup phase...
2001-07-06 Peter EisentrautRepair libpq to follow protocol by not sending Terminat...
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-20 Tom LaneGet rid of sunos4-only strerror() macro, and arrange...
2000-11-13 Bruce MomjianRemove -k unix socketpath option from client side,...
2000-11-13 Bruce MomjianUUNET is looking into offering PostgreSQL as a part...
2000-08-30 Bruce MomjianSSL patch from Magnus
2000-05-27 Bruce MomjianUpdate kerberos patch
2000-05-27 Bruce MomjianBack out kerberos changes. Causes compile problems.
2000-05-27 Bruce MomjianPatch for Kerberos V.
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-24 Tom LaneFold PQsetenv working state into PGconn, rather than...
2000-03-14 Tom LaneRepair unintentional damage to MULTIBYTE code.
2000-03-11 Tom LaneChange PQconndefaults() to return a malloc'd array...
2000-02-07 Peter EisentrautFixed psql double quoting of SQL ids
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-09-27 Bruce MomjianLots of patches coming in from me today :-)
1999-08-31 Tom LaneUpdate frontend libpq to remove limits on query lengths,
1999-07-13 Bruce MomjianRedefine cpu's as __cpu__. Only for 6.6 branch.
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
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-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-11-18 Tom LanePerformance improvement for libpq: avoid calling malloc...
1998-10-01 Tom LaneUpdate libpq to store an error message in PGresult...
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-17 Marc G. FournierJust a couple of "after-commit" cleanups...