summaryrefslogtreecommitdiff
path: root/src/backend/libpq
Commit message (Expand)AuthorAgeFilesLines
* NULL is not an ideal way to spell bool "false".Tom Lane2023-04-141-1/+1
* Remove code in charge of freeing regexps generation by Lab.cMichael Paquier2023-04-141-67/+5
* Explicitly require MIT Kerberos for GSSAPIStephen Frost2023-04-132-4/+6
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-133-2/+90
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-083-90/+2
* Add support for Kerberos credential delegationStephen Frost2023-04-073-2/+90
* Make SCRAM iteration count configurableDaniel Gustafsson2023-03-271-2/+7
* Add a hook for modifying the ldapbind passwordAndrew Dunstan2023-03-151-1/+11
* Don't leak descriptors into subprograms.Thomas Munro2023-03-031-0/+7
* Fix outdated references to guc.cDaniel Gustafsson2023-03-021-1/+2
* Add description for new patterns supported in HBA and ident sample filesMichael Paquier2023-02-162-8/+13
* Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier2023-02-151-2/+7
* Change argument type of pq_sendbytes from char * to void *Peter Eisentraut2023-02-141-1/+1
* Support the same patterns for pg-user in pg_ident.conf as in pg_hba.confMichael Paquier2023-01-201-31/+67
* Store IdentLine->pg_user as an AuthTokenMichael Paquier2023-01-161-9/+11
* Rename some variables related to ident files in hba.{c,h}Michael Paquier2023-01-121-39/+39
* Use WaitEventSet API for postmaster's event loop.Thomas Munro2023-01-122-42/+1
* Common function for percent placeholder replacementPeter Eisentraut2023-01-111-30/+8
* New header varatt.h split off from postgres.hPeter Eisentraut2023-01-102-0/+2
* Perform apply of large transactions by parallel workers.Amit Kapila2023-01-091-3/+15
* Update copyright for 2023Bruce Momjian2023-01-0217-17/+17
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* Remove hardcoded dependency to cryptohash type in the internals of SCRAMMichael Paquier2022-12-202-58/+93
* Static assertions cleanupPeter Eisentraut2022-12-152-7/+7
* Fix typo in hba.cMichael Paquier2022-11-261-1/+1
* Introduce variables for initial and max nesting depth on configuration filesMichael Paquier2022-11-251-5/+5
* Add support for file inclusions in HBA and ident configuration filesMichael Paquier2022-11-243-20/+225
* Create memory context for tokenization after opening top-level file in hba.cMichael Paquier2022-11-241-16/+16
* Add missing initialization in tokenize_expand_file() for output listMichael Paquier2022-11-241-1/+1
* Rework memory contexts in charge of HBA/ident tokenizationMichael Paquier2022-11-241-41/+117
* Add error context callback when tokenizing authentication filesMichael Paquier2022-11-141-0/+31
* Invent open_auth_file() in hba.c to refactor authentication file openingMichael Paquier2022-11-141-28/+72
* Refactor ownercheck functionsPeter Eisentraut2022-11-131-1/+2
* Add repalloc0 and repalloc0_arrayPeter Eisentraut2022-11-121-6/+3
* Provide sigaction() for Windows.Thomas Munro2022-11-091-9/+0
* Use AbsoluteConfigLocation() when building an included path in hba.cMichael Paquier2022-11-091-15/+2
* Clean up some inconsistencies with GUC declarationsMichael Paquier2022-10-311-2/+2
* Fix variable assignment thinko in hba.cMichael Paquier2022-10-261-1/+1
* Refactor code handling the names of files loaded in hba.cMichael Paquier2022-10-262-57/+63
* Add support for regexps on database and user entries in pg_hba.confMichael Paquier2022-10-241-7/+79
* Refactor more logic for compilation of regular expressions in hba.cMichael Paquier2022-10-211-19/+25
* Refactor regular expression handling in hba.cMichael Paquier2022-10-191-57/+103
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+32
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-201-2/+2
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-131-1/+103
* Don't reflect unescaped cert data to the logsPeter Eisentraut2022-09-131-26/+31
* Replace loading of ldap_start_tls_sA() by direct function callMichael Paquier2022-09-121-50/+1
* Free correctly LDAPMessage returned by ldap_search_s() in auth.cMichael Paquier2022-09-101-0/+3
* Replace load of functions by direct calls for some WIN32Michael Paquier2022-09-091-28/+1
* Fix an assortment of improper usages of string functionsDavid Rowley2022-09-061-2/+2