Doc: add pre-branch task to run src/tools/copyright.pl.
[postgresql.git] / src / backend / libpq /
9 days ago Michael PaquierAdd support for runtime arguments in injection points
10 days ago Heikki LinnakangasUse 'void *' for arbitrary buffers, 'uint8 *' for byte...
2025-03-12 Melanie PlagemanModularize log_connections output
2025-03-05 Heikki LinnakangasSplit WaitEventSet functions to separate source file
2025-02-23 Peter Eisentrautbackend libpq void * argument for binary data
2025-02-20 Peter EisentrautRemove various unnecessary (char *) casts
2025-02-20 Daniel GustafssonAdd support for OAUTHBEARER SASL mechanism
2025-02-17 Daniel GustafssonFix translator notes in comments
2025-02-12 Peter EisentrautRemove unnecessary (char *) casts [mem]
2025-02-09 Peter EisentrautMake TLS write functions' buffer arguments pointers...
2025-01-31 Daniel GustafssonMove PG_MAX_AUTH_TOKEN_LENGTH to libpq/auth.h
2025-01-15 Peter Eisentrautpostgres_fdw: SCRAM authentication pass-through
2025-01-15 Peter EisentrautDowngrade errors in object_ownercheck() to internal
2025-01-01 Bruce MomjianUpdate copyright for 2025
2024-12-02 Nathan BossartDeprecate MD5 passwords.
2024-11-28 Peter EisentrautRemove useless casts to (void *)
2024-10-27 Peter EisentrautRemove unused #include's from backend .c files
2024-10-24 Daniel GustafssonSupport configuring TLSv1.3 cipher suites
2024-10-24 Daniel GustafssonSupport configuring multiple ECDH curves
2024-10-23 Daniel GustafssonMake SASL max message length configurable
2024-10-18 Peter EisentrautFix strsep() use for SCRAM secrets parsing
2024-10-11 Daniel GustafssonAvoid mixing custom and OpenSSL BIO functions
2024-10-07 Nathan BossartRestrict password hash length.
2024-10-05 Heikki LinnakangasClean up WaitLatch calls that passed latch without...
2024-09-11 Peter EisentrautRemove obsolete unconstify()
2024-09-04 Peter EisentrautRemove a couple of strerror() calls
2024-09-02 Daniel GustafssonRemove support for OpenSSL older than 1.1.0
2024-09-02 Peter EisentrautMore use of getpwuid_r() directly
2024-08-19 Daniel GustafssonFix regression in TLS session ticket disabling
2024-07-28 Peter Eisentrautlibpq: Use strerror_r instead of strerror
2024-07-26 Heikki LinnakangasAdd tests for errors during SSL or GSSAPI handshake
2024-07-26 Daniel GustafssonDisable all TLS session tickets
2024-07-23 Peter Eisentrautldapurl is supported with simple bind
2024-07-22 Peter EisentrautReplace some strtok() with strsep()
2024-07-15 Heikki LinnakangasUse correct type for pq_mq_parallel_leader_proc_number...
2024-07-04 Michael PaquierAssign error codes where missing for user-facing failures
2024-07-02 Peter EisentrautAdd missing includes for some global variables
2024-05-17 Peter EisentrautA few follow-up fixes for GUC name quoting
2024-05-17 Peter EisentrautRevise GUC names quoting in messages again
2024-05-14 Daniel GustafssonFix memory leaks in error reporting with LOG level
2024-04-29 Heikki LinnakangasReject SSL connection if ALPN is used but there's no...
2024-04-25 Peter EisentrautRemove unnecessary code from be_lo_put()
2024-04-24 Daniel GustafssonSupport SSL_R_VERSION_TOO_LOW when using LibreSSL
2024-04-24 Daniel GustafssonSupport disallowing SSL renegotiation when using LibreSSL
2024-04-08 Heikki LinnakangasFix check for 'outlen' return from SSL_select_next_proto()
2024-04-08 Heikki LinnakangasSend ALPN in TLS handshake, require it in direct SSL...
2024-04-08 Heikki LinnakangasSupport TLS handshake directly without SSLRequest negot...
2024-04-07 David RowleyAvoid needless large memcpys in libpq socket writing
2024-03-22 Daniel GustafssonRevert "Add notBefore and notAfter to SSL cert info...
2024-03-22 Daniel GustafssonAdd notBefore and notAfter to SSL cert info display
2024-03-12 Heikki LinnakangasFix copying SockAddr struct
2024-03-12 Heikki LinnakangasMove initialization of the Port struct to the child...
2024-03-12 Heikki LinnakangasSet socket options in child process after forking
2024-03-12 Heikki LinnakangasDisconnect if socket cannot be put into non-blocking...
2024-03-08 Tom LaneCope with a deficiency in OpenSSL 3.x's error reporting.
2024-03-04 Peter EisentrautRemove unused #include's from backend .c files
2024-03-04 Heikki LinnakangasRemove unused 'countincludesself' argument to pq_sendco...
2024-03-03 Heikki LinnakangasReplace BackendIds with 0-based ProcNumbers
2024-01-04 Bruce MomjianUpdate copyright for 2024
2024-01-03 Tom LaneAvoid masking EOF (no-password-supplied) conditions...
2023-12-15 Tom LaneFix bugs in manipulation of large objects.
2023-12-11 Tom LaneBe more wary about OpenSSL not setting errno on error.
2023-11-30 Michael PaquierApply quotes more consistently to GUC names in logs
2023-11-28 Tom LaneUse BIO_{get,set}_app_data instead of BIO_{get,set...
2023-11-23 Tom LaneFix timing-dependent failure in GSSAPI data transmission.
2023-11-23 Heikki LinnakangasUse ResourceOwner to track WaitEventSets.
2023-10-26 Peter EisentrautAdd trailing commas to enum definitions
2023-10-05 Heikki LinnakangasRefactor ListenSocket array.
2023-09-22 Daniel GustafssonAvoid potential pfree on NULL on OpenSSL errors
2023-09-06 Michael PaquierUse more consistent names for wait event objects and...
2023-08-26 Michael PaquierGenerate new LOG for "trust" connections under log_conn...
2023-08-24 Heikki LinnakangasUse FD_CLOEXEC on ListenSockets
2023-08-23 Nathan BossartIntroduce macros for protocol characters.
2023-08-09 Alvaro Herrerastruct PQcommMethods: use C99 designated initializers
2023-07-27 Tom LaneEliminate fixed token-length limit in hba.c.
2023-07-20 Daniel GustafssonRevert "Add notBefore and notAfter to SSL cert info...
2023-07-20 Daniel GustafssonAdd notBefore and notAfter to SSL cert info display
2023-07-17 Nathan BossartRemove db_user_namespace.
2023-07-10 Peter EisentrautMessage wording improvements
2023-07-09 Peter EisentrautRemove unnecessary unbind in LDAP search+bind mode
2023-07-03 Michael PaquierRemove support for OpenSSL 1.0.1
2023-06-20 Tom LanePre-beta2 mechanical code beautification.
2023-05-21 Bruce Momjianrename "gss_accept_deleg" to "gss_accept_delegation".
2023-05-19 Tom LanePre-beta mechanical code beautification.
2023-05-19 Peter EisentrautRemove stray mid-sentence tabs in comments
2023-04-14 Tom LaneNULL is not an ideal way to spell bool "false".
2023-04-13 Michael PaquierRemove code in charge of freeing regexps generation...
2023-04-13 Stephen FrostExplicitly require MIT Kerberos for GSSAPI
2023-04-13 Stephen FrostDe-Revert "Add support for Kerberos credential delegation"
2023-04-08 Stephen FrostRevert "Add support for Kerberos credential delegation"
2023-04-08 Stephen FrostAdd support for Kerberos credential delegation
2023-03-27 Daniel GustafssonMake SCRAM iteration count configurable
2023-03-15 Andrew DunstanAdd a hook for modifying the ldapbind password
2023-03-02 Thomas MunroDon't leak descriptors into subprograms.
2023-03-02 Daniel GustafssonFix outdated references to guc.c
2023-02-15 Michael PaquierAdd description for new patterns supported in HBA and...
2023-02-15 Michael PaquierFix handling of SCRAM-SHA-256's channel binding with...
2023-02-14 Peter EisentrautChange argument type of pq_sendbytes from char * to...
2023-01-20 Michael PaquierSupport the same patterns for pg-user in pg_ident.conf...
2023-01-16 Michael PaquierStore IdentLine->pg_user as an AuthToken
next