summaryrefslogtreecommitdiff
path: root/src/include/common
AgeCommit message (Expand)Author
2025-05-08Use 'void *' for arbitrary buffers, 'uint8 *' for byte arraysHeikki Linnakangas
2025-04-03Update Unicode data to Unicode 16.0.0Peter Eisentraut
2025-03-25pg_upgrade: Add --swap for faster file transfer.Nathan Bossart
2025-03-25initdb: Add --no-sync-data-files.Nathan Bossart
2025-03-18Fix headerscheck warning.Jeff Davis
2025-03-15Optimization for lower(), upper(), casefold() functions.Jeff Davis
2025-03-14Swap order of extern/static and pg_nodiscardPeter Eisentraut
2025-03-13pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut
2025-02-25Change relpath() et al to return path by valueAndres Freund
2025-02-24Silence warning in older versions of ValgrindJohn Naylor
2025-02-20Add support for OAUTHBEARER SASL mechanismDaniel Gustafsson
2025-02-05Show more-intuitive titles for psql commands \dt, \di, etc.Tom Lane
2025-01-29Revert "Speed up tail processing when hashing aligned C strings, take two"John Naylor
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-17Add pg_nodiscard decorations to base64 functionsPeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-24Remove pgrminclude annotationsPeter Eisentraut
2024-12-09Fix various overflow hazards in date and timestamp functions.Nathan Bossart
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-11-27jsonapi: add lexer option to keep token ownershipAndrew Dunstan
2024-11-26Clean up newlines following left parenthesesÁlvaro Herrera
2024-10-28Unify src/common/'s definitions of MaxAllocSize.Tom Lane
2024-10-02File size in a backup manifest should use uint64, not size_t.Robert Haas
2024-09-11common/jsonapi: support libpq as a clientPeter Eisentraut
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-15Remove dependence on -fwrapv semantics in a few places.Nathan Bossart
2024-08-06Make nullSemAction const, add 'const' decorators to related functionsHeikki Linnakangas
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