aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq
Commit message (Expand)AuthorAge
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Refactor ListenSocket array.Heikki Linnakangas2023-10-05
* Avoid potential pfree on NULL on OpenSSL errorsDaniel Gustafsson2023-09-22
* Use more consistent names for wait event objects and typesMichael Paquier2023-09-06
* Generate new LOG for "trust" connections under log_connectionsMichael Paquier2023-08-26
* Use FD_CLOEXEC on ListenSocketsHeikki Linnakangas2023-08-24
* Introduce macros for protocol characters.Nathan Bossart2023-08-22
* struct PQcommMethods: use C99 designated initializersAlvaro Herrera2023-08-09
* Eliminate fixed token-length limit in hba.c.Tom Lane2023-07-27
* Revert "Add notBefore and notAfter to SSL cert info display"Daniel Gustafsson2023-07-20
* Add notBefore and notAfter to SSL cert info displayDaniel Gustafsson2023-07-20
* Remove db_user_namespace.Nathan Bossart2023-07-17
* Message wording improvementsPeter Eisentraut2023-07-10
* Remove unnecessary unbind in LDAP search+bind modePeter Eisentraut2023-07-09
* Remove support for OpenSSL 1.0.1Michael Paquier2023-07-03
* Pre-beta2 mechanical code beautification.Tom Lane2023-06-20
* rename "gss_accept_deleg" to "gss_accept_delegation".Bruce Momjian2023-05-20
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Remove stray mid-sentence tabs in commentsPeter Eisentraut2023-05-19
* NULL is not an ideal way to spell bool "false".Tom Lane2023-04-14
* Remove code in charge of freeing regexps generation by Lab.cMichael Paquier2023-04-14
* Explicitly require MIT Kerberos for GSSAPIStephen Frost2023-04-13
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-13
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-08
* Add support for Kerberos credential delegationStephen Frost2023-04-07
* Make SCRAM iteration count configurableDaniel Gustafsson2023-03-27
* Add a hook for modifying the ldapbind passwordAndrew Dunstan2023-03-15
* Don't leak descriptors into subprograms.Thomas Munro2023-03-03
* Fix outdated references to guc.cDaniel Gustafsson2023-03-02
* Add description for new patterns supported in HBA and ident sample filesMichael Paquier2023-02-16
* Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier2023-02-15
* Change argument type of pq_sendbytes from char * to void *Peter Eisentraut2023-02-14
* Support the same patterns for pg-user in pg_ident.conf as in pg_hba.confMichael Paquier2023-01-20
* Store IdentLine->pg_user as an AuthTokenMichael Paquier2023-01-16
* Rename some variables related to ident files in hba.{c,h}Michael Paquier2023-01-12
* Use WaitEventSet API for postmaster's event loop.Thomas Munro2023-01-12
* Common function for percent placeholder replacementPeter Eisentraut2023-01-11
* New header varatt.h split off from postgres.hPeter Eisentraut2023-01-10
* Perform apply of large transactions by parallel workers.Amit Kapila2023-01-09
* Update copyright for 2023Bruce Momjian2023-01-02
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* Remove hardcoded dependency to cryptohash type in the internals of SCRAMMichael Paquier2022-12-20
* Static assertions cleanupPeter Eisentraut2022-12-15
* Fix typo in hba.cMichael Paquier2022-11-26
* Introduce variables for initial and max nesting depth on configuration filesMichael Paquier2022-11-25
* Add support for file inclusions in HBA and ident configuration filesMichael Paquier2022-11-24
* Create memory context for tokenization after opening top-level file in hba.cMichael Paquier2022-11-24
* Add missing initialization in tokenize_expand_file() for output listMichael Paquier2022-11-24
* Rework memory contexts in charge of HBA/ident tokenizationMichael Paquier2022-11-24
* Add error context callback when tokenizing authentication filesMichael Paquier2022-11-14