summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
20 hoursUse pg_parse_lsn() for LSNs in backup manifestsFujii Masao
12 dayspg_locale.h: define case mapping limits.Jeff Davis
2026-08-20Micro-optimize appendStringInfo[VA].Tom Lane
2026-08-17Use safer allocation routines in more places of the treeMichael Paquier
2026-08-12Add common LSN parser for user-supplied locationsFujii Masao
2026-08-10Use EVP_MAC for HMAC (OpenSSL >= 3.0)Michael Paquier
2026-08-10Use explicit fetching for digests in cryptohash (OpenSSL >= 3.0)Michael Paquier
2026-08-03Undo inadvertent loosening of archive filename checking.Robert Haas
2026-08-01pg_verifybackup: Improve some error handling around strtoul() callsMichael Paquier
2026-07-17Generate unicode_limits.h.Jeff Davis
2026-07-15Add additional sanity checks when reading a blkreftable.Robert Haas
2026-07-15Clean up read() return typePeter Eisentraut
2026-07-13Make blkreftable API use size_t/ssize_t consistentlyPeter Eisentraut
2026-07-11Fix for loop variables used with lengthofPeter Eisentraut
2026-07-11Fix for loop variablesPeter Eisentraut
2026-07-07unicode_case.c: change API to signal UTF8 decoding error.Jeff Davis
2026-07-07pg_unicode_fast: fix final sigma logic.Jeff Davis
2026-07-07unicode_case.c: defend against truncated UTF8.Jeff Davis
2026-07-01Fix mismatched deallocation functionsPeter Eisentraut
2026-06-30Clean up inconsistencies in CPU-identification macros.Tom Lane
2026-06-04Fix off-by-one with NFC recomposition for Hangul U+11A7 (TBASE)Michael Paquier
2026-05-16pg_test_timing: Show additional TSC clock source debug infoAndres Freund
2026-05-15Don't accept length of -1 in pg_locale.h APIs.Jeff Davis
2026-05-13Pre-beta mechanical code beautification, step 1: run pgindent.Tom Lane
2026-05-11Fix assorted places that need to use palloc_array().Tom Lane
2026-05-11Prevent buffer overrun in unicode_normalize().Tom Lane
2026-05-11Make palloc_array() and friends safe against integer overflow.Tom Lane
2026-04-21Fix a set of typos and grammar issues across the treeMichael Paquier
2026-04-20Fix callers of unicode_strtitle() using srclen == -1.Jeff Davis
2026-04-20style: define parameterless functions as foo(void).Jeff Davis
2026-04-16Fix comments for Korean encodings in encnames.cThomas Munro
2026-04-13Update Unicode data to CLDR 48.2Peter Eisentraut
2026-04-13Add log file support to logging.cPeter Eisentraut
2026-04-10Fix heap-buffer-overflow in pglz_decompress() on corrupt input.Andrew Dunstan
2026-04-10Fix incremental JSON parser numeric token reassembly across chunks.Andrew Dunstan
2026-04-08Remove MULE_INTERNAL encoding.Thomas Munro
2026-04-07instrumentation: Use Time-Stamp Counter on x86-64 to lower overheadAndres Freund
2026-04-07instrumentation: Standardize ticks to nanosecond conversion methodAndres Freund
2026-03-23Make implementation of SASLprep compliant for ASCII charactersMichael Paquier
2026-03-20Move tar detection and compression logic to common.Andrew Dunstan
2026-03-20Update Unicode data to Unicode 17.0.0Peter Eisentraut
2026-03-18Implement unaccent Unicode data update in mesonPeter Eisentraut
2026-03-06Don't include wait_event.h in pgstat.hÁlvaro Herrera
2026-02-27Fix some -Wcast-qual warningsPeter Eisentraut
2026-02-23meson: allow disabling building/installation of static libraries.Peter Eisentraut
2026-02-19Use fallthrough attribute instead of commentPeter Eisentraut
2026-02-08Fix mb2wchar functions on short input.Thomas Munro
2026-02-08Fix encoding length for EUC_CN.Thomas Munro
2026-01-26Fix accidentally cast away qualifiersPeter Eisentraut
2026-01-15Remove #include <math.h> where not neededÁlvaro Herrera