index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
Makefile
Commit message (
Expand
)
Author
Age
*
common/jsonapi: support libpq as a client
Peter Eisentraut
2024-09-11
*
Remove support for OpenSSL older than 1.1.0
Daniel Gustafsson
2024-09-02
*
Remove fe_memutils from libpgcommon_shlib
Peter Eisentraut
2024-08-12
*
Unicode case mapping tables and functions.
Jeff Davis
2024-03-07
*
Add a new WAL summarizer process.
Robert Haas
2023-12-20
*
Remove MSVC scripts
Michael Paquier
2023-12-20
*
Move src/bin/pg_verifybackup/parse_manifest.c into src/common.
Robert Haas
2023-12-19
*
Remove distprep
Peter Eisentraut
2023-11-06
*
Additional unicode primitive functions.
Jeff Davis
2023-11-01
*
Restore proper linkage of pg_char_to_encoding() and friends.
Tom Lane
2023-10-07
*
Make binaryheap available to frontend code.
Nathan Bossart
2023-09-18
*
Revert refactoring of restore command code to shell_restore.c
Michael Paquier
2023-02-06
*
Refactor code for restoring files via shell commands
Michael Paquier
2023-01-18
*
Common function for percent placeholder replacement
Peter Eisentraut
2023-01-11
*
Reorder some object files in makefiles
Peter Eisentraut
2022-12-28
*
Rename backup_compression.{c,h} to compression.{c,h}
Michael Paquier
2022-04-12
*
Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL.
Robert Haas
2022-03-23
*
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-11-28
*
Revert refactoring of hex code to src/common/
Michael Paquier
2021-08-19
*
Refactor HMAC implementations
Michael Paquier
2021-04-03
*
Introduce --with-ssl={openssl} as a configure option
Michael Paquier
2021-02-01
*
Introduce SHA1 implementations in the cryptohash infrastructure
Michael Paquier
2021-01-23
*
Rework refactoring of hex and encoding routines
Michael Paquier
2021-01-14
*
Revert "Add key management system" (978f869b99) & later commits
Bruce Momjian
2020-12-27
*
Add key management system
Bruce Momjian
2020-12-25
*
move hex_decode() to /common so it can be called from frontend
Bruce Momjian
2020-12-24
*
Refactor MD5 implementations according to new cryptohash infrastructure
Michael Paquier
2020-12-10
*
Move SHA2 routines to a new generic API layer for crypto hashes
Michael Paquier
2020-12-02
*
Remove logging.c from the shared library of src/common/
Michael Paquier
2020-10-01
*
Skip unnecessary stat() calls in walkdir().
Thomas Munro
2020-09-07
*
Remove arbitrary restrictions on password length.
Tom Lane
2020-09-03
*
Move frontend-side archive APIs from src/common/ to src/fe_utils/
Michael Paquier
2020-06-11
*
Add checksum helper functions.
Robert Haas
2020-04-03
*
Add -c/--restore-target-wal to pg_rewind
Michael Paquier
2020-04-01
*
Move routine building restore_command to src/common/
Michael Paquier
2020-03-24
*
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-02-27
*
Simplify passing of configure arguments to pg_config
Peter Eisentraut
2020-02-10
*
Move jsonapi.c and jsonapi.h to src/common.
Robert Haas
2020-01-29
*
Move OpenSSL routines for min/max protocol setting to src/common/
Michael Paquier
2020-01-17
*
Move wchar.c and encnames.c to src/common/.
Tom Lane
2020-01-16
*
Make StringInfo available to frontend code.
Andres Freund
2019-11-05
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
*
Move logging.h and logging.c from src/fe_utils/ to src/common/.
Tom Lane
2019-05-14
*
Change floating-point output format for improved performance.
Andrew Gierth
2019-02-13
*
Use perfect hashing, instead of binary search, for keyword lookup.
Tom Lane
2019-01-09
*
Replace the data structure used for keyword lookup.
Tom Lane
2019-01-06
*
Build src/common files as a library with -fPIC.
Tom Lane
2018-09-28
*
Install a check for mis-linking of src/port and src/common functions.
Tom Lane
2018-09-09
*
Fix partial-build problems introduced by having more generated headers.
Tom Lane
2018-04-09
*
Refactor dir/file permissions
Stephen Frost
2018-04-07
[next]