summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2024-02-09Refactor pipe_read_line to return the full lineDaniel Gustafsson
2024-01-29Move is_valid_ascii() to ascii.h.Nathan Bossart
2024-01-11Cleanup for unicode-update build target and test.Jeff Davis
2024-01-11Repair various defects in dc212340058b4e7ecfc5a7a81ec50e7a207bf288.Robert Haas
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-12-25Fix erroneous -Werror=missing-braces on old GCC.Tom Lane
2023-12-21Fix numerous typos in incremental backup commits.Robert Haas
2023-12-20Add a new WAL summarizer process.Robert Haas
2023-12-20Remove MSVC scriptsMichael Paquier
2023-12-19Move src/bin/pg_verifybackup/parse_manifest.c into src/common.Robert Haas
2023-12-11Provide helper for retrying partial vectored I/O.Thomas Munro
2023-12-07Shrink Unicode category table.Jeff Davis
2023-11-27Add CHECK_FOR_INTERRUPTS() in scram_SaltedPassword() for the backendMichael Paquier
2023-11-08Make ResourceOwners more easily extensible.Heikki Linnakangas
2023-11-06Remove distprepPeter Eisentraut
2023-11-05More consistent behavior of GetDataDirectoryCreatePerm on WindowsPeter Eisentraut
2023-11-02Additional unicode primitive functions.Jeff Davis
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-10-26Introduce the concept of read-only StringInfosDavid Rowley
2023-10-19Improve pglz_decompress's defenses against corrupt compressed data.Tom Lane
2023-10-16Try to handle torn reads of pg_control in frontend.Thomas Munro
2023-10-07Restore proper linkage of pg_char_to_encoding() and friends.Tom Lane
2023-10-05Improve JsonLexContext's freeabilityAlvaro Herrera
2023-09-18Add function for removing arbitrary nodes in binaryheap.Nathan Bossart
2023-09-18Make binaryheap available to frontend code.Nathan Bossart
2023-09-18Update Unicode data to Unicode 15.1.0Peter Eisentraut
2023-09-18Make Unicode script fit for future versionsPeter Eisentraut
2023-09-06Add support for syncfs() in frontend support functions.Nathan Bossart
2023-07-31Avoid memory leak in rmtree() when path cannot be openedMichael Paquier
2023-07-05Generate automatically code and documentation related to wait eventsMichael Paquier
2023-06-10meson: Add dependencies to perl modules to various script invocationsAndres Freund
2023-06-08Fix small overestimation of base64 encoding output length.Tom Lane
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-19Message style improvementsPeter Eisentraut
2023-05-17Fix error message wordingsPeter Eisentraut
2023-04-08Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro
2023-04-06Support long distance matching for zstd compressionTomas Vondra
2023-03-27Make SCRAM iteration count configurableDaniel Gustafsson
2023-03-23Implement find_my_exec()'s path normalization using realpath(3).Tom Lane
2023-03-21Add SHELL_ERROR and SHELL_EXIT_CODE magic variables to psql.Tom Lane
2023-03-16Silence pedantic compiler warning introduced in ce340e530d1Andres Freund
2023-03-13Fix JSON error reporting for many cases of erroneous string values.Tom Lane
2023-03-09Improve/correct commentsPeter Eisentraut
2023-03-08meson: don't require 'touch' binary, make use of 'cp' optionalAndres Freund
2023-03-06Silence -Wmissing-braces complaints in file_utils.cMichael Paquier
2023-03-06Revise pg_pwrite_zeros()Michael Paquier
2023-02-05Revert refactoring of restore command code to shell_restore.cMichael Paquier
2023-01-31Refactor rmtree() to use get_dirent_type().Thomas Munro
2023-01-20Use appendStringInfoSpaces in more placesDavid Rowley