summaryrefslogtreecommitdiff
path: root/src/backend/libpq
AgeCommit message (Expand)Author
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
2023-01-11Common function for percent placeholder replacementPeter Eisentraut
2023-01-10New header varatt.h split off from postgres.hPeter Eisentraut
2023-01-09Perform apply of large transactions by parallel workers.Amit Kapila
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-19Remove hardcoded dependency to cryptohash type in the internals of SCRAMMichael Paquier
2022-12-15Static assertions cleanupPeter Eisentraut
2022-11-26Fix typo in hba.cMichael Paquier
2022-11-24Introduce variables for initial and max nesting depth on configuration filesMichael Paquier
2022-11-24Add support for file inclusions in HBA and ident configuration filesMichael Paquier
2022-11-24Create memory context for tokenization after opening top-level file in hba.cMichael Paquier
2022-11-24Add missing initialization in tokenize_expand_file() for output listMichael Paquier
2022-11-23Rework memory contexts in charge of HBA/ident tokenizationMichael Paquier
2022-11-14Add error context callback when tokenizing authentication filesMichael Paquier
2022-11-14Invent open_auth_file() in hba.c to refactor authentication file openingMichael Paquier
2022-11-13Refactor ownercheck functionsPeter Eisentraut