summaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
* Change SHA2 implementation based on OpenSSL to use EVP digest routinesMichael Paquier2020-12-041-48/+80
* Fix compilation warnings in cryptohash_openssl.cMichael Paquier2020-12-021-2/+2
* Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier2020-12-028-176/+687
* Add support for abstract Unix-domain socketsPeter Eisentraut2020-11-251-1/+23
* Fix minor issues with new unicode {de,re}composition codeMichael Paquier2020-11-072-2/+2
* Second thoughts on TOAST decompression.Tom Lane2020-11-021-8/+9
* Fix two issues in TOAST decompression.Tom Lane2020-11-011-35/+66
* Fix issue with --enable-coverage and the new unicode {de,re}composition codeMichael Paquier2020-10-241-21/+17
* Improve performance of Unicode {de,re}composition in the backendMichael Paquier2020-10-233-43/+293
* Fix -Wcast-function-type warnings on Windows/MinGWPeter Eisentraut2020-10-211-1/+1
* Fix compilation warning in unicode_norm.cMichael Paquier2020-10-121-1/+2
* Use perfect hash for NFC and NFKC Unicode Normalization quick checkMichael Paquier2020-10-112-23/+66
* Remove logging.c from the shared library of src/common/Michael Paquier2020-10-011-4/+9
* Revert "Change SHA2 implementation based on OpenSSL to use EVP digest routines"Michael Paquier2020-09-291-49/+14
* Change SHA2 implementation based on OpenSSL to use EVP digest routinesMichael Paquier2020-09-281-14/+49
* Rethink API for pg_get_line.c, one more time.Tom Lane2020-09-221-1/+28
* Allow most keywords to be used as column labels without requiring AS.Tom Lane2020-09-181-1/+16
* Improve common/logging.c's support for multiple verbosity levels.Tom Lane2020-09-171-0/+18
* Skip unnecessary stat() calls in walkdir().Thomas Munro2020-09-072-19/+92
* Refactor pg_get_line() to expose an alternative StringInfo-based API.Tom Lane2020-09-061-21/+49
* Remove arbitrary restrictions on password length.Tom Lane2020-09-034-19/+247
* Replace remaining StrNCpy() by strlcpy()Peter Eisentraut2020-08-101-2/+2
* Prevent compilation of frontend-only files in src/common/ with backendMichael Paquier2020-06-302-0/+10
* Move frontend-side archive APIs from src/common/ to src/fe_utils/Michael Paquier2020-06-112-129/+0
* Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane2020-05-161-1/+1
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-148-53/+57
* Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera2020-05-132-75/+75
* Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera2020-05-122-75/+75
* Fix update-unicode targetPeter Eisentraut2020-04-191-2/+7
* Improve error messages after LoadLibrary()Peter Eisentraut2020-04-131-2/+2
* Add checksum helper functions.Robert Haas2020-04-032-0/+191
* Add SQL functions for Unicode normalizationPeter Eisentraut2020-04-024-3/+203
* Add -c/--restore-target-wal to pg_rewindMichael Paquier2020-04-013-2/+130
* Add support for other normal forms to Unicode normalization APIPeter Eisentraut2020-03-245-35/+50
* Move routine building restore_command to src/common/Michael Paquier2020-03-242-0/+122
* Allow Unicode escapes in any server encoding, not only UTF-8.Tom Lane2020-03-061-20/+38
* Fix command-line colorization on Windows with VT100-compatible environmentsMichael Paquier2020-03-021-1/+49
* Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas2020-02-272-0/+693
* Change client-side fsync_fname() to report errors fatallyPeter Eisentraut2020-02-241-8/+6
* Fix typoPeter Eisentraut2020-02-191-1/+1
* Clean up some code, comments and docs referring to Windows 2000 and olderMichael Paquier2020-02-191-131/+1
* Simplify passing of configure arguments to pg_configPeter Eisentraut2020-02-102-6/+1
* Add declaration-level assertions for compile-time checksMichael Paquier2020-02-031-0/+3
* Move jsonapi.c and jsonapi.h to src/common.Robert Haas2020-01-292-0/+1115
* Fix some memory leaks and improve restricted token handling on WindowsMichael Paquier2020-01-271-12/+22
* Move OpenSSL routines for min/max protocol setting to src/common/Michael Paquier2020-01-172-1/+120
* Rationalize code placement between wchar.c, encnames.c, and mbutils.c.Tom Lane2020-01-162-509/+25
* Update header comments for wchar.c and encnames.c.Tom Lane2020-01-162-9/+20
* Move wchar.c and encnames.c to src/common/.Tom Lane2020-01-164-7/+2668
* Add support for automatically updating Unicode derived filesPeter Eisentraut2020-01-094-17/+68