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
*
Improve pglz_decompress's defenses against corrupt compressed data.
Tom Lane
2023-10-18
*
Try to handle torn reads of pg_control in frontend.
Thomas Munro
2023-10-16
*
Fix JSON error reporting for many cases of erroneous string values.
Tom Lane
2023-03-13
*
Make EXEC_BACKEND more convenient on Linux and FreeBSD.
Michael Paquier
2023-02-08
*
Change some errdetail() to errdetail_internal()
Alvaro Herrera
2022-09-28
*
Inhibit mingw CRT's auto-globbing of command line arguments
Andrew Dunstan
2022-04-25
*
Fix buffer overrun in unicode string normalization with empty input
Michael Paquier
2021-11-11
*
Fix incautious handling of possibly-miscoded strings in client code.
Tom Lane
2021-06-07
*
Second thoughts on TOAST decompression.
Tom Lane
2020-11-02
*
Fix two issues in TOAST decompression.
Tom Lane
2020-11-01
*
Move frontend-side archive APIs from src/common/ to src/fe_utils/
Michael Paquier
2020-06-11
*
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-16
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-13
*
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-05-12
*
Fix update-unicode target
Peter Eisentraut
2020-04-19
*
Improve error messages after LoadLibrary()
Peter Eisentraut
2020-04-13
*
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
*
Allow Unicode escapes in any server encoding, not only UTF-8.
Tom Lane
2020-03-06
*
Fix command-line colorization on Windows with VT100-compatible environments
Michael Paquier
2020-03-02
*
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-02-27
*
Change client-side fsync_fname() to report errors fatally
Peter Eisentraut
2020-02-24
*
Fix typo
Peter Eisentraut
2020-02-19
*
Clean up some code, comments and docs referring to Windows 2000 and older
Michael Paquier
2020-02-19
*
Simplify passing of configure arguments to pg_config
Peter Eisentraut
2020-02-10
*
Add declaration-level assertions for compile-time checks
Michael Paquier
2020-02-03
*
Move jsonapi.c and jsonapi.h to src/common.
Robert Haas
2020-01-29
*
Fix some memory leaks and improve restricted token handling on Windows
Michael Paquier
2020-01-27
*
Move OpenSSL routines for min/max protocol setting to src/common/
Michael Paquier
2020-01-17
*
Rationalize code placement between wchar.c, encnames.c, and mbutils.c.
Tom Lane
2020-01-16
*
Update header comments for wchar.c and encnames.c.
Tom Lane
2020-01-16
*
Move wchar.c and encnames.c to src/common/.
Tom Lane
2020-01-16
*
Add support for automatically updating Unicode derived files
Peter Eisentraut
2020-01-09
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Fix output of Unicode normalization test
Peter Eisentraut
2019-12-11
*
Offer pnstrdup to frontend code
Alvaro Herrera
2019-12-04
*
Use memcpy instead of a byte loop in pglz_decompress
Tomas Vondra
2019-11-28
*
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
*
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2019-10-25
*
Update unicode.org URLs
Peter Eisentraut
2019-10-13
*
Fix use of term "verifier"
Peter Eisentraut
2019-10-12
*
Optimize partial TOAST decompression
Tomas Vondra
2019-10-01
*
Refactor logic to remove trailing CR/LF characters from strings
Michael Paquier
2019-08-09
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-29
[next]