Commit Graph

374 Commits (bcdfa5f2e2f274caeed20b2f986012a9cb6a259c)

Author SHA1 Message Date
Michael Paquier afd8ef3909 Use C99-designated initializer syntax for more arrays 2 years ago
Daniel Gustafsson 5c7038d70b Refactor pipe_read_line to return the full line 2 years ago
Nathan Bossart 97287bdfae Move is_valid_ascii() to ascii.h. 2 years ago
Jeff Davis cf64d4e99f Cleanup for unicode-update build target and test. 2 years ago
Robert Haas 3d5c332a3d Repair various defects in dc21234005. 2 years ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Peter Eisentraut c538592959 Make all Perl warnings fatal 2 years ago
Tom Lane bad0763a4d Fix erroneous -Werror=missing-braces on old GCC. 2 years ago
Robert Haas 49f2194ed5 Fix numerous typos in incremental backup commits. 2 years ago
Robert Haas 174c480508 Add a new WAL summarizer process. 2 years ago
Michael Paquier 1301c80b21 Remove MSVC scripts 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
Michael Paquier 14f2f9eb1a Add CHECK_FOR_INTERRUPTS() in scram_SaltedPassword() for the backend 2 years ago
Heikki Linnakangas b8bff07daa Make ResourceOwners more easily extensible. 2 years ago
Peter Eisentraut 721856ff24 Remove distprep 2 years ago
Peter Eisentraut 2c7c6c417f More consistent behavior of GetDataDirectoryCreatePerm on Windows 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
David Rowley f0efa5aec1 Introduce the concept of read-only StringInfos 2 years ago
Tom Lane 9b103f861e Improve pglz_decompress's defenses against corrupt compressed data. 2 years ago
Thomas Munro 63a582222c Try to handle torn reads of pg_control in frontend. 2 years ago
Tom Lane b6c7cfac88 Restore proper linkage of pg_char_to_encoding() and friends. 2 years ago
Alvaro Herrera 1c99cde2f3
Improve JsonLexContext's freeability 2 years ago
Nathan Bossart c103d07381 Add function for removing arbitrary nodes in binaryheap. 2 years ago
Nathan Bossart 5af0263afd Make binaryheap available to frontend code. 2 years ago
Peter Eisentraut 9d17e5f16f Update Unicode data to Unicode 15.1.0 2 years ago
Peter Eisentraut 5c08927d36 Make Unicode script fit for future versions 2 years ago
Nathan Bossart cccc6cdeb3 Add support for syncfs() in frontend support functions. 2 years ago
Michael Paquier f1e9f6bbfa Avoid memory leak in rmtree() when path cannot be opened 2 years ago
Michael Paquier fa88928470 Generate automatically code and documentation related to wait events 3 years ago
Andres Freund a1cd982098 meson: Add dependencies to perl modules to various script invocations 3 years ago
Tom Lane d98ed080bb Fix small overestimation of base64 encoding output length. 3 years ago
Tom Lane 0245f8db36 Pre-beta mechanical code beautification. 3 years ago
Peter Eisentraut 8e7912e73d Message style improvements 3 years ago
Peter Eisentraut 009bd237bf Fix error message wordings 3 years ago
Thomas Munro faeedbcefd Introduce PG_IO_ALIGN_SIZE and align all I/O buffers. 3 years ago
Tomas Vondra 2820adf775 Support long distance matching for zstd compression 3 years ago
Daniel Gustafsson b577743000 Make SCRAM iteration count configurable 3 years ago
Tom Lane 11a0a8b529 Implement find_my_exec()'s path normalization using realpath(3). 3 years ago
Tom Lane b0d8f2d983 Add SHELL_ERROR and SHELL_EXIT_CODE magic variables to psql. 3 years ago
Andres Freund 2b7259f855 Silence pedantic compiler warning introduced in ce340e530d 3 years ago
Tom Lane 25a7812cd0 Fix JSON error reporting for many cases of erroneous string values. 3 years ago
Peter Eisentraut 36ea345f8f Improve/correct comments 3 years ago
Andres Freund 401874ab02 meson: don't require 'touch' binary, make use of 'cp' optional 3 years ago
Michael Paquier d937904cce Silence -Wmissing-braces complaints in file_utils.c 3 years ago
Michael Paquier ce340e530d Revise pg_pwrite_zeros() 3 years ago
Michael Paquier 2f6e15ac93 Revert refactoring of restore command code to shell_restore.c 3 years ago
Thomas Munro 54e72b66ed Refactor rmtree() to use get_dirent_type(). 3 years ago