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
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
8
-53
/
+57
*
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-13
2
-75
/
+75
*
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-05-12
2
-75
/
+75
*
Fix update-unicode target
Peter Eisentraut
2020-04-19
1
-2
/
+7
*
Improve error messages after LoadLibrary()
Peter Eisentraut
2020-04-13
1
-2
/
+2
*
Add checksum helper functions.
Robert Haas
2020-04-03
2
-0
/
+191
*
Add SQL functions for Unicode normalization
Peter Eisentraut
2020-04-02
4
-3
/
+203
*
Add -c/--restore-target-wal to pg_rewind
Michael Paquier
2020-04-01
3
-2
/
+130
*
Add support for other normal forms to Unicode normalization API
Peter Eisentraut
2020-03-24
5
-35
/
+50
*
Move routine building restore_command to src/common/
Michael Paquier
2020-03-24
2
-0
/
+122
*
Allow Unicode escapes in any server encoding, not only UTF-8.
Tom Lane
2020-03-06
1
-20
/
+38
*
Fix command-line colorization on Windows with VT100-compatible environments
Michael Paquier
2020-03-02
1
-1
/
+49
*
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-02-27
2
-0
/
+693
*
Change client-side fsync_fname() to report errors fatally
Peter Eisentraut
2020-02-24
1
-8
/
+6
*
Fix typo
Peter Eisentraut
2020-02-19
1
-1
/
+1
*
Clean up some code, comments and docs referring to Windows 2000 and older
Michael Paquier
2020-02-19
1
-131
/
+1
*
Simplify passing of configure arguments to pg_config
Peter Eisentraut
2020-02-10
2
-6
/
+1
*
Add declaration-level assertions for compile-time checks
Michael Paquier
2020-02-03
1
-0
/
+3
*
Move jsonapi.c and jsonapi.h to src/common.
Robert Haas
2020-01-29
2
-0
/
+1115
*
Fix some memory leaks and improve restricted token handling on Windows
Michael Paquier
2020-01-27
1
-12
/
+22
*
Move OpenSSL routines for min/max protocol setting to src/common/
Michael Paquier
2020-01-17
2
-1
/
+120
*
Rationalize code placement between wchar.c, encnames.c, and mbutils.c.
Tom Lane
2020-01-16
2
-509
/
+25
*
Update header comments for wchar.c and encnames.c.
Tom Lane
2020-01-16
2
-9
/
+20
*
Move wchar.c and encnames.c to src/common/.
Tom Lane
2020-01-16
4
-7
/
+2668
*
Add support for automatically updating Unicode derived files
Peter Eisentraut
2020-01-09
4
-17
/
+68
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
36
-38
/
+38
*
Fix output of Unicode normalization test
Peter Eisentraut
2019-12-11
1
-6
/
+9
*
Offer pnstrdup to frontend code
Alvaro Herrera
2019-12-04
1
-0
/
+27
*
Use memcpy instead of a byte loop in pglz_decompress
Tomas Vondra
2019-11-28
1
-11
/
+41
*
Make StringInfo available to frontend code.
Andres Freund
2019-11-05
2
-0
/
+344
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
1
-7
/
+30
*
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2019-10-25
1
-2
/
+1
*
Update unicode.org URLs
Peter Eisentraut
2019-10-13
2
-5
/
+5
*
Fix use of term "verifier"
Peter Eisentraut
2019-10-12
1
-2
/
+2
*
Optimize partial TOAST decompression
Tomas Vondra
2019-10-01
1
-0
/
+37
*
Refactor logic to remove trailing CR/LF characters from strings
Michael Paquier
2019-08-09
1
-0
/
+22
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
1
-1
/
+1
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-29
1
-1
/
+1
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-22
1
-1
/
+1
*
Use consistent style for checking return from system calls
Peter Eisentraut
2019-07-07
1
-3
/
+3
*
In pg_log_generic(), be more paranoid about preserving errno.
Tom Lane
2019-07-06
1
-0
/
+2
*
Introduce safer encoding and decoding routines for base64.c
Michael Paquier
2019-07-04
2
-14
/
+104
*
Make script output more pgindent compatible
Peter Eisentraut
2019-06-24
1
-1
/
+2
*
Correct script name in README file
Peter Eisentraut
2019-06-24
1
-1
/
+1
*
Fix typos in various places
Michael Paquier
2019-06-03
1
-1
/
+1
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
2
-10
/
+10
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
6
-30
/
+29
*
Move logging.h and logging.c from src/fe_utils/ to src/common/.
Tom Lane
2019-05-14
7
-6
/
+243
*
Fix function names in comments.
Fujii Masao
2019-04-25
1
-1
/
+1
*
Add support for partial TOAST decompression
Stephen Frost
2019-04-02
1
-23
/
+19
[next]