index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
Age
Commit message (
Expand
)
Author
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
2019-10-13
Update unicode.org URLs
Peter Eisentraut
2019-10-12
Fix use of term "verifier"
Peter Eisentraut
2019-10-01
Optimize partial TOAST decompression
Tomas Vondra
2019-08-09
Refactor logic to remove trailing CR/LF characters from strings
Michael Paquier
2019-08-05
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-07-29
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-22
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-07
Use consistent style for checking return from system calls
Peter Eisentraut
2019-07-06
In pg_log_generic(), be more paranoid about preserving errno.
Tom Lane
2019-07-04
Introduce safer encoding and decoding routines for base64.c
Michael Paquier
2019-06-24
Make script output more pgindent compatible
Peter Eisentraut
2019-06-24
Correct script name in README file
Peter Eisentraut
2019-06-03
Fix typos in various places
Michael Paquier
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-05-14
Move logging.h and logging.c from src/fe_utils/ to src/common/.
Tom Lane
2019-04-25
Fix function names in comments.
Fujii Masao
2019-04-02
Add support for partial TOAST decompression
Stephen Frost
2019-04-01
Unified logging system for command-line programs
Peter Eisentraut
2019-03-18
Refactor more code logic to update the control file
Michael Paquier
2019-03-12
Add routine able to update the control file to src/common/
Michael Paquier
2019-03-08
Tighten use of OpenTransientFile and CloseTransientFile
Michael Paquier
2019-02-28
Make get_controlfile not leak file descriptors
Joe Conway
2019-02-24
Tolerate EINVAL when calling fsync() on a directory.
Thomas Munro
2019-02-13
More float test and portability fixes.
Andrew Gierth
2019-02-13
Fix an overlooked UINT32_MAX.
Andrew Gierth
2019-02-13
Change floating-point output format for improved performance.
Andrew Gierth
2019-02-13
Remove useless casts
Peter Eisentraut
[next]