summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
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
2023-01-18Refactor code for restoring files via shell commandsMichael Paquier
2023-01-12Code cleanupPeter Eisentraut
2023-01-11Common function for percent placeholder replacementPeter Eisentraut
2023-01-09Invent random_normal() to provide normally-distributed random numbers.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-30Change argument of appendBinaryStringInfo from char * to void *Peter Eisentraut
2022-12-28Reorder some object files in makefilesPeter Eisentraut
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-19Remove hardcoded dependency to cryptohash type in the internals of SCRAMMichael Paquier
2022-12-15Static assertions cleanupPeter Eisentraut
2022-12-11Convert json_in and jsonb_in to report errors softly.Tom Lane
2022-12-11Change JsonSemAction to allow non-throw error reporting.Tom Lane
2022-12-07meson: Add basic PGXS compatibilityAndres Freund
2022-11-30Refactor code parsing compression option values (-Z/--compress)Michael Paquier