summaryrefslogtreecommitdiff
path: root/src/backend/libpq
AgeCommit message (Expand)Author
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
2022-11-12Add repalloc0 and repalloc0_arrayPeter Eisentraut
2022-11-09Provide sigaction() for Windows.Thomas Munro
2022-11-08Use AbsoluteConfigLocation() when building an included path in hba.cMichael Paquier
2022-10-31Clean up some inconsistencies with GUC declarationsMichael Paquier
2022-10-26Fix variable assignment thinko in hba.cMichael Paquier
2022-10-26Refactor code handling the names of files loaded in hba.cMichael Paquier
2022-10-24Add support for regexps on database and user entries in pg_hba.confMichael Paquier
2022-10-21Refactor more logic for compilation of regular expressions in hba.cMichael Paquier
2022-10-19Refactor regular expression handling in hba.cMichael Paquier
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-09-13Don't reflect unescaped cert data to the logsPeter Eisentraut
2022-09-12Replace loading of ldap_start_tls_sA() by direct function callMichael Paquier
2022-09-10Free correctly LDAPMessage returned by ldap_search_s() in auth.cMichael Paquier
2022-09-09Replace load of functions by direct calls for some WIN32Michael Paquier
2022-09-06Fix an assortment of improper usages of string functionsDavid Rowley