Commit Graph

305 Commits (0e87dfe46443286e630e9bcbc0c39a39c2c2cbb2)

Author SHA1 Message Date
Andres Freund e5555657ba meson: Add support for building with precompiled headers 3 years ago
Alvaro Herrera d84a7b290f
Change some errdetail() to errdetail_internal() 3 years ago
Robert Haas a448e49bcb Revert 56-bit relfilenode change and follow-up commits. 3 years ago
Robert Haas 05d4cbf9b6 Increase width of RelFileNumbers from 32 bits to 56 bits. 3 years ago
Peter Eisentraut 26f7802beb Message style improvements 3 years ago
Michael Paquier 18ac08f0b4 Use min/max bounds defined by Zstd for compression level 3 years ago
Andres Freund e6927270cd meson: Add initial version of meson based build system 3 years ago
Michael Paquier f352e2d08a Simplify handling of compression level with compression specifications 3 years ago
Peter Eisentraut 45b1a67a0f pg_clean_ascii(): escape bytes rather than lose them 3 years ago
John Naylor 0bd9c62973 Treat Unicode codepoints of category "Format" as non-spacing 3 years ago
Peter Eisentraut 5015e1e1b5 Assorted examples of expanded type-safer palloc/pg_malloc API 3 years ago
Michael Paquier 47bd0b3fa6 Replace load of functions by direct calls for some WIN32 3 years ago
John Naylor 0a8de93a48 Speed up lexing of long JSON strings 3 years ago
Tom Lane 7fed801135 Clean up inconsistent use of fflush(). 3 years ago
John Naylor 121d2d3d70 Use SSE2 in is_valid_ascii() where available. 3 years ago
Thomas Munro c981879814 Don't bother to set sockaddr_un.sun_len. 3 years ago
Thomas Munro 64ef572c06 Remove configure probes for sockaddr_storage members. 3 years ago
Thomas Munro 2492fe49dc Remove configure probe for netinet/tcp.h. 3 years ago
Thomas Munro f558088285 Remove HAVE_UNIX_SOCKETS. 3 years ago
Thomas Munro 5fc88c5d53 Replace pgwin32_is_junction() with lstat(). 3 years ago
Thomas Munro 2b1f580ee2 Remove configure probes for symlink/readlink, and dead code. 3 years ago
Thomas Munro 4fc6b6eefc Fix get_dirent_type() for symlinks on MinGW/MSYS. 3 years ago
Andres Freund c8a9246e09 Add output directory argument to generate-unicode_norm_table.pl 4 years ago
Peter Eisentraut 9fd45870c1 Replace many MemSet calls with struct initialization 4 years ago
Tom Lane 920072339f Improve error reporting from validate_exec(). 4 years ago
John Naylor d3117fc1a3 Fix out-of-bounds read in json_lex_string 4 years ago
John Naylor 3838fa269c Build de-escaped JSON strings in larger chunks during lexing 4 years ago
John Naylor 3de359f18f Simplify json lexing state 4 years ago
Robert Haas b0a55e4329 Change internal RelFileNode references to RelFileNumber or RelFileLocator. 4 years ago
Peter Eisentraut 02c408e21a Remove redundant null pointer checks before free() 4 years ago
Peter Eisentraut a8cca6026e logging: Also add the command prefix to detail and hint messages 4 years ago
Tom Lane 23e7b38bfe Pre-beta mechanical code beautification. 4 years ago
Daniel Gustafsson 17ec5fa502 Clear the OpenSSL error queue before cryptohash operations 4 years ago
Andrew Dunstan b787c554c2 Inhibit mingw CRT's auto-globbing of command line arguments 4 years ago
Tom Lane 587de223f0 Add missing error handling in pg_md5_hash(). 4 years ago
Alvaro Herrera 24d2b2680a
Remove extraneous blank lines before block-closing braces 4 years ago
Tom Lane 2c9381840f Remove not-very-useful early checks of __pg_log_level in logging.h. 4 years ago
Michael Paquier a4b57543ac Rename backup_compression.{c,h} to compression.{c,h} 4 years ago
Peter Eisentraut c215cc7b61 Add color support for new frontend detail/hint messages 4 years ago
Tom Lane 9a374b77fb Improve frontend error logging style. 4 years ago
Robert Haas 8e053dc6df Fix possible NULL-pointer-deference in backup_compression.c. 4 years ago
Robert Haas 51c0d186d9 Allow parallel zstd compression when taking a base backup. 4 years ago
Peter Eisentraut c64fb698d0 Make update-unicode target work in vpath builds 4 years ago
Robert Haas 68d8f9bfb2 In get_bc_algorithm_name, add a dummy return statement. 4 years ago
Robert Haas ffd53659c4 Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL. 4 years ago
John Naylor 4b35408f1e Use bitwise rotate functions in more places 4 years ago
Tom Lane 291ec6e45e Suppress integer-overflow compiler warning for inconsistent sun_len. 4 years ago
John Naylor d3f45323bb Improve code clarity in epilogue of UTF-8 verification fast path 4 years ago
Michael Paquier 5513dc6a30 Improve error handling of HMAC computations 4 years ago
Michael Paquier 87f29f4fcc Fix incorrect comments in hmac.c and hmac_openssl.c 4 years ago