]> granicus.if.org Git - postgresql/history - src/interfaces/libpq/fe-secure.c
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / interfaces / libpq / fe-secure.c
2006-04-27 Bruce MomjianChange libpq's PQgetssl() to return a void*, rather...
2006-04-27 Bruce MomjianRemove unused function SSL_CTX_set_tmp_dh_callback...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-24 Tom LaneFix unportable usage of socklen_t: should use ACCEPT_TY...
2005-10-24 Bruce MomjianI have applied the following patch to document PQinitSS...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-28 Bruce MomjianAdd comment about pthread_self() cast.
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-01-10 Tom LaneComment out check for substitution of private key file...
2005-01-08 Tom LaneConsistently use geteuid() not getuid(); there were...
2005-01-06 Tom LaneMinor mop-up for Windows home-directory stuff, per...
2005-01-06 Tom LaneAdjust lookup of client-side profile files (.pgpass...
2005-01-06 Tom LaneMake the various places that determine the user's ...
2005-01-04 Tom LaneClean up code in libpq that obtains user's home directo...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-03 Bruce MomjianFix compile breakage from SIGPIPE fix for threading.
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-11-20 Tom LaneMake sure we produce a useful error message for the...
2004-11-20 Tom LaneImprove error reporting for SSL connection failures...
2004-10-16 Bruce MomjianExport only required symbols in libpq on Win32.
2004-09-28 Bruce MomjianRevert patch that removed BUFSIZ usage. The memory...
2004-09-27 Bruce MomjianRemove use of large BUFSIZ for buffers and use the...
2004-09-26 Tom LaneFix multiple breakages in our support for SSL certificates.
2004-09-23 Tom LaneIf we're going to print unrecognized result codes from...
2004-09-23 Bruce MomjianThis patch logs the error code in the default case...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-17 Bruce MomjianChain on to SIGPIPE handler rather than just do action...
2004-08-17 Tom LaneFix linking problem when enabling thread safety on...
2004-07-12 Bruce Momjian> win32 doesn't support a static initializer for mutexe...
2004-07-12 Bruce MomjianBack out thread fix until I get clarification.
2004-07-12 Bruce Momjianwin32 doesn't support a static initializer for mutexes...
2004-06-19 Bruce MomjianEnable thread safety for win32.mak build of PostgreSQL.
2004-06-03 Bruce Momjianinit_ssl_system will return 0 on success and -1 on...
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2004-03-27 Tom LaneFix brain-dead placement of global variable declaration.
2004-03-24 Bruce MomjianAdd thread locking to SSL and Kerberos connections.
2004-02-10 Bruce MomjianMore clearly describe why PQinSend returns false for...
2004-01-09 Bruce MomjianAdd comment about synchronous signals.
2004-01-09 Bruce MomjianAllow libpq to do thread-safe SIGPIPE handling. This...
2003-12-18 Tom LaneFix memory leak with SSL connections due to missing...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-29 Peter EisentrautMake message fit guidelines.
2003-09-27 Bruce MomjianRename thread compile flag. Move thread test program...
2003-09-05 Bruce MomjianEnable Win32 to compile libpq again, and enable SSL...
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-08-04 Bruce MomjianRemove extra paren in NOT_USED code, found by pgindent.
2003-06-14 Bruce MomjianHandle threading in two more gethostbyname calls.
2003-06-14 Bruce MomjianMake libpq thread-safe with configure --with-threads...
2003-06-08 Tom Lanelibpq can now talk to either 3.0 or 2.0 protocol server...
2003-04-10 Tom LaneFix error recovery for SSL_read/SSL_write calls.
2003-02-03 Tom Lane#ifdef out stuff that shouldn't be compiled when not...
2003-01-08 Bruce MomjianThe second was that renegotiation was just plain broken...
2003-01-08 Bruce MomjianI was playing around with 7.3.1 and found some more...
2002-12-18 PostgreSQL DaemonFrom the SSL_CTX_new man page:
2002-12-12 Bruce MomjianCheck SSL_get_error() value SSL_ERROR_SYSCALL to see...
2002-11-07 Tom LaneRemove inappropriate inclusions of OpenSSL internal...
2002-09-26 Bruce MomjianClean up SSL compiler warnings.
2002-09-26 Bruce MomjianAllow SSL to work withouth client-side certificate...
2002-09-22 Peter EisentrautTranslation updates, some messages tweaked.
2002-09-05 Peter EisentrautDon't use gethostbyname2(). It's not portable and...
2002-09-04 Bruce Momjianpgindent run.
2002-07-20 Bruce MomjianHello, i noticed that win32 native stopped working...
2002-06-23 Bruce MomjianRemove unused INET6 variable.
2002-06-23 Bruce MomjianRemove INET6 from SSL. We don't support INET6 yet.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-17 Bruce MomjianUse KAME accessor macros for addr8.
2002-06-15 Tom LaneClean up gcc warnings. Avoid the bad habit of putting...
2002-06-14 Bruce MomjianYet another SSL patch. :-) This one adds some informat...
2002-06-14 Bruce MomjianSSL patch that adds support for optional client certifi...
2002-06-14 Bruce MomjianSSL support for ephemeral DH keys.
2002-06-14 Bruce MomjianUPDATED PATCH: