aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
* Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas2024-03-03
* Simplify pg_enc2gettext_tbl[] with C99-designated initializer syntaxMichael Paquier2024-03-01
* Use C99-designated initializer syntax for arrays related to encodingsMichael Paquier2024-02-29
* Use C99-designated initializer syntax for more arraysMichael Paquier2024-02-28
* Refactor pipe_read_line to return the full lineDaniel Gustafsson2024-02-09
* Move is_valid_ascii() to ascii.h.Nathan Bossart2024-01-29
* Cleanup for unicode-update build target and test.Jeff Davis2024-01-11
* Repair various defects in dc212340058b4e7ecfc5a7a81ec50e7a207bf288.Robert Haas2024-01-11
* Update copyright for 2024Bruce Momjian2024-01-03
* Make all Perl warnings fatalPeter Eisentraut2023-12-29
* Fix erroneous -Werror=missing-braces on old GCC.Tom Lane2023-12-24
* Fix numerous typos in incremental backup commits.Robert Haas2023-12-21
* 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