index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
common
Commit message (
Expand
)
Author
Age
*
Move connect.h from fe_utils to src/include/common.
Noah Misch
2020-08-10
*
Add hints about protocol-version-related SSL connection failures.
Tom Lane
2020-06-27
*
Move frontend-side archive APIs from src/common/ to src/fe_utils/
Michael Paquier
2020-06-11
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Update Unicode data to Unicode 13.0.0 and CLDR 37
Peter Eisentraut
2020-04-24
*
Add checksum helper functions.
Robert Haas
2020-04-03
*
Add SQL functions for Unicode normalization
Peter Eisentraut
2020-04-02
*
Add -c/--restore-target-wal to pg_rewind
Michael Paquier
2020-04-01
*
Add support for other normal forms to Unicode normalization API
Peter Eisentraut
2020-03-24
*
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
*
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
*
Add support for automatically updating Unicode derived files
Peter Eisentraut
2020-01-09
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Offer pnstrdup to frontend code
Alvaro Herrera
2019-12-04
*
Fix use of term "verifier"
Peter Eisentraut
2019-10-12
*
Optimize partial TOAST decompression
Tomas Vondra
2019-10-01
*
Add overflow-safe math inline functions for unsigned integers
Michael Paquier
2019-09-02
*
Refactor logic to remove trailing CR/LF characters from strings
Michael Paquier
2019-08-09
*
Introduce safer encoding and decoding routines for base64.c
Michael Paquier
2019-07-04
*
Update unicode_norm_table.h to Unicode 12.1.0
Peter Eisentraut
2019-06-24
*
Use OpenSSL-specific ifdefs in sha2.h
Michael Paquier
2019-06-14
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Move logging.h and logging.c from src/fe_utils/ to src/common/.
Tom Lane
2019-05-14
*
Fix detection of passwords hashed with MD5 or SCRAM-SHA-256
Michael Paquier
2019-04-23
*
Add support for partial TOAST decompression
Stephen Frost
2019-04-02
*
Unified logging system for command-line programs
Peter Eisentraut
2019-04-01
*
Refactor more code logic to update the control file
Michael Paquier
2019-03-18
*
Add routine able to update the control file to src/common/
Michael Paquier
2019-03-12
*
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
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Add application_name to connection authorized msg
Stephen Frost
2018-09-28
*
Install a check for mis-linking of src/port and src/common functions.
Tom Lane
2018-09-09
*
Remove support for tls-unique channel binding.
Heikki Linnakangas
2018-08-05
*
Fix incorrect ordering of operations in pg_resetwal and pg_rewind.
Tom Lane
2018-05-23
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Further cleanup of client dependencies on src/include/catalog headers.
Tom Lane
2018-04-09
*
Allow group access on PGDATA
Stephen Frost
2018-04-07
*
Refactor dir/file permissions
Stephen Frost
2018-04-07
*
restrict -> pg_restrict
Alvaro Herrera
2018-03-15
*
Move strtoint() to common
Peter Eisentraut
2018-03-13
*
Return implementation defined value if pg_$op_s$bit_overflow overflows.
Andres Freund
2018-02-14
*
Fix up references to scram-sha-256
Peter Eisentraut
2018-01-30
*
Implement channel binding tls-server-end-point for SCRAM
Peter Eisentraut
2018-01-04
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Move SCRAM-related name definitions to scram-common.h
Peter Eisentraut
2017-12-18
[next]