aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
* Add a new WAL summarizer process.Robert Haas2023-12-20
* Remove MSVC scriptsMichael Paquier2023-12-20
* Move src/bin/pg_verifybackup/parse_manifest.c into src/common.Robert Haas2023-12-19
* Provide helper for retrying partial vectored I/O.Thomas Munro2023-12-12
* Shrink Unicode category table.Jeff Davis2023-12-07
* Add CHECK_FOR_INTERRUPTS() in scram_SaltedPassword() for the backendMichael Paquier2023-11-28
* Make ResourceOwners more easily extensible.Heikki Linnakangas2023-11-08
* Remove distprepPeter Eisentraut2023-11-06
* More consistent behavior of GetDataDirectoryCreatePerm on WindowsPeter Eisentraut2023-11-05
* Additional unicode primitive functions.Jeff Davis2023-11-01
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Introduce the concept of read-only StringInfosDavid Rowley2023-10-26
* Improve pglz_decompress's defenses against corrupt compressed data.Tom Lane2023-10-18
* Try to handle torn reads of pg_control in frontend.Thomas Munro2023-10-16
* Restore proper linkage of pg_char_to_encoding() and friends.Tom Lane2023-10-07
* Improve JsonLexContext's freeabilityAlvaro Herrera2023-10-05
* Add function for removing arbitrary nodes in binaryheap.Nathan Bossart2023-09-18
* Make binaryheap available to frontend code.Nathan Bossart2023-09-18
* Update Unicode data to Unicode 15.1.0Peter Eisentraut2023-09-18
* Make Unicode script fit for future versionsPeter Eisentraut2023-09-18
* Add support for syncfs() in frontend support functions.Nathan Bossart2023-09-06
* Avoid memory leak in rmtree() when path cannot be openedMichael Paquier2023-07-31
* Generate automatically code and documentation related to wait eventsMichael Paquier2023-07-05
* meson: Add dependencies to perl modules to various script invocationsAndres Freund2023-06-09
* Fix small overestimation of base64 encoding output length.Tom Lane2023-06-08
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Message style improvementsPeter Eisentraut2023-05-19
* Fix error message wordingsPeter Eisentraut2023-05-17
* Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro2023-04-08
* Support long distance matching for zstd compressionTomas Vondra2023-04-06
* Make SCRAM iteration count configurableDaniel Gustafsson2023-03-27
* Implement find_my_exec()'s path normalization using realpath(3).Tom Lane2023-03-23
* Add SHELL_ERROR and SHELL_EXIT_CODE magic variables to psql.Tom Lane2023-03-21
* Silence pedantic compiler warning introduced in ce340e530d1Andres Freund2023-03-16
* Fix JSON error reporting for many cases of erroneous string values.Tom Lane2023-03-13
* Improve/correct commentsPeter Eisentraut2023-03-09
* meson: don't require 'touch' binary, make use of 'cp' optionalAndres Freund2023-03-07
* Silence -Wmissing-braces complaints in file_utils.cMichael Paquier2023-03-07
* Revise pg_pwrite_zeros()Michael Paquier2023-03-06
* Revert refactoring of restore command code to shell_restore.cMichael Paquier2023-02-06
* Refactor rmtree() to use get_dirent_type().Thomas Munro2023-01-31
* Use appendStringInfoSpaces in more placesDavid Rowley2023-01-20
* Refactor code for restoring files via shell commandsMichael Paquier2023-01-18
* Code cleanupPeter Eisentraut2023-01-12
* Common function for percent placeholder replacementPeter Eisentraut2023-01-11
* Invent random_normal() to provide normally-distributed random numbers.Tom Lane2023-01-09
* Update copyright for 2023Bruce Momjian2023-01-02
* Change argument of appendBinaryStringInfo from char * to void *Peter Eisentraut2022-12-30
* Reorder some object files in makefilesPeter Eisentraut2022-12-28
* Add copyright notices to meson filesAndrew Dunstan2022-12-20