]> granicus.if.org Git - postgresql/history - src/backend/libpq
Improve the plan cache invalidation mechanism to make it invalidate plans
[postgresql] / src / backend / libpq /
2008-08-01 Magnus HaganderRearrange the code in auth.c so that all functions...
2008-08-01 Magnus HaganderMove ident authentication code into auth.c along with...
2008-07-24 Tom LaneFix parsing of LDAP URLs so it doesn't reject spaces...
2008-07-24 Tom LaneRemove some redundant tests and improve comments in...
2008-03-31 Tom LaneUse error message wordings for permissions checks on...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-03-22 Tatsuo IshiiAdd server side lo_import(filename, oid) function.
2008-03-21 Bruce MomjianMore README src cleanups.
2008-02-19 Peter EisentrautRefactor backend makefiles to remove lots of duplicate...
2008-02-08 Tom LaneSince GSSAPI and SSPI authentication don't work in...
2008-01-30 Tom LaneDon't putenv() a string that is allocated in a context...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-28 Peter EisentrautFix typo
2007-11-27 Peter Eisentrautcorrect capitalization
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-15 Peter EisentrautMessage improvements
2007-11-09 Magnus HaganderAdd parameter krb_realm used by GSSAPI, SSPI and Kerberos
2007-11-07 Peter EisentrautUse "alternative" instead of "alternate" where it is...
2007-09-14 Bruce MomjianFix GSS API pointer checking.
2007-07-24 Magnus HaganderSilence compiler warning on mingw
2007-07-24 Magnus HaganderMake it possible, and default, for MingW to build with...
2007-07-23 Magnus HaganderSSPI authentication on Windows. GSSAPI compatible clien...
2007-07-12 Tom LaneFix some warnings (probably actual bugs) generated...
2007-07-12 Magnus HaganderEnable GSSAPI to build using MSVC. Always build GSSAPI...
2007-07-12 Magnus HaganderSupport GSSAPI builds where the header is <gssapi.h...
2007-07-11 Magnus HaganderA bunch of GSSAPI fixes per comments from Tom:
2007-07-10 Magnus HaganderAdd support for GSSAPI authentication.
2007-06-04 Magnus HaganderOn win32, don't use SO_REUSEADDR for TCP sockets.
2007-05-18 Tom LaneRemove redundant logging of send failures when SSL...
2007-04-06 Tom LaneNow that core functionality is depending on autoconf...
2007-03-03 Bruce MomjianAdd lo_truncate() to backend and libpq for large object...
2007-03-03 Neil ConwayAdd resetStringInfo(), which clears the content of...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-02-16 Tom LaneCode review for SSLKEY patch.
2007-02-16 Bruce MomjianSSL improvements:
2007-02-13 Tom LaneImprove postmaster's behavior if an accept() call fails...
2007-02-10 Peter EisentrautStrNCpy -> strlcpy (not complete)
2007-02-08 Bruce MomjianCheck if the role exists before doing more complex...
2007-02-07 Peter EisentrautReplace some strncpy() by strlcpy().
2007-01-26 Tom LaneOn Windows, use pgwin32_waitforsinglesocket() instead...
2007-01-20 Peter EisentrautRemove remains of old depend target.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-11-06 Neil ConwayMinor fix for LDAP authentication: if an error occurs...
2006-11-05 Tom LaneFix recently-understood problems with handling of XID...
2006-10-19 Tom LaneTry to fix the AIX getaddrinfo mess in a way that works...
2006-10-19 Tom LaneWork around reported problem that AIX's getaddrinfo...
2006-10-11 Bruce MomjianUpdate pg_hba.conf comment about documentation section.
2006-10-06 Peter EisentrautMessage style improvements
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-10-03 Bruce MomjianMake some sentences consistent with similar ones.
2006-09-15 Tom LaneRemove WINLDAPAPI decoration from ldap_start_tls_sA...
2006-09-07 Bruce MomjianSpecify lo_write() to take a _const_ buffer, to match...
2006-09-04 Peter EisentrautAdd missing gettext calls for some SSL errors.
2006-08-22 Tom LaneOoops, ldap fix for win32 broke the non-win32 case.
2006-08-21 Tom LaneFix encrypted-LDAP support so that it doesn't cause...
2006-08-11 Bruce MomjianSet Win32 server-size socket buffer to 32k, for perform...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-14 Tom LaneFix a passel of recently-committed violations of the...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-07-11 Bruce MomjianSort reference of include files, "A" - "F".
2006-07-10 Alvaro HerreraImprove vacuum code to track minimum Xids per table...
2006-06-20 Tom LaneSplit definitions for md5.c out of crypt.h and into...
2006-06-07 Bruce MomjianPrepare code to be built by MSVC:
2006-05-12 Tom LaneFix the sense of the test on DH_check()'s return value...
2006-05-06 Bruce MomjianAdd SSL CRL support to libpq. Recently added to the...
2006-05-06 Bruce MomjianIssue a log message if a CRL file exists and the SSL...
2006-05-04 Tom LaneDon't try to compile SSL CRL support if local SSL insta...
2006-04-27 Bruce MomjianOn second thought, keep SSL CRL as a log, and wait...
2006-04-27 Bruce MomjianDowngrade SSL CRL file missing message from LOG to...
2006-04-27 Bruce MomjianAdd support for SSL Certificate Revocation List (CRL...
2006-04-26 Tom LaneRevise large-object access routines to avoid running...
2006-03-21 Neil ConwayMinor refactoring: initialize_SSL() only returns 0...
2006-03-16 Tom LaneFix invalid use of #if within a macro, per Laurenz...
2006-03-06 Bruce MomjianThis patch adds native LDAP auth, for those platforms...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-24 Tom LaneFix unportable usage of socklen_t: should use ACCEPT_TY...
2006-01-11 Neil ConwayCosmetic code cleanup: fix a bunch of places that used...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-20 Tom LaneClean up md5.c to make it clearer that it is a frontend...
2005-10-17 Tom LaneClean up libpq's pollution of application namespace...
2005-10-15 Bruce Momjiankerberos error message: localhost -> server hostname
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-13 Bruce MomjianUpdate krb_server_name to document that a missing entry...
2005-10-11 Neil ConwayFix typo in sample pg_hba.conf; per IRC report from...
2005-10-08 Tom LaneFix Kerberos authentication in wake of virtual-hosts...
2005-09-24 Tom LaneSuppress signed-vs-unsigned-char warnings.
2005-09-24 Tom LaneIn a machine where INT64_IS_BUSTED, we can only support...
2005-09-12 Tom LaneTweak TCP-keepalive code so that an invalid setting...
2005-08-15 Tom LaneClean up some stray remaining references to pg_shadow...
2005-08-11 Tom LaneAutovacuum loose end mop-up. Provide autovacuum-specif...
2005-07-30 Tom LaneUse the standard spelling of the protocol argument...
2005-07-30 Bruce MomjianAdd GUC variables to control keep-alive times for idle...
2005-07-29 Tom LaneClean up a number of autovacuum loose ends. Make the...
2005-07-28 Bruce MomjianCode cleanup.
2005-07-25 Tom LaneAwhile back we replaced all uses of strcasecmp and...
2005-07-04 Tom LaneArrange for the postmaster (and standalone backends...
2005-06-29 Tom LaneClean up the rather historically encumbered interface...
2005-06-28 Tom LaneFix up problems in write_auth_file and parsing of the...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-27 Neil ConwayRemove support for Kerberos V4. It seems no one is...
next