index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
common
Age
Commit message (
Expand
)
Author
2022-01-13
Improve error handling of HMAC computations
Michael Paquier
2022-01-11
Improve error handling of cryptohash computations
Michael Paquier
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-11-29
Simplify declaring variables exported from libpgcommon and libpgport.
Tom Lane
2021-11-29
Portability hack for pg_global_prng_state.
Tom Lane
2021-11-28
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-11-17
Provide a variant of simple_prompt() that can be interrupted by ^C.
Tom Lane
2021-09-15
Update Unicode data to Unicode 14.0.0
Peter Eisentraut
2021-08-26
Extend collection of Unicode combining characters to beyond the BMP
John Naylor
2021-08-26
Update display widths as part of updating Unicode
John Naylor
2021-08-26
Revert "Rename unicode_combining_table to unicode_width_table"
John Naylor
2021-08-26
Revert "Change mbbisearch to return the character range"
John Naylor
2021-08-25
Change mbbisearch to return the character range
John Naylor
2021-08-25
Rename unicode_combining_table to unicode_width_table
John Naylor
2021-08-19
Revert refactoring of hex code to src/common/
Michael Paquier
2021-06-04
Adjust locations which have an incorrect copyright year
David Rowley
2021-04-03
Refactor HMAC implementations
Michael Paquier
2021-03-01
Improve reporting for syntax errors in multi-line JSON data.
Tom Lane
2021-02-15
Add result size as argument of pg_cryptohash_final() for overflow checks
Michael Paquier
2021-01-23
Introduce SHA1 implementations in the cryptohash infrastructure
Michael Paquier
2021-01-15
Remove PG_SHA*_DIGEST_STRING_LENGTH from sha2.h
Michael Paquier
2021-01-14
Rework refactoring of hex and encoding routines
Michael Paquier
2021-01-08
Fix and simplify some code related to cryptohashes
Michael Paquier
2021-01-07
Fix allocation logic of cryptohash context data with OpenSSL
Michael Paquier
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-27
Revert "Add key management system" (978f869b99) & later commits
Bruce Momjian
2020-12-25
remove uint128 requirement from patch 978f869b99 (CFE)
Bruce Momjian
2020-12-25
Add key management system
Bruce Momjian
2020-12-24
move hex_decode() to /common so it can be called from frontend
Bruce Momjian
2020-12-21
Refactor logic to check for ASCII-only characters in string
Michael Paquier
2020-12-14
Improve some code around cryptohash functions
Michael Paquier
2020-12-10
Refactor MD5 implementations according to new cryptohash infrastructure
Michael Paquier
2020-12-02
Move SHA2 routines to a new generic API layer for crypto hashes
Michael Paquier
2020-10-23
Improve performance of Unicode {de,re}composition in the backend
Michael Paquier
2020-10-21
Review format of code generated by PerfectHash.pm
Michael Paquier
2020-10-11
Use perfect hash for NFC and NFKC Unicode Normalization quick check
Michael Paquier
2020-09-29
Revert "Change SHA2 implementation based on OpenSSL to use EVP digest routines"
Michael Paquier
2020-09-28
Change SHA2 implementation based on OpenSSL to use EVP digest routines
Michael Paquier
2020-09-22
Rethink API for pg_get_line.c, one more time.
Tom Lane
2020-09-18
Allow most keywords to be used as column labels without requiring AS.
Tom Lane
2020-09-17
Improve common/logging.c's support for multiple verbosity levels.
Tom Lane
2020-09-07
Skip unnecessary stat() calls in walkdir().
Thomas Munro
2020-09-06
Refactor pg_get_line() to expose an alternative StringInfo-based API.
Tom Lane
2020-09-03
Remove arbitrary restrictions on password length.
Tom Lane
2020-08-10
Move connect.h from fe_utils to src/include/common.
Noah Misch
2020-07-22
Fix comment in sha2.h
Michael Paquier
2020-07-14
Fix some header identifications
Michael Paquier
2020-06-27
Add hints about protocol-version-related SSL connection failures.
Tom Lane
2020-06-11
Move frontend-side archive APIs from src/common/ to src/fe_utils/
Michael Paquier
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
[next]