summaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
* Silence pedantic compiler warning introduced in ce340e530d1Andres Freund2023-03-161-1/+1
* Fix JSON error reporting for many cases of erroneous string values.Tom Lane2023-03-131-29/+47
* Improve/correct commentsPeter Eisentraut2023-03-091-8/+3
* meson: don't require 'touch' binary, make use of 'cp' optionalAndres Freund2023-03-071-2/+2
* Silence -Wmissing-braces complaints in file_utils.cMichael Paquier2023-03-071-1/+1
* Revise pg_pwrite_zeros()Michael Paquier2023-03-061-41/+21
* Revert refactoring of restore command code to shell_restore.cMichael Paquier2023-02-063-0/+62
* Refactor rmtree() to use get_dirent_type().Thomas Munro2023-01-311-56/+64
* Use appendStringInfoSpaces in more placesDavid Rowley2023-01-201-2/+2
* Refactor code for restoring files via shell commandsMichael Paquier2023-01-183-62/+0
* Code cleanupPeter Eisentraut2023-01-121-1/+1
* Common function for percent placeholder replacementPeter Eisentraut2023-01-114-73/+151
* Invent random_normal() to provide normally-distributed random numbers.Tom Lane2023-01-091-1/+36
* Update copyright for 2023Bruce Momjian2023-01-0260-63/+63
* Change argument of appendBinaryStringInfo from char * to void *Peter Eisentraut2022-12-301-2/+2
* Reorder some object files in makefilesPeter Eisentraut2022-12-281-2/+2
* Add copyright notices to meson filesAndrew Dunstan2022-12-202-0/+4
* Remove hardcoded dependency to cryptohash type in the internals of SCRAMMichael Paquier2022-12-201-36/+48
* Static assertions cleanupPeter Eisentraut2022-12-153-16/+8
* Convert json_in and jsonb_in to report errors softly.Tom Lane2022-12-111-8/+9
* Change JsonSemAction to allow non-throw error reporting.Tom Lane2022-12-111-11/+46
* meson: Add basic PGXS compatibilityAndres Freund2022-12-061-3/+1
* Refactor code parsing compression option values (-Z/--compress)Michael Paquier2022-11-301-0/+63
* Check return value of pclose() correctlyPeter Eisentraut2022-11-151-2/+12
* Introduce pg_pwrite_zeros() in fileutils.cMichael Paquier2022-11-081-0/+73
* Remove AssertArg and AssertStatePeter Eisentraut2022-10-282-2/+2
* Move pg_pwritev_with_retry() to src/common/file_utils.cMichael Paquier2022-10-271-0/+67
* meson: Add support for building with precompiled headersAndres Freund2022-10-061-0/+2
* Change some errdetail() to errdetail_internal()Alvaro Herrera2022-09-281-2/+2
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-281-10/+10
* Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas2022-09-271-10/+10
* Message style improvementsPeter Eisentraut2022-09-241-1/+1
* Use min/max bounds defined by Zstd for compression levelMichael Paquier2022-09-221-1/+2
* meson: Add initial version of meson based build systemAndres Freund2022-09-212-0/+280
* Simplify handling of compression level with compression specificationsMichael Paquier2022-09-141-21/+84
* pg_clean_ascii(): escape bytes rather than lose themPeter Eisentraut2022-09-131-9/+43
* Treat Unicode codepoints of category "Format" as non-spacingJohn Naylor2022-09-133-11/+13
* Assorted examples of expanded type-safer palloc/pg_malloc APIPeter Eisentraut2022-09-122-2/+2
* Replace load of functions by direct calls for some WIN32Michael Paquier2022-09-091-32/+7
* Speed up lexing of long JSON stringsJohn Naylor2022-09-021-3/+10
* Clean up inconsistent use of fflush().Tom Lane2022-08-291-3/+1
* Use SSE2 in is_valid_ascii() where available.John Naylor2022-08-261-3/+4
* Don't bother to set sockaddr_un.sun_len.Thomas Munro2022-08-241-14/+0
* Remove configure probes for sockaddr_storage members.Thomas Munro2022-08-221-1/+1
* Remove configure probe for netinet/tcp.h.Thomas Munro2022-08-181-2/+0
* Remove HAVE_UNIX_SOCKETS.Thomas Munro2022-08-141-11/+0
* Replace pgwin32_is_junction() with lstat().Thomas Munro2022-08-061-23/+0
* Remove configure probes for symlink/readlink, and dead code.Thomas Munro2022-08-051-0/+4
* Fix get_dirent_type() for symlinks on MinGW/MSYS.Thomas Munro2022-07-281-0/+16
* Add output directory argument to generate-unicode_norm_table.plAndres Freund2022-07-181-6/+13