aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
* 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
* Replace load of functions by direct calls for some WIN32Michael Paquier2022-09-09
* Speed up lexing of long JSON stringsJohn Naylor2022-09-02
* Clean up inconsistent use of fflush().Tom Lane2022-08-29
* Use SSE2 in is_valid_ascii() where available.John Naylor2022-08-26
* Don't bother to set sockaddr_un.sun_len.Thomas Munro2022-08-24
* Remove configure probes for sockaddr_storage members.Thomas Munro2022-08-22
* Remove configure probe for netinet/tcp.h.Thomas Munro2022-08-18
* Remove HAVE_UNIX_SOCKETS.Thomas Munro2022-08-14
* Replace pgwin32_is_junction() with lstat().Thomas Munro2022-08-06
* Remove configure probes for symlink/readlink, and dead code.Thomas Munro2022-08-05
* Fix get_dirent_type() for symlinks on MinGW/MSYS.Thomas Munro2022-07-28
* Add output directory argument to generate-unicode_norm_table.plAndres Freund2022-07-18
* Replace many MemSet calls with struct initializationPeter Eisentraut2022-07-16
* Improve error reporting from validate_exec().Tom Lane2022-07-12
* Fix out-of-bounds read in json_lex_stringJohn Naylor2022-07-12
* Build de-escaped JSON strings in larger chunks during lexingJohn Naylor2022-07-11
* Simplify json lexing stateJohn Naylor2022-07-08
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Remove redundant null pointer checks before free()Peter Eisentraut2022-07-03
* logging: Also add the command prefix to detail and hint messagesPeter Eisentraut2022-05-30
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Clear the OpenSSL error queue before cryptohash operationsDaniel Gustafsson2022-05-06
* Inhibit mingw CRT's auto-globbing of command line argumentsAndrew Dunstan2022-04-25
* Add missing error handling in pg_md5_hash().Tom Lane2022-04-18
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* 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
* Add color support for new frontend detail/hint messagesPeter Eisentraut2022-04-11
* Improve frontend error logging style.Tom Lane2022-04-08
* Fix possible NULL-pointer-deference in backup_compression.c.Robert Haas2022-03-30
* Allow parallel zstd compression when taking a base backup.Robert Haas2022-03-30
* Make update-unicode target work in vpath buildsPeter Eisentraut2022-03-25
* In get_bc_algorithm_name, add a dummy return statement.Robert Haas2022-03-23
* Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL.Robert Haas2022-03-23