index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
Age
Commit message (
Expand
)
Author
2020-10-24
Fix issue with --enable-coverage and the new unicode {de,re}composition code
Michael Paquier
2020-10-23
Improve performance of Unicode {de,re}composition in the backend
Michael Paquier
2020-10-21
Fix -Wcast-function-type warnings on Windows/MinGW
Peter Eisentraut
2020-10-12
Fix compilation warning in unicode_norm.c
Michael Paquier
2020-10-11
Use perfect hash for NFC and NFKC Unicode Normalization quick check
Michael Paquier
2020-10-01
Remove logging.c from the shared library of src/common/
Michael Paquier
2020-09-29
Revert "Change SHA2 implementation based on OpenSSL to use EVP digest routines"
Michael Paquier
2020-09-28
Change SHA2 implementation based on OpenSSL to use EVP digest routines
Michael Paquier
2020-09-22
Rethink API for pg_get_line.c, one more time.
Tom Lane
2020-09-18
Allow most keywords to be used as column labels without requiring AS.
Tom Lane
2020-09-17
Improve common/logging.c's support for multiple verbosity levels.
Tom Lane
2020-09-07
Skip unnecessary stat() calls in walkdir().
Thomas Munro
2020-09-06
Refactor pg_get_line() to expose an alternative StringInfo-based API.
Tom Lane
2020-09-03
Remove arbitrary restrictions on password length.
Tom Lane
2020-08-10
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-06-30
Prevent compilation of frontend-only files in src/common/ with backend
Michael Paquier
2020-06-11
Move frontend-side archive APIs from src/common/ to src/fe_utils/
Michael Paquier
2020-05-16
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-13
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-12
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-04-19
Fix update-unicode target
Peter Eisentraut
2020-04-13
Improve error messages after LoadLibrary()
Peter Eisentraut
2020-04-03
Add checksum helper functions.
Robert Haas
2020-04-02
Add SQL functions for Unicode normalization
Peter Eisentraut
2020-04-01
Add -c/--restore-target-wal to pg_rewind
Michael Paquier
2020-03-24
Add support for other normal forms to Unicode normalization API
Peter Eisentraut
2020-03-24
Move routine building restore_command to src/common/
Michael Paquier
2020-03-06
Allow Unicode escapes in any server encoding, not only UTF-8.
Tom Lane
2020-03-02
Fix command-line colorization on Windows with VT100-compatible environments
Michael Paquier
2020-02-27
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-02-24
Change client-side fsync_fname() to report errors fatally
Peter Eisentraut
2020-02-19
Fix typo
Peter Eisentraut
2020-02-19
Clean up some code, comments and docs referring to Windows 2000 and older
Michael Paquier
2020-02-10
Simplify passing of configure arguments to pg_config
Peter Eisentraut
2020-02-03
Add declaration-level assertions for compile-time checks
Michael Paquier
2020-01-29
Move jsonapi.c and jsonapi.h to src/common.
Robert Haas
2020-01-27
Fix some memory leaks and improve restricted token handling on Windows
Michael Paquier
2020-01-17
Move OpenSSL routines for min/max protocol setting to src/common/
Michael Paquier
2020-01-16
Rationalize code placement between wchar.c, encnames.c, and mbutils.c.
Tom Lane
2020-01-16
Update header comments for wchar.c and encnames.c.
Tom Lane
2020-01-16
Move wchar.c and encnames.c to src/common/.
Tom Lane
2020-01-09
Add support for automatically updating Unicode derived files
Peter Eisentraut
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-11
Fix output of Unicode normalization test
Peter Eisentraut
2019-12-04
Offer pnstrdup to frontend code
Alvaro Herrera
2019-11-28
Use memcpy instead of a byte loop in pglz_decompress
Tomas Vondra
2019-11-05
Make StringInfo available to frontend code.
Andres Freund
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-10-25
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
[next]