index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
Commit message (
Expand
)
Author
Age
*
Fix possible NULL-pointer-deference in backup_compression.c.
Robert Haas
2022-03-30
*
Allow parallel zstd compression when taking a base backup.
Robert Haas
2022-03-30
*
Make update-unicode target work in vpath builds
Peter Eisentraut
2022-03-25
*
In get_bc_algorithm_name, add a dummy return statement.
Robert Haas
2022-03-23
*
Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL.
Robert Haas
2022-03-23
*
Use bitwise rotate functions in more places
John Naylor
2022-02-20
*
Suppress integer-overflow compiler warning for inconsistent sun_len.
Tom Lane
2022-02-14
*
Improve code clarity in epilogue of UTF-8 verification fast path
John Naylor
2022-01-17
*
Improve error handling of HMAC computations
Michael Paquier
2022-01-13
*
Fix incorrect comments in hmac.c and hmac_openssl.c
Michael Paquier
2022-01-13
*
Fix comment related to pg_cryptohash_error()
Michael Paquier
2022-01-12
*
Improve error handling of cryptohash computations
Michael Paquier
2022-01-11
*
Make EXEC_BACKEND more convenient on Linux and FreeBSD.
Thomas Munro
2022-01-11
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Add fast path for validating UTF-8 text
John Naylor
2021-12-20
*
Centralize timestamp computation of control file on updates
Michael Paquier
2021-11-29
*
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-11-28
*
Allow psql's other uses of simple_prompt() to be interrupted by ^C.
Tom Lane
2021-11-19
*
Provide a variant of simple_prompt() that can be interrupted by ^C.
Tom Lane
2021-11-17
*
Fix buffer overrun in unicode string normalization with empty input
Michael Paquier
2021-11-11
*
Fix memory leak in pg_hmac
Daniel Gustafsson
2021-10-01
*
Fix typos and grammar in code comments
Michael Paquier
2021-09-27
*
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-26
*
Change mbbisearch to return the character range
John Naylor
2021-08-25
*
Rename unicode_combining_table to unicode_width_table
John Naylor
2021-08-25
*
Revert refactoring of hex code to src/common/
Michael Paquier
2021-08-19
*
Simplify error handing of jsonapi.c for the frontend
Michael Paquier
2021-07-02
*
Fix incautious handling of possibly-miscoded strings in client code.
Tom Lane
2021-06-07
*
Adjust locations which have an incorrect copyright year
David Rowley
2021-06-04
*
Factor out system call names from error messages
Peter Eisentraut
2021-04-23
*
Fix typos and grammar in comments and docs
Michael Paquier
2021-04-19
*
Refactor HMAC implementations
Michael Paquier
2021-04-03
*
pg_upgrade: Check version of target cluster binaries
Peter Eisentraut
2021-03-03
*
Improve reporting for syntax errors in multi-line JSON data.
Tom Lane
2021-03-01
*
Add result size as argument of pg_cryptohash_final() for overflow checks
Michael Paquier
2021-02-15
*
Fix copy-paste error with SHA256 digest length in checksum_helper.c
Michael Paquier
2021-02-11
*
Introduce --with-ssl={openssl} as a configure option
Michael Paquier
2021-02-01
*
Add mbverifystr() functions specific to each encoding.
Heikki Linnakangas
2021-01-28
*
Introduce SHA1 implementations in the cryptohash infrastructure
Michael Paquier
2021-01-23
*
Rework refactoring of hex and encoding routines
Michael Paquier
2021-01-14
*
Fix and simplify some code related to cryptohashes
Michael Paquier
2021-01-08
*
Fix allocation logic of cryptohash context data with OpenSSL
Michael Paquier
2021-01-07
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Use setenv() in preference to putenv().
Tom Lane
2020-12-30
*
Revert "Add key management system" (978f869b99) & later commits
Bruce Momjian
2020-12-27
*
Fix function call typo in frontend Win32 code, commit 978f869b99
Bruce Momjian
2020-12-25
*
Really fix the dummy implementations in cipher.c.
Tom Lane
2020-12-25
[next]