index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify error handing of jsonapi.c for the frontend
Michael Paquier
2021-07-02
1
-31
/
+30
*
Fix incautious handling of possibly-miscoded strings in client code.
Tom Lane
2021-06-07
2
-3
/
+18
*
Adjust locations which have an incorrect copyright year
David Rowley
2021-06-04
5
-5
/
+5
*
Factor out system call names from error messages
Peter Eisentraut
2021-04-23
1
-1
/
+1
*
Fix typos and grammar in comments and docs
Michael Paquier
2021-04-19
2
-2
/
+2
*
Refactor HMAC implementations
Michael Paquier
2021-04-03
4
-126
/
+555
*
pg_upgrade: Check version of target cluster binaries
Peter Eisentraut
2021-03-03
1
-2
/
+1
*
Improve reporting for syntax errors in multi-line JSON data.
Tom Lane
2021-03-01
1
-3
/
+5
*
Add result size as argument of pg_cryptohash_final() for overflow checks
Michael Paquier
2021-02-15
5
-19
/
+66
*
Fix copy-paste error with SHA256 digest length in checksum_helper.c
Michael Paquier
2021-02-11
1
-5
/
+5
*
Introduce --with-ssl={openssl} as a configure option
Michael Paquier
2021-02-01
1
-1
/
+1
*
Add mbverifystr() functions specific to each encoding.
Heikki Linnakangas
2021-01-28
1
-74
/
+449
*
Introduce SHA1 implementations in the cryptohash infrastructure
Michael Paquier
2021-01-23
5
-0
/
+465
*
Rework refactoring of hex and encoding routines
Michael Paquier
2021-01-14
3
-107
/
+193
*
Fix and simplify some code related to cryptohashes
Michael Paquier
2021-01-08
1
-34
/
+25
*
Fix allocation logic of cryptohash context data with OpenSSL
Michael Paquier
2021-01-07
2
-118
/
+79
*
Update copyright for 2021
Bruce Momjian
2021-01-02
52
-55
/
+55
*
Use setenv() in preference to putenv().
Tom Lane
2020-12-30
2
-20
/
+4
*
Revert "Add key management system" (978f869b99) & later commits
Bruce Momjian
2020-12-27
4
-848
/
+0
*
Fix function call typo in frontend Win32 code, commit 978f869b99
Bruce Momjian
2020-12-25
1
-1
/
+1
*
Really fix the dummy implementations in cipher.c.
Tom Lane
2020-12-25
1
-5
/
+8
*
fix no-return function call in cipher.c from commit 978f869b99
Bruce Momjian
2020-12-25
1
-1
/
+1
*
remove uint128 requirement from patch 978f869b99 (CFE)
Bruce Momjian
2020-12-25
1
-3
/
+3
*
Fix return value and const declaration from commit 978f869b99
Bruce Momjian
2020-12-25
1
-3
/
+3
*
Add key management system
Bruce Momjian
2020-12-25
4
-0
/
+845
*
move hex_decode() to /common so it can be called from frontend
Bruce Momjian
2020-12-24
2
-0
/
+107
*
Refactor logic to check for ASCII-only characters in string
Michael Paquier
2020-12-21
2
-17
/
+18
*
Improve some code around cryptohash functions
Michael Paquier
2020-12-14
2
-1
/
+21
*
Refactor MD5 implementations according to new cryptohash infrastructure
Michael Paquier
2020-12-10
6
-297
/
+639
*
Simplify code for getting a unicode codepoint's canonical class.
Michael Paquier
2020-12-09
1
-25
/
+22
*
Change SHA2 implementation based on OpenSSL to use EVP digest routines
Michael Paquier
2020-12-04
1
-48
/
+80
*
Fix compilation warnings in cryptohash_openssl.c
Michael Paquier
2020-12-02
1
-2
/
+2
*
Move SHA2 routines to a new generic API layer for crypto hashes
Michael Paquier
2020-12-02
8
-176
/
+687
*
Add support for abstract Unix-domain sockets
Peter Eisentraut
2020-11-25
1
-1
/
+23
*
Fix minor issues with new unicode {de,re}composition code
Michael Paquier
2020-11-07
2
-2
/
+2
*
Second thoughts on TOAST decompression.
Tom Lane
2020-11-02
1
-8
/
+9
*
Fix two issues in TOAST decompression.
Tom Lane
2020-11-01
1
-35
/
+66
*
Fix issue with --enable-coverage and the new unicode {de,re}composition code
Michael Paquier
2020-10-24
1
-21
/
+17
*
Improve performance of Unicode {de,re}composition in the backend
Michael Paquier
2020-10-23
3
-43
/
+293
*
Fix -Wcast-function-type warnings on Windows/MinGW
Peter Eisentraut
2020-10-21
1
-1
/
+1
*
Fix compilation warning in unicode_norm.c
Michael Paquier
2020-10-12
1
-1
/
+2
*
Use perfect hash for NFC and NFKC Unicode Normalization quick check
Michael Paquier
2020-10-11
2
-23
/
+66
*
Remove logging.c from the shared library of src/common/
Michael Paquier
2020-10-01
1
-4
/
+9
*
Revert "Change SHA2 implementation based on OpenSSL to use EVP digest routines"
Michael Paquier
2020-09-29
1
-49
/
+14
*
Change SHA2 implementation based on OpenSSL to use EVP digest routines
Michael Paquier
2020-09-28
1
-14
/
+49
*
Rethink API for pg_get_line.c, one more time.
Tom Lane
2020-09-22
1
-1
/
+28
*
Allow most keywords to be used as column labels without requiring AS.
Tom Lane
2020-09-18
1
-1
/
+16
*
Improve common/logging.c's support for multiple verbosity levels.
Tom Lane
2020-09-17
1
-0
/
+18
*
Skip unnecessary stat() calls in walkdir().
Thomas Munro
2020-09-07
2
-19
/
+92
*
Refactor pg_get_line() to expose an alternative StringInfo-based API.
Tom Lane
2020-09-06
1
-21
/
+49
[next]