]> granicus.if.org Git - postgresql/history - src/include/libpq
Reindent table partitioning code.
[postgresql] / src / include / libpq /
2017-01-17 Peter EisentrautGenerate fmgr prototypes automatically
2017-01-17 Peter EisentrautRename C symbols for backend lo_ functions
2017-01-04 Tom LaneRe-allow SSL passphrase prompt at server start, but...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2017-01-03 Tom LaneAllow SSL configuration to be updated at SIGHUP.
2016-12-12 Heikki LinnakangasRefactor the code for verifying user's password.
2016-12-08 Heikki LinnakangasClean up password authentication code a bit.
2016-12-05 Heikki LinnakangasReplace PostmasterRandom() with a stronger source,...
2016-10-31 Robert HaasRemove declarations for pq_putmessage_hook and pq_flush...
2016-10-11 Tom LaneDrop server support for FE/BE protocol version 1.0.
2016-09-06 Bruce MomjianC comment: fix file name mention on line 1
2016-09-02 Heikki LinnakangasMove code shared between libpq and backend from backend...
2016-08-31 Tom LaneRemove no-longer-useful SSL-specific Port.count field.
2016-07-29 Tom LaneFix pq_putmessage_noblock() to not block.
2016-06-30 Robert HaasFix several mistakes around parallel workers and client...
2016-04-08 Magnus HaganderAdd authentication parameters compat_realm and upn_usen...
2016-04-08 Tom LaneAdd BSD authentication method.
2016-04-08 Peter EisentrautSet PAM_RHOST item for PAM authentication
2016-03-21 Andres FreundProperly declare FeBeWaitSet.
2016-03-21 Andres FreundIntroduce WaitEventSet API.
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-10-16 Robert HaasDon't send protocol messages to a shm_mq that no longer...
2015-08-31 Tom LaneActually, it's not that hard to merge the Windows pqsig...
2015-08-31 Tom LaneRemove support for Unix systems without the POSIX signa...
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...
next