aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq
Commit message (Expand)AuthorAge
* 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
* Invent open_auth_file() in hba.c to refactor authentication file openingMichael Paquier2022-11-14
* Refactor ownercheck functionsPeter Eisentraut2022-11-13
* Add repalloc0 and repalloc0_arrayPeter Eisentraut2022-11-12
* Provide sigaction() for Windows.Thomas Munro2022-11-09
* Use AbsoluteConfigLocation() when building an included path in hba.cMichael Paquier2022-11-09
* Clean up some inconsistencies with GUC declarationsMichael Paquier2022-10-31
* Fix variable assignment thinko in hba.cMichael Paquier2022-10-26
* Refactor code handling the names of files loaded in hba.cMichael Paquier2022-10-26
* Add support for regexps on database and user entries in pg_hba.confMichael Paquier2022-10-24
* Refactor more logic for compilation of regular expressions in hba.cMichael Paquier2022-10-21
* Refactor regular expression handling in hba.cMichael Paquier2022-10-19
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-13
* Don't reflect unescaped cert data to the logsPeter Eisentraut2022-09-13
* Replace loading of ldap_start_tls_sA() by direct function callMichael Paquier2022-09-12
* Free correctly LDAPMessage returned by ldap_search_s() in auth.cMichael Paquier2022-09-10
* Replace load of functions by direct calls for some WIN32Michael Paquier2022-09-09
* Fix an assortment of improper usages of string functionsDavid Rowley2022-09-06
* Remove configure probe for sockaddr_in6 and require AF_INET6.Thomas Munro2022-08-26
* More -Wshadow=compatible-local warning fixesDavid Rowley2022-08-26
* Allow parallel workers to retrieve some data from PortMichael Paquier2022-08-24
* Remove our artificial PG_SOMAXCONN limit on listen queue length.Tom Lane2022-08-23
* mstcpip.h is not missing on MinGW.Thomas Munro2022-08-18
* Remove configure probe for netinet/tcp.h.Thomas Munro2022-08-18