aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
* 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
* 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
* Remove hardcoded dependency to cryptohash type in the internals of SCRAMMichael Paquier2022-12-20
* Static assertions cleanupPeter Eisentraut2022-12-15
* Convert json_in and jsonb_in to report errors softly.Tom Lane2022-12-11
* Change JsonSemAction to allow non-throw error reporting.Tom Lane2022-12-11
* meson: Add basic PGXS compatibilityAndres Freund2022-12-06
* Refactor code parsing compression option values (-Z/--compress)Michael Paquier2022-11-30
* Check return value of pclose() correctlyPeter Eisentraut2022-11-15
* Introduce pg_pwrite_zeros() in fileutils.cMichael Paquier2022-11-08
* Remove AssertArg and AssertStatePeter Eisentraut2022-10-28
* Move pg_pwritev_with_retry() to src/common/file_utils.cMichael Paquier2022-10-27
* meson: Add support for building with precompiled headersAndres Freund2022-10-06
* Change some errdetail() to errdetail_internal()Alvaro Herrera2022-09-28
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-28
* Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas2022-09-27
* Message style improvementsPeter Eisentraut2022-09-24
* Use min/max bounds defined by Zstd for compression levelMichael Paquier2022-09-22
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* Simplify handling of compression level with compression specificationsMichael Paquier2022-09-14
* pg_clean_ascii(): escape bytes rather than lose themPeter Eisentraut2022-09-13
* Treat Unicode codepoints of category "Format" as non-spacingJohn Naylor2022-09-13
* Assorted examples of expanded type-safer palloc/pg_malloc APIPeter Eisentraut2022-09-12