summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
4 hoursStandardize LSN formatting by zero paddingÁlvaro Herrera
2025-05-08Use 'void *' for arbitrary buffers, 'uint8 *' for byte arraysHeikki Linnakangas
2025-05-05With GB18030, prevent SIGSEGV from reading past end of allocation.Noah Misch
2025-04-21Fix INITCAP() word boundaries for PG_UNICODE_FAST.Jeff Davis
2025-04-12Harmonize function parameter names for Postgres 18.Peter Geoghegan
2025-04-07Use XLOG_CONTROL_FILE macro consistently for control file name.Fujii Masao
2025-04-03Update Unicode data to Unicode 16.0.0Peter Eisentraut
2025-04-03Update code commentPeter Eisentraut
2025-04-03Fix update-unicode make targetPeter Eisentraut
2025-03-26Fix integer-overflow problem in scram_SaltedPassword()Richard Guo
2025-03-25pg_upgrade: Add --swap for faster file transfer.Nathan Bossart
2025-03-25initdb: Add --no-sync-data-files.Nathan Bossart
2025-03-20Revert workarounds for -Wmissing-braces false positives on old GCCPeter Eisentraut
2025-03-18Fix headerscheck warning.Jeff Davis
2025-03-15Silence perl criticAndrew Dunstan
2025-03-15Optimization for lower(), upper(), casefold() functions.Jeff Davis
2025-03-13pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut
2025-03-13Refactor convert_case() to prepare for optimizations.Jeff Davis
2025-02-25Change relpath() et al to return path by valueAndres Freund
2025-02-20Remove various unnecessary (char *) castsPeter Eisentraut
2025-02-10Add pg_encoding_set_invalid()Andres Freund
2025-01-23Add support for Unicode case folding.Jeff Davis
2025-01-19Be clearer about when jsonapi's need_escapes is neededAndrew Dunstan
2025-01-17Support Unicode full case mapping and conversion.Jeff Davis
2025-01-11Fix a compiler warning in initStringInfo().Tatsuo Ishii
2025-01-10Add new StringInfo APIs to allow callers to specify the buffer size.Tatsuo Ishii
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-25meson: Export all libcommon functions in Windows buildsHeikki Linnakangas
2024-12-10Fix outdated comment of scram_build_secret()Michael Paquier
2024-11-27jsonapi: add lexer option to keep token ownershipAndrew Dunstan
2024-11-26Clean up newlines following left parenthesesÁlvaro Herrera
2024-11-06Remove unused #include's from bin .c filesPeter Eisentraut
2024-10-30Optimize sifting down in binaryheap.Nathan Bossart
2024-10-30meson: Add missing dependency to unicode test programsPeter Eisentraut
2024-10-28Unify src/common/'s definitions of MaxAllocSize.Tom Lane
2024-10-28Guard against enormously long input in pg_saslprep().Tom Lane
2024-10-18Fix memory leaks from incorrect strsep() usesPeter Eisentraut
2024-10-17jsonapi: fully initialize dummy lexerPeter Eisentraut
2024-10-16Whitespace fixup from generated unicode tables.Jeff Davis
2024-10-02File size in a backup manifest should use uint64, not size_t.Robert Haas
2024-09-23jsonapi: fix memory leakage during OOM error recovery.Tom Lane
2024-09-11common/jsonapi: support libpq as a clientPeter Eisentraut
2024-09-10Protect against small overread in SASLprep validationDaniel Gustafsson
2024-09-03Define PG_TBLSPC_DIR for path pg_tblspc/ in data folderMichael Paquier
2024-09-02Remove support for OpenSSL older than 1.1.0Daniel Gustafsson
2024-08-29Message style improvementsPeter Eisentraut
2024-08-12Remove fe_memutils from libpgcommon_shlibPeter Eisentraut
2024-08-12Remove support for old realpath() APIPeter Eisentraut
2024-08-07Make fallback MD5 implementation thread-safe on big-endian systemsHeikki Linnakangas
2024-08-06Mark misc static global variables as constHeikki Linnakangas