index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
libpq
Age
Commit message (
Expand
)
Author
2023-04-14
NULL is not an ideal way to spell bool "false".
Tom Lane
2023-04-13
Remove code in charge of freeing regexps generation by Lab.c
Michael Paquier
2023-04-13
Explicitly require MIT Kerberos for GSSAPI
Stephen Frost
2023-04-13
De-Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-08
Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-08
Add support for Kerberos credential delegation
Stephen Frost
2023-03-27
Make SCRAM iteration count configurable
Daniel Gustafsson
2023-03-15
Add a hook for modifying the ldapbind password
Andrew Dunstan
2023-03-02
Don't leak descriptors into subprograms.
Thomas Munro
2023-03-02
Fix outdated references to guc.c
Daniel Gustafsson
2023-02-15
Add description for new patterns supported in HBA and ident sample files
Michael Paquier
2023-02-15
Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates
Michael Paquier
2023-02-14
Change argument type of pq_sendbytes from char * to void *
Peter Eisentraut
2023-01-20
Support the same patterns for pg-user in pg_ident.conf as in pg_hba.conf
Michael Paquier
2023-01-16
Store IdentLine->pg_user as an AuthToken
Michael Paquier
2023-01-12
Rename some variables related to ident files in hba.{c,h}
Michael Paquier
2023-01-12
Use WaitEventSet API for postmaster's event loop.
Thomas Munro
2023-01-11
Common function for percent placeholder replacement
Peter Eisentraut
2023-01-10
New header varatt.h split off from postgres.h
Peter Eisentraut
2023-01-09
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-12-19
Remove hardcoded dependency to cryptohash type in the internals of SCRAM
Michael Paquier
2022-12-15
Static assertions cleanup
Peter Eisentraut
2022-11-26
Fix typo in hba.c
Michael Paquier
2022-11-24
Introduce variables for initial and max nesting depth on configuration files
Michael Paquier
2022-11-24
Add support for file inclusions in HBA and ident configuration files
Michael Paquier
2022-11-24
Create memory context for tokenization after opening top-level file in hba.c
Michael Paquier
2022-11-24
Add missing initialization in tokenize_expand_file() for output list
Michael Paquier
2022-11-23
Rework memory contexts in charge of HBA/ident tokenization
Michael Paquier
2022-11-14
Add error context callback when tokenizing authentication files
Michael Paquier
2022-11-14
Invent open_auth_file() in hba.c to refactor authentication file opening
Michael Paquier
2022-11-13
Refactor ownercheck functions
Peter Eisentraut
2022-11-12
Add repalloc0 and repalloc0_array
Peter Eisentraut
2022-11-09
Provide sigaction() for Windows.
Thomas Munro
2022-11-08
Use AbsoluteConfigLocation() when building an included path in hba.c
Michael Paquier
2022-10-31
Clean up some inconsistencies with GUC declarations
Michael Paquier
2022-10-26
Fix variable assignment thinko in hba.c
Michael Paquier
2022-10-26
Refactor code handling the names of files loaded in hba.c
Michael Paquier
2022-10-24
Add support for regexps on database and user entries in pg_hba.conf
Michael Paquier
2022-10-21
Refactor more logic for compilation of regular expressions in hba.c
Michael Paquier
2022-10-19
Refactor regular expression handling in hba.c
Michael Paquier
2022-09-22
meson: Add initial version of meson based build system
Andres Freund
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-13
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-13
Don't reflect unescaped cert data to the logs
Peter Eisentraut
2022-09-12
Replace loading of ldap_start_tls_sA() by direct function call
Michael Paquier
2022-09-10
Free correctly LDAPMessage returned by ldap_search_s() in auth.c
Michael Paquier
2022-09-09
Replace load of functions by direct calls for some WIN32
Michael Paquier
2022-09-06
Fix an assortment of improper usages of string functions
David Rowley
[next]