]> granicus.if.org Git - postgresql/history - src/include/libpq
Fix s_lock.h PPC assembly code to be compatible with native AIX assembler.
[postgresql] / src / include / libpq /
2015-08-02 Tom LaneFix incorrect order of lock file removal and failure...
2015-07-28 Andres FreundRemove ssl renegotiation support.
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-04-30 Robert HaasCreate an infrastructure for parallel computation in...
2015-04-12 Magnus HaganderAdd system view pg_stat_ssl
2015-03-08 Tom LaneRemove struct PQArgBlock from server-side header libpq...
2015-02-17 Tom LaneRemove code to match IPv4 pg_hba.conf entries to IPv4...
2015-02-13 Heikki LinnakangasSimplify waiting logic in reading from / writing to...
2015-02-02 Heikki LinnakangasBe more careful to not lose sync in the FE/BE protocol.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-25 Heikki LinnakangasMake Port->ssl_in_use available, even when built with...
2014-11-05 Robert HaasFix thinko in commit 2bd9e412f92bc6a68f3e8bcb18e04955cc...
2014-11-03 Robert Haaspqmq.h needs to include something that defines StringInfo.
2014-10-31 Robert HaasSupport frontend-backend protocol communication using...
2014-08-11 Heikki LinnakangasBreak out OpenSSL-specific code to separate files.
2014-06-12 Tom LaneRename lo_create(oid, bytea) to lo_from_bytea().
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-02 Tom LaneFix assorted issues in client host name lookup.
2014-03-16 Magnus HaganderCleanups from the remove-native-krb5 patch
2014-01-28 Tom LaneLog a detail message for auth failures due to missing...
2014-01-19 Magnus HaganderRemove support for native krb5 authentication
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-10-28 Noah MischAdd large object functions catering to SQL callers.
2013-10-11 Alvaro HerreraRework SSL renegotiation code
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-03-17 Tom LaneMove pqsignal() to libpgport.
2013-03-10 Magnus HaganderReport pg_hba line number and contents when users fail...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-04 Peter EisentrautAdd support for LDAP URLs
2012-11-30 Tom LaneProduce a more useful error message for over-length...
2012-10-06 Tatsuo IshiiAdd API for 64-bit large object access. Now users...
2012-09-21 Heikki LinnakangasParse pg_ident.conf when it's loaded, keeping it in...
2012-08-10 Tom LaneSupport having multiple Unix-domain sockets per postmaster.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-02-23 Tom LaneRemove arbitrary limitation on length of common name...
2012-02-22 Peter EisentrautAdd parameters for controlling locations of server...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-15 Robert HaasFix typo.
2011-09-09 Tom LaneMove Timestamp/Interval typedefs and basic macros into...
2011-09-01 Bruce MomjianImprove method of avoiding fcinfo compile errors.
2011-09-01 Bruce MomjianAdd C comment about necessary NetBSD include.
2011-09-01 Bruce MomjianAdd missing hba.h include for NetBSD.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-06-28 Alvaro HerreraModernise pg_hba.conf token processing
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-30 Heikki LinnakangasAutomatically terminate replication connections that...
2011-03-19 Magnus HaganderRename ident authentication over local connections...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-10-27 Robert HaasAdd a client authentication hook.
2010-10-18 Peter EisentrautSupport key word 'all' in host column of pg_hba.conf
2010-10-15 Peter EisentrautSupport host names in pg_hba.conf
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-04-19 Simon RiggsAdd new message for explicit rejection by pg_hba.conf...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-27 Magnus HaganderAdd support for RADIUS authentication.
2010-01-20 Heikki LinnakangasNow that much of walreceiver has been pulled back into...
2010-01-16 Tom LaneHuh, apparently on cygwin we HAVE_SIGPROCMASK, so both...
2010-01-16 Tom LanePGDLLIMPORT-ize the remaining variables needed by walre...
2010-01-15 Heikki LinnakangasIntroduce Streaming Replication.
2010-01-10 Magnus HaganderCreate typedef pgsocket for storing socket descriptors.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-16 Peter EisentrautDon't unblock SIGQUIT in the SIGQUIT handler
2009-12-16 Peter EisentrautIf there is no sigdelset(), define it as a macro.
2009-12-12 Magnus HaganderAllow LDAP authentication to operate in search+bind...
2009-12-11 Itagaki TakahiroAdd large object access control.
2009-10-01 Tom LaneSupport "samehost" and "samenet" specifications in...
2009-09-01 Tom LaneBump catversion for flat-file-ectomy. Also remove...
2009-08-29 Tom LaneRemove the use of the pg_auth flat file for client...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-19 Tom LaneAssorted portability fixes for Borland C, from Pavel...
2009-03-02 Tom LaneWhen we are in error recursion trouble, arrange to...
2009-01-07 Magnus HaganderAdd hba parameter include_realm to krb5, gss and sspi...
2009-01-07 Magnus HaganderAllow krb_realm (krb5, gssapi and sspi) and krb_server_...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-20 Magnus HaganderAdd support for using SSL client certificates to authen...
2008-11-20 Magnus HaganderControl client certificate requesting with the pg_hba...
2008-10-28 Magnus HaganderRemove support for (insecure) crypt authentication.
2008-10-23 Magnus Hagander* make pg_hba authoption be a set of 0 or more name...
2008-09-15 Magnus HaganderParse pg_hba.conf in postmaster, instead of once in...
2008-08-01 Magnus HaganderMove ident authentication code into auth.c along with...
2008-04-26 Tom LaneCode review for recent patch to terminate online backup...
2008-03-22 Tatsuo IshiiAdd server side lo_import(filename, oid) function.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-09 Magnus HaganderAdd parameter krb_realm used by GSSAPI, SSPI and Kerberos
2007-08-02 Andrew DunstanMove session_start out of MyProcPort stucture and make...
2007-07-23 Magnus HaganderSSPI authentication on Windows. GSSAPI compatible clien...
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-10 Magnus HaganderAdd support for GSSAPI authentication.
2007-07-08 Tom LaneCloser code review for PQconnectionUsedPassword() patch...
2007-07-08 Joe ConwayArrange for the authentication request type to be prese...
2007-03-03 Bruce MomjianAdd lo_truncate() to backend and libpq for large object...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-11-05 Tom LaneFix recently-understood problems with handling of XID...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-07 Bruce MomjianSpecify lo_write() to take a _const_ buffer, to match...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-07-10 Alvaro HerreraImprove vacuum code to track minimum Xids per table...
2006-06-20 Tom LaneRemove redundant gettimeofday() calls to the extent...
next