aboutsummaryrefslogtreecommitdiff
path: root/src/include/common
Commit message (Expand)AuthorAge
* Fix corner-case 64-bit integer subtraction bug on some platforms.Dean Rasheed2023-11-09
* Remove stray mid-sentence tabs in commentsPeter Eisentraut2023-05-19
* Support long distance matching for zstd compressionTomas Vondra2023-04-06
* Make SCRAM iteration count configurableDaniel Gustafsson2023-03-27
* Revise pg_pwrite_zeros()Michael Paquier2023-03-06
* Introduce a generic pg_dump compression APITomas Vondra2023-02-23
* Revert refactoring of restore command code to shell_restore.cMichael Paquier2023-02-06
* Refactor code for restoring files via shell commandsMichael Paquier2023-01-18
* 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
* Remove hardcoded dependency to cryptohash type in the internals of SCRAMMichael Paquier2022-12-20
* Static assertions cleanupPeter Eisentraut2022-12-15
* Remove SHA256_HMAC_B from scram-common.hMichael Paquier2022-12-14
* 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
* Refactor code parsing compression option values (-Z/--compress)Michael Paquier2022-11-30
* Introduce pg_pwrite_zeros() in fileutils.cMichael Paquier2022-11-08
* Move pg_pwritev_with_retry() to src/common/file_utils.cMichael Paquier2022-10-27
* Mark sigint_interrupt_enabled as sig_atomic_tMichael Paquier2022-09-29
* 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
* Move RelFileNumber declarations to common/relpath.h.Robert Haas2022-09-27
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20
* Update Unicode data to Unicode 15.0.0Peter Eisentraut2022-09-19
* 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
* Expand palloc/pg_malloc API for more type safetyPeter Eisentraut2022-09-12
* Remove replacement code for getaddrinfo.Thomas Munro2022-08-14
* Fix mismatched file identificationsJohn Naylor2022-08-09
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Remove PGDLLIMPORT marker from __pg_log_levelMichael Paquier2022-05-13
* Add some missing PGDLLIMPORT markingsMichael Paquier2022-05-12
* Remove not-very-useful early checks of __pg_log_level in logging.h.Tom Lane2022-04-12
* Rename backup_compression.{c,h} to compression.{c,h}Michael Paquier2022-04-12
* Improve frontend error logging style.Tom Lane2022-04-08
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-08
* Allow parallel zstd compression when taking a base backup.Robert Haas2022-03-30
* Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL.Robert Haas2022-03-23
* Remove IS_AF_UNIX macroPeter Eisentraut2022-02-15
* Improve error handling of HMAC computationsMichael Paquier2022-01-13
* Improve error handling of cryptohash computationsMichael Paquier2022-01-11
* Update copyright for 2022Bruce Momjian2022-01-07
* Simplify declaring variables exported from libpgcommon and libpgport.Tom Lane2021-11-29
* Portability hack for pg_global_prng_state.Tom Lane2021-11-29
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-28
* Provide a variant of simple_prompt() that can be interrupted by ^C.Tom Lane2021-11-17
* Update Unicode data to Unicode 14.0.0Peter Eisentraut2021-09-15
* Extend collection of Unicode combining characters to beyond the BMPJohn Naylor2021-08-26