summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
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
2024-03-08Fix errorhandling for reading from a pipeDaniel Gustafsson
2024-03-08Replace perror with custom postgres loggingDaniel Gustafsson
2024-03-07Unicode case mapping tables and functions.Jeff Davis
2024-03-06Add Unicode property tables.Jeff Davis
2024-03-03Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas
2024-03-01Simplify pg_enc2gettext_tbl[] with C99-designated initializer syntaxMichael Paquier
2024-02-29Use C99-designated initializer syntax for arrays related to encodingsMichael Paquier
2024-02-27Use C99-designated initializer syntax for more arraysMichael Paquier
2024-02-09Refactor pipe_read_line to return the full lineDaniel Gustafsson
2024-01-29Move is_valid_ascii() to ascii.h.Nathan Bossart