summaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace many MemSet calls with struct initializationPeter Eisentraut2022-07-161-3/+1
* Improve error reporting from validate_exec().Tom Lane2022-07-121-2/+14
* Fix out-of-bounds read in json_lex_stringJohn Naylor2022-07-121-8/+10
* Build de-escaped JSON strings in larger chunks during lexingJohn Naylor2022-07-111-19/+39
* Simplify json lexing stateJohn Naylor2022-07-081-15/+8
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-061-24/+24
* Remove redundant null pointer checks before free()Peter Eisentraut2022-07-031-2/+1
* logging: Also add the command prefix to detail and hint messagesPeter Eisentraut2022-05-301-2/+1
* Pre-beta mechanical code beautification.Tom Lane2022-05-123-3/+4
* Clear the OpenSSL error queue before cryptohash operationsDaniel Gustafsson2022-05-062-0/+13
* Inhibit mingw CRT's auto-globbing of command line argumentsAndrew Dunstan2022-04-251-0/+5
* Add missing error handling in pg_md5_hash().Tom Lane2022-04-181-0/+13
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-131-3/+0
* Remove not-very-useful early checks of __pg_log_level in logging.h.Tom Lane2022-04-121-0/+4
* Rename backup_compression.{c,h} to compression.{c,h}Michael Paquier2022-04-122-34/+34
* Add color support for new frontend detail/hint messagesPeter Eisentraut2022-04-111-0/+13
* Improve frontend error logging style.Tom Lane2022-04-084-62/+49
* Fix possible NULL-pointer-deference in backup_compression.c.Robert Haas2022-03-301-2/+10
* Allow parallel zstd compression when taking a base backup.Robert Haas2022-03-301-0/+16
* Make update-unicode target work in vpath buildsPeter Eisentraut2022-03-251-4/+4
* In get_bc_algorithm_name, add a dummy return statement.Robert Haas2022-03-231-0/+1
* Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL.Robert Haas2022-03-232-0/+270
* Use bitwise rotate functions in more placesJohn Naylor2022-02-201-2/+2
* Suppress integer-overflow compiler warning for inconsistent sun_len.Tom Lane2022-02-141-1/+11
* Improve code clarity in epilogue of UTF-8 verification fast pathJohn Naylor2022-01-171-25/+25
* Improve error handling of HMAC computationsMichael Paquier2022-01-133-17/+205
* Fix incorrect comments in hmac.c and hmac_openssl.cMichael Paquier2022-01-132-6/+2
* Fix comment related to pg_cryptohash_error()Michael Paquier2022-01-122-2/+2
* Improve error handling of cryptohash computationsMichael Paquier2022-01-113-6/+164
* Make EXEC_BACKEND more convenient on Linux and FreeBSD.Thomas Munro2022-01-111-0/+33
* Update copyright for 2022Bruce Momjian2022-01-0757-60/+60
* Add fast path for validating UTF-8 textJohn Naylor2021-12-201-0/+215
* Centralize timestamp computation of control file on updatesMichael Paquier2021-11-291-0/+4
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-282-0/+248
* Allow psql's other uses of simple_prompt() to be interrupted by ^C.Tom Lane2021-11-191-0/+6
* Provide a variant of simple_prompt() that can be interrupted by ^C.Tom Lane2021-11-172-7/+63
* Fix buffer overrun in unicode string normalization with empty inputMichael Paquier2021-11-111-0/+4
* Fix memory leak in pg_hmacDaniel Gustafsson2021-10-011-0/+5