aboutsummaryrefslogtreecommitdiff
path: root/src/include/common
Commit message (Expand)AuthorAge
* Extend int128.h to support more numeric code.Dean Rasheed38 hours
* Simplify non-native 64x64-bit multiplication in int128.h.Dean Rasheed43 hours
* Optimise non-native 128-bit addition in int128.h.Dean Rasheed44 hours
* Refactor int128.h, bringing the native and non-native code together.Dean Rasheed3 days
* Convert src/tools/testint128.c into a test module.Dean Rasheed3 days
* Use 'void *' for arbitrary buffers, 'uint8 *' for byte arraysHeikki Linnakangas2025-05-08
* Update Unicode data to Unicode 16.0.0Peter Eisentraut2025-04-03
* pg_upgrade: Add --swap for faster file transfer.Nathan Bossart2025-03-25
* initdb: Add --no-sync-data-files.Nathan Bossart2025-03-25
* Fix headerscheck warning.Jeff Davis2025-03-18
* Optimization for lower(), upper(), casefold() functions.Jeff Davis2025-03-15
* Swap order of extern/static and pg_nodiscardPeter Eisentraut2025-03-14
* pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut2025-03-13
* Change relpath() et al to return path by valueAndres Freund2025-02-25
* Silence warning in older versions of ValgrindJohn Naylor2025-02-24
* Add support for OAUTHBEARER SASL mechanismDaniel Gustafsson2025-02-20
* Show more-intuitive titles for psql commands \dt, \di, etc.Tom Lane2025-02-05
* Revert "Speed up tail processing when hashing aligned C strings, take two"John Naylor2025-01-29
* Add support for Unicode case folding.Jeff Davis2025-01-23
* Be clearer about when jsonapi's need_escapes is neededAndrew Dunstan2025-01-19
* Support Unicode full case mapping and conversion.Jeff Davis2025-01-17
* Add pg_nodiscard decorations to base64 functionsPeter Eisentraut2025-01-17
* Update copyright for 2025Bruce Momjian2025-01-01
* Remove pgrminclude annotationsPeter Eisentraut2024-12-24
* Fix various overflow hazards in date and timestamp functions.Nathan Bossart2024-12-09
* Remove useless casts to (void *)Peter Eisentraut2024-11-28
* jsonapi: add lexer option to keep token ownershipAndrew Dunstan2024-11-27
* Clean up newlines following left parenthesesÁlvaro Herrera2024-11-26
* Unify src/common/'s definitions of MaxAllocSize.Tom Lane2024-10-28
* File size in a backup manifest should use uint64, not size_t.Robert Haas2024-10-02
* common/jsonapi: support libpq as a clientPeter Eisentraut2024-09-11
* Define PG_TBLSPC_DIR for path pg_tblspc/ in data folderMichael Paquier2024-09-03
* Remove support for OpenSSL older than 1.1.0Daniel Gustafsson2024-09-02
* Remove dependence on -fwrapv semantics in a few places.Nathan Bossart2024-08-15
* Make nullSemAction const, add 'const' decorators to related functionsHeikki Linnakangas2024-08-06
* parse_manifest: Use const char *Peter Eisentraut2024-06-21
* jsonapi: Use const char *Peter Eisentraut2024-06-21
* jsonapi: Use size_tPeter Eisentraut2024-06-21
* Harmonize function parameter names for Postgres 17.Peter Geoghegan2024-06-12
* Fix incorrect year in some copyright notices added this yearDavid Rowley2024-05-15
* Pre-beta mechanical code beautification.Tom Lane2024-05-14
* Fix an assortment of typosDavid Rowley2024-05-04
* Fix typos and duplicate wordsDaniel Gustafsson2024-04-18
* Fix some memory leaks associated with parsing json and manifestsAndrew Dunstan2024-04-12
* Speed up tail processing when hashing aligned C strings, take twoJohn Naylor2024-04-06
* Teach fasthash_accum to use platform endianness for bytewise loadsJohn Naylor2024-04-06
* Convert uses of hash_string_pointer to fasthash equivalentJohn Naylor2024-04-06
* Add macro to disable address safety instrumentationJohn Naylor2024-04-06
* Fix incorrect return typeJohn Naylor2024-04-06
* Add support for incrementally parsing backup manifestsAndrew Dunstan2024-04-04