summaryrefslogtreecommitdiff
path: root/src/include/common
AgeCommit message (Expand)Author
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-06-12Harmonize function parameter names for Postgres 17.Peter Geoghegan
2024-05-15Fix incorrect year in some copyright notices added this yearDavid Rowley
2024-05-14Pre-beta mechanical code beautification.Tom Lane
2024-05-03Fix an assortment of typosDavid Rowley
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-04-12Fix some memory leaks associated with parsing json and manifestsAndrew Dunstan
2024-04-06Speed up tail processing when hashing aligned C strings, take twoJohn Naylor
2024-04-06Teach fasthash_accum to use platform endianness for bytewise loadsJohn Naylor
2024-04-06Convert uses of hash_string_pointer to fasthash equivalentJohn Naylor
2024-04-06Add macro to disable address safety instrumentationJohn Naylor
2024-04-06Fix incorrect return typeJohn Naylor
2024-04-04Add support for incrementally parsing backup manifestsAndrew Dunstan
2024-04-04Introduce a non-recursive JSON parserAndrew Dunstan
2024-03-31Revert "Speed up tail processing when hashing aligned C strings"John Naylor
2024-03-31Speed up tail processing when hashing aligned C stringsJohn Naylor
2024-03-30Add unicode_strtitle() for Unicode Default Case Conversion.Jeff Davis
2024-03-27Add functions to generate random numbers in a specified range.Dean Rasheed
2024-03-17Support json_errdetail in FRONTEND codeDaniel 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-09Fix type signedness error in commit 5c40364dd6.Jeff Davis
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-02-16Introduce overflow-safe integer comparison functions.Nathan Bossart
2024-02-08Fix warnings in cpluspluscheckJohn Naylor
2024-02-06Further cosmetic review of hashfn_unstable.hJohn Naylor
2024-02-06Simplify initialization of incremental hash stateJohn Naylor
2024-01-19Fixed misspelled byteswap function for big endian machinesJohn Naylor
2024-01-19Add optimized C string hashingJohn Naylor
2024-01-19Add inline incremental hash functions for in-memory useJohn Naylor
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-20Add a new WAL summarizer process.Robert Haas
2023-12-19Move src/bin/pg_verifybackup/parse_manifest.c into src/common.Robert Haas
2023-12-11Provide helper for retrying partial vectored I/O.Thomas Munro
2023-12-07Shrink Unicode category table.Jeff Davis
2023-11-09Fix corner-case 64-bit integer subtraction bug on some platforms.Dean Rasheed
2023-11-08Use a faster hash function in resource owners.Heikki Linnakangas
2023-11-02Additional unicode primitive functions.Jeff Davis
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-10-05Improve JsonLexContext's freeabilityAlvaro Herrera
2023-09-18Update Unicode data to Unicode 15.1.0Peter Eisentraut
2023-09-06Add support for syncfs() in frontend support functions.Nathan Bossart
2023-09-06Make enum for sync methods available to frontend code.Nathan Bossart
2023-09-06Move PG_TEMP_FILE* macros to file_utils.h.Nathan Bossart
2023-05-19Remove stray mid-sentence tabs in commentsPeter Eisentraut
2023-04-06Support long distance matching for zstd compressionTomas Vondra