summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
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
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