Commit Graph

247 Commits (b1ffe3ff0b7ed87b34ae0fc6eba71bf032e41b59)

Author SHA1 Message Date
Peter Eisentraut 02bbc3c83a parse_manifest: Use const char * 2 years ago
Peter Eisentraut 15cd9a3881 jsonapi: Use const char * 2 years ago
Peter Eisentraut 0b06bf9fa9 jsonapi: Use size_t 2 years ago
Peter Geoghegan 6207f08f70 Harmonize function parameter names for Postgres 17. 2 years ago
David Rowley 8cb653b245 Fix incorrect year in some copyright notices added this year 2 years ago
Tom Lane da256a4a7f Pre-beta mechanical code beautification. 2 years ago
David Rowley a42fc1c903 Fix an assortment of typos 2 years ago
Daniel Gustafsson 950d4a2cb1 Fix typos and duplicate words 2 years ago
Andrew Dunstan 661ab4e185 Fix some memory leaks associated with parsing json and manifests 2 years ago
John Naylor a365d9e2e8 Speed up tail processing when hashing aligned C strings, take two 2 years ago
John Naylor 0c25fee359 Teach fasthash_accum to use platform endianness for bytewise loads 2 years ago
John Naylor f956ecd035 Convert uses of hash_string_pointer to fasthash equivalent 2 years ago
John Naylor db17594ad7 Add macro to disable address safety instrumentation 2 years ago
John Naylor 4b968e2027 Fix incorrect return type 2 years ago
Andrew Dunstan ea7b4e9a2a Add support for incrementally parsing backup manifests 2 years ago
Andrew Dunstan 3311ea86ed Introduce a non-recursive JSON parser 2 years ago
John Naylor f4ad0021af Revert "Speed up tail processing when hashing aligned C strings" 2 years ago
John Naylor 07f0f6abfc Speed up tail processing when hashing aligned C strings 2 years ago
Jeff Davis 46e5441fa5 Add unicode_strtitle() for Unicode Default Case Conversion. 2 years ago
Dean Rasheed e6341323a8 Add functions to generate random numbers in a specified range. 2 years ago
Daniel Gustafsson d6607016c7 Support json_errdetail in FRONTEND code 2 years ago
Robert Haas 2041bc4276 Add the system identifier to backup manifests. 2 years ago
Robert Haas dbfc447165 Expose new function get_controlfile_by_exact_path(). 2 years ago
Jeff Davis 33ee2550d3 Fix type signedness error in commit 5c40364dd6. 2 years ago
Jeff Davis 5c40364dd6 Unicode case mapping tables and functions. 2 years ago
Jeff Davis ad49994538 Add Unicode property tables. 2 years ago
Heikki Linnakangas 024c521117 Replace BackendIds with 0-based ProcNumbers 2 years ago
Nathan Bossart 6b80394781 Introduce overflow-safe integer comparison functions. 2 years ago
John Naylor 2579985086 Fix warnings in cpluspluscheck 2 years ago
John Naylor b83033c3cf Further cosmetic review of hashfn_unstable.h 2 years ago
John Naylor 9ed3ee5001 Simplify initialization of incremental hash state 2 years ago
John Naylor dd0a0cfc81 Fixed misspelled byteswap function for big endian machines 2 years ago
John Naylor 0aba255440 Add optimized C string hashing 2 years ago
John Naylor e97b672c88 Add inline incremental hash functions for in-memory use 2 years ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Robert Haas 174c480508 Add a new WAL summarizer process. 2 years ago
Robert Haas aafc07c7a1 Move src/bin/pg_verifybackup/parse_manifest.c into src/common. 2 years ago
Thomas Munro 0c6be59f5e Provide helper for retrying partial vectored I/O. 2 years ago
Jeff Davis 719b342d36 Shrink Unicode category table. 2 years ago
Dean Rasheed 0e3e8fbd3a Fix corner-case 64-bit integer subtraction bug on some platforms. 2 years ago
Heikki Linnakangas 954e43564d Use a faster hash function in resource owners. 2 years ago
Jeff Davis a02b37fc08 Additional unicode primitive functions. 2 years ago
Peter Eisentraut 611806cd72 Add trailing commas to enum definitions 2 years ago
Alvaro Herrera 1c99cde2f3
Improve JsonLexContext's freeability 2 years ago
Peter Eisentraut 9d17e5f16f Update Unicode data to Unicode 15.1.0 2 years ago
Nathan Bossart cccc6cdeb3 Add support for syncfs() in frontend support functions. 2 years ago
Nathan Bossart 3ed1956719 Make enum for sync methods available to frontend code. 2 years ago
Nathan Bossart f39b265808 Move PG_TEMP_FILE* macros to file_utils.h. 2 years ago
Peter Eisentraut 803b4a26ca Remove stray mid-sentence tabs in comments 3 years ago
Tomas Vondra 2820adf775 Support long distance matching for zstd compression 3 years ago