summaryrefslogtreecommitdiff
path: root/src/backend/libpq
AgeCommit message (Expand)Author
2024-03-12Set socket options in child process after forkingHeikki Linnakangas
2024-03-12Disconnect if socket cannot be put into non-blocking modeHeikki Linnakangas
2024-03-08Cope with a deficiency in OpenSSL 3.x's error reporting.Tom Lane
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-03-04Remove unused 'countincludesself' argument to pq_sendcountedtext()Heikki Linnakangas
2024-03-03Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas
2024-01-04Update copyright for 2024Bruce Momjian
2024-01-03Avoid masking EOF (no-password-supplied) conditions in auth.c.Tom Lane
2023-12-15Fix bugs in manipulation of large objects.Tom Lane
2023-12-11Be more wary about OpenSSL not setting errno on error.Tom Lane
2023-11-30Apply quotes more consistently to GUC names in logsMichael Paquier
2023-11-28Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.Tom Lane
2023-11-23Fix timing-dependent failure in GSSAPI data transmission.Tom Lane
2023-11-23Use ResourceOwner to track WaitEventSets.Heikki Linnakangas
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-10-05Refactor ListenSocket array.Heikki Linnakangas
2023-09-22Avoid potential pfree on NULL on OpenSSL errorsDaniel Gustafsson
2023-09-06Use more consistent names for wait event objects and typesMichael Paquier
2023-08-26Generate new LOG for "trust" connections under log_connectionsMichael Paquier
2023-08-24Use FD_CLOEXEC on ListenSocketsHeikki Linnakangas
2023-08-23Introduce macros for protocol characters.Nathan Bossart
2023-08-09struct PQcommMethods: use C99 designated initializersAlvaro Herrera
2023-07-27Eliminate fixed token-length limit in hba.c.Tom Lane
2023-07-20Revert "Add notBefore and notAfter to SSL cert info display"Daniel Gustafsson
2023-07-20Add notBefore and notAfter to SSL cert info displayDaniel Gustafsson
2023-07-17Remove db_user_namespace.Nathan Bossart
2023-07-10Message wording improvementsPeter Eisentraut
2023-07-09Remove unnecessary unbind in LDAP search+bind modePeter Eisentraut
2023-07-03Remove support for OpenSSL 1.0.1Michael Paquier
2023-06-20Pre-beta2 mechanical code beautification.Tom Lane
2023-05-21rename "gss_accept_deleg" to "gss_accept_delegation".Bruce Momjian
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-19Remove stray mid-sentence tabs in commentsPeter Eisentraut
2023-04-14NULL is not an ideal way to spell bool "false".Tom Lane
2023-04-13Remove code in charge of freeing regexps generation by Lab.cMichael Paquier
2023-04-13Explicitly require MIT Kerberos for GSSAPIStephen Frost
2023-04-13De-Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08Add support for Kerberos credential delegationStephen Frost
2023-03-27Make SCRAM iteration count configurableDaniel Gustafsson
2023-03-15Add a hook for modifying the ldapbind passwordAndrew Dunstan
2023-03-02Don't leak descriptors into subprograms.Thomas Munro
2023-03-02Fix outdated references to guc.cDaniel Gustafsson
2023-02-15Add description for new patterns supported in HBA and ident sample filesMichael Paquier
2023-02-15Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier
2023-02-14Change argument type of pq_sendbytes from char * to void *Peter Eisentraut
2023-01-20Support the same patterns for pg-user in pg_ident.conf as in pg_hba.confMichael Paquier
2023-01-16Store IdentLine->pg_user as an AuthTokenMichael Paquier
2023-01-12Rename some variables related to ident files in hba.{c,h}Michael Paquier
2023-01-12Use WaitEventSet API for postmaster's event loop.Thomas Munro