summaryrefslogtreecommitdiff
path: root/src/include/common
Commit message (Expand)AuthorAgeFilesLines
* Support long distance matching for zstd compressionTomas Vondra2023-04-061-0/+2
* Make SCRAM iteration count configurableDaniel Gustafsson2023-03-271-1/+1
* Revise pg_pwrite_zeros()Michael Paquier2023-03-061-1/+1
* Introduce a generic pg_dump compression APITomas Vondra2023-02-231-0/+4
* Revert refactoring of restore command code to shell_restore.cMichael Paquier2023-02-061-0/+21
* Refactor code for restoring files via shell commandsMichael Paquier2023-01-181-21/+0
* Common function for percent placeholder replacementPeter Eisentraut2023-01-111-0/+18
* Invent random_normal() to provide normally-distributed random numbers.Tom Lane2023-01-091-0/+1
* Update copyright for 2023Bruce Momjian2023-01-0236-36/+36
* Remove hardcoded dependency to cryptohash type in the internals of SCRAMMichael Paquier2022-12-201-10/+21
* Static assertions cleanupPeter Eisentraut2022-12-151-1/+1
* Remove SHA256_HMAC_B from scram-common.hMichael Paquier2022-12-141-3/+0
* Convert json_in and jsonb_in to report errors softly.Tom Lane2022-12-111-0/+1
* Change JsonSemAction to allow non-throw error reporting.Tom Lane2022-12-111-7/+14
* Refactor code parsing compression option values (-Z/--compress)Michael Paquier2022-11-301-0/+2
* Introduce pg_pwrite_zeros() in fileutils.cMichael Paquier2022-11-081-0/+2
* Move pg_pwritev_with_retry() to src/common/file_utils.cMichael Paquier2022-10-271-0/+7
* Mark sigint_interrupt_enabled as sig_atomic_tMichael Paquier2022-09-291-1/+3
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-281-5/+2
* Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas2022-09-271-2/+5
* Move RelFileNumber declarations to common/relpath.h.Robert Haas2022-09-271-0/+7
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-203-4/+4
* Update Unicode data to Unicode 15.0.0Peter Eisentraut2022-09-195-2268/+2444
* Simplify handling of compression level with compression specificationsMichael Paquier2022-09-141-2/+1
* pg_clean_ascii(): escape bytes rather than lose themPeter Eisentraut2022-09-131-1/+1
* Treat Unicode codepoints of category "Format" as non-spacingJohn Naylor2022-09-131-12/+21
* Expand palloc/pg_malloc API for more type safetyPeter Eisentraut2022-09-121-0/+28
* Remove replacement code for getaddrinfo.Thomas Munro2022-08-141-1/+3
* Fix mismatched file identificationsJohn Naylor2022-08-091-1/+1
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-061-12/+12
* Remove PGDLLIMPORT marker from __pg_log_levelMichael Paquier2022-05-131-1/+1
* Add some missing PGDLLIMPORT markingsMichael Paquier2022-05-121-1/+1
* Remove not-very-useful early checks of __pg_log_level in logging.h.Tom Lane2022-04-121-38/+19
* Rename backup_compression.{c,h} to compression.{c,h}Michael Paquier2022-04-122-46/+46
* Improve frontend error logging style.Tom Lane2022-04-081-18/+97
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-085-8/+8
* Allow parallel zstd compression when taking a base backup.Robert Haas2022-03-301-0/+2
* Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL.Robert Haas2022-03-231-0/+44
* Remove IS_AF_UNIX macroPeter Eisentraut2022-02-151-6/+0
* Improve error handling of HMAC computationsMichael Paquier2022-01-132-5/+10
* Improve error handling of cryptohash computationsMichael Paquier2022-01-112-3/+7
* Update copyright for 2022Bruce Momjian2022-01-0735-35/+35
* Simplify declaring variables exported from libpgcommon and libpgport.Tom Lane2021-11-292-10/+0
* Portability hack for pg_global_prng_state.Tom Lane2021-11-291-0/+4
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-281-0/+60
* Provide a variant of simple_prompt() that can be interrupted by ^C.Tom Lane2021-11-171-2/+13
* Update Unicode data to Unicode 14.0.0Peter Eisentraut2021-09-155-3208/+3426
* Extend collection of Unicode combining characters to beyond the BMPJohn Naylor2021-08-261-0/+102
* Update display widths as part of updating UnicodeJohn Naylor2021-08-261-0/+120
* Revert "Rename unicode_combining_table to unicode_width_table"John Naylor2021-08-261-1/+1