summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
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
2024-08-06Make nullSemAction const, add 'const' decorators to related functionsHeikki Linnakangas
2024-08-01Convert some extern variables to static, Windows codePeter Eisentraut
2024-07-22Replace some strtok() with strsep()Peter Eisentraut
2024-07-08Typo fixAmit Langote
2024-07-01Improve enlargeStringInfo's ERROR messageDavid Rowley
2024-06-21parse_manifest: Use const char *Peter Eisentraut
2024-06-21jsonapi: Use const char *Peter Eisentraut
2024-06-21jsonapi: Use size_tPeter Eisentraut
2024-05-23jsonapi: Some message style fixesPeter Eisentraut
2024-05-15Make all Perl warnings fatal, catch-upPeter Eisentraut
2024-05-15Fix incorrect year in some copyright notices added this yearDavid Rowley
2024-05-14Pre-beta mechanical code beautification.Tom Lane
2024-05-14Add missing gettext triggersPeter Eisentraut
2024-05-09Fix overread in JSON parsing errors for incomplete byte sequencesMichael Paquier
2024-04-27Remove redundant JSON parser typedefsAndrew Dunstan
2024-04-22Update src/common/unicode/.gitignorePeter Eisentraut
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-04-12Assorted minor cleanups in the test_json_parser moduleAndrew Dunstan
2024-04-12Fix some memory leaks associated with parsing json and manifestsAndrew Dunstan
2024-04-11Revert indexed and enlargable binary heap implementation.Masahiko Sawada
2024-04-05Silence some compiler warnings in commit 3311ea86edAndrew Dunstan
2024-04-05Fix incorrect calculation in BlockRefTableEntryGetBlocks.Robert Haas
2024-04-04Tidy up after incremental JSON parser patchAndrew Dunstan
2024-04-04Fix warnings re typedef redefinition in ea7b4e9a2a and 3311ea86edAndrew Dunstan
2024-04-04Add support for incrementally parsing backup manifestsAndrew Dunstan
2024-04-04Introduce a non-recursive JSON parserAndrew Dunstan
2024-04-03Add functions to binaryheap for efficient key removal and update.Masahiko Sawada
2024-04-03Make binaryheap enlargeable.Masahiko Sawada
2024-04-02Unwind #if spaghetti in hmac_openssl.c a bit.Tom Lane
2024-03-30Add unicode_strtitle() for Unicode Default Case Conversion.Jeff Davis
2024-03-27Run perltidy on generate-unicode_version.pl.Jeff Davis
2024-03-27Add functions to generate random numbers in a specified range.Dean Rasheed
2024-03-24Fix convert_case(), introduced in 5c40364dd6.Jeff Davis
2024-03-20Inline basic UTF-8 functions.Jeff Davis
2024-03-18Update src/common/unicode/README.Jeff Davis
2024-03-17Support json_errdetail in FRONTEND codeDaniel Gustafsson
2024-03-16Add destroyStringInfo function for cleaning up StringInfosDaniel Gustafsson
2024-03-14Fix documentation comment for pg_md5_hashDaniel Gustafsson
2024-03-13Add the system identifier to backup manifests.Robert Haas
2024-03-13Expose new function get_controlfile_by_exact_path().Robert Haas
2024-03-12Use printf's %m format instead of strerror(errno) in more placesMichael Paquier
2024-03-09Fix type signedness error in commit 5c40364dd6.Jeff Davis