summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2022-12-07meson: Add basic PGXS compatibilityAndres Freund
2022-11-30Refactor code parsing compression option values (-Z/--compress)Michael Paquier
2022-11-15Check return value of pclose() correctlyPeter Eisentraut
2022-11-08Introduce pg_pwrite_zeros() in fileutils.cMichael Paquier
2022-10-28Remove AssertArg and AssertStatePeter Eisentraut
2022-10-27Move pg_pwritev_with_retry() to src/common/file_utils.cMichael Paquier
2022-10-07meson: Add support for building with precompiled headersAndres Freund
2022-09-28Change some errdetail() to errdetail_internal()Alvaro Herrera
2022-09-28Revert 56-bit relfilenode change and follow-up commits.Robert Haas
2022-09-27Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas
2022-09-24Message style improvementsPeter Eisentraut
2022-09-22Use min/max bounds defined by Zstd for compression levelMichael Paquier
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-14Simplify handling of compression level with compression specificationsMichael Paquier
2022-09-13pg_clean_ascii(): escape bytes rather than lose themPeter Eisentraut
2022-09-13Treat Unicode codepoints of category "Format" as non-spacingJohn Naylor
2022-09-12Assorted examples of expanded type-safer palloc/pg_malloc APIPeter Eisentraut
2022-09-09Replace load of functions by direct calls for some WIN32Michael Paquier
2022-09-02Speed up lexing of long JSON stringsJohn Naylor
2022-08-29Clean up inconsistent use of fflush().Tom Lane
2022-08-26Use SSE2 in is_valid_ascii() where available.John Naylor
2022-08-23Don't bother to set sockaddr_un.sun_len.Thomas Munro
2022-08-22Remove configure probes for sockaddr_storage members.Thomas Munro
2022-08-18Remove configure probe for netinet/tcp.h.Thomas Munro
2022-08-13Remove HAVE_UNIX_SOCKETS.Thomas Munro
2022-08-06Replace pgwin32_is_junction() with lstat().Thomas Munro
2022-08-04Remove configure probes for symlink/readlink, and dead code.Thomas Munro
2022-07-28Fix get_dirent_type() for symlinks on MinGW/MSYS.Thomas Munro
2022-07-18Add output directory argument to generate-unicode_norm_table.plAndres Freund
2022-07-16Replace many MemSet calls with struct initializationPeter Eisentraut
2022-07-12Improve error reporting from validate_exec().Tom Lane
2022-07-12Fix out-of-bounds read in json_lex_stringJohn Naylor
2022-07-11Build de-escaped JSON strings in larger chunks during lexingJohn Naylor
2022-07-08Simplify json lexing stateJohn Naylor
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-07-03Remove redundant null pointer checks before free()Peter Eisentraut
2022-05-30logging: Also add the command prefix to detail and hint messagesPeter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-06Clear the OpenSSL error queue before cryptohash operationsDaniel Gustafsson
2022-04-25Inhibit mingw CRT's auto-globbing of command line argumentsAndrew Dunstan
2022-04-19Add missing error handling in pg_md5_hash().Tom Lane
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-04-12Remove not-very-useful early checks of __pg_log_level in logging.h.Tom Lane
2022-04-12Rename backup_compression.{c,h} to compression.{c,h}Michael Paquier
2022-04-11Add color support for new frontend detail/hint messagesPeter Eisentraut
2022-04-08Improve frontend error logging style.Tom Lane
2022-03-30Fix possible NULL-pointer-deference in backup_compression.c.Robert Haas
2022-03-30Allow parallel zstd compression when taking a base backup.Robert Haas
2022-03-25Make update-unicode target work in vpath buildsPeter Eisentraut
2022-03-23In get_bc_algorithm_name, add a dummy return statement.Robert Haas