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
REL_19_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
20 hours
Use pg_parse_lsn() for LSNs in backup manifests
Fujii Masao
12 days
pg_locale.h: define case mapping limits.
Jeff Davis
2026-08-20
Micro-optimize appendStringInfo[VA].
Tom Lane
2026-08-17
Use safer allocation routines in more places of the tree
Michael Paquier
2026-08-12
Add common LSN parser for user-supplied locations
Fujii Masao
2026-08-10
Use EVP_MAC for HMAC (OpenSSL >= 3.0)
Michael Paquier
2026-08-10
Use explicit fetching for digests in cryptohash (OpenSSL >= 3.0)
Michael Paquier
2026-08-03
Undo inadvertent loosening of archive filename checking.
Robert Haas
2026-08-01
pg_verifybackup: Improve some error handling around strtoul() calls
Michael Paquier
2026-07-17
Generate unicode_limits.h.
Jeff Davis
2026-07-15
Add additional sanity checks when reading a blkreftable.
Robert Haas
2026-07-15
Clean up read() return type
Peter Eisentraut
2026-07-13
Make blkreftable API use size_t/ssize_t consistently
Peter Eisentraut
2026-07-11
Fix for loop variables used with lengthof
Peter Eisentraut
2026-07-11
Fix for loop variables
Peter Eisentraut
2026-07-07
unicode_case.c: change API to signal UTF8 decoding error.
Jeff Davis
2026-07-07
pg_unicode_fast: fix final sigma logic.
Jeff Davis
2026-07-07
unicode_case.c: defend against truncated UTF8.
Jeff Davis
2026-07-01
Fix mismatched deallocation functions
Peter Eisentraut
2026-06-30
Clean up inconsistencies in CPU-identification macros.
Tom Lane
2026-06-04
Fix off-by-one with NFC recomposition for Hangul U+11A7 (TBASE)
Michael Paquier
2026-05-16
pg_test_timing: Show additional TSC clock source debug info
Andres Freund
2026-05-15
Don't accept length of -1 in pg_locale.h APIs.
Jeff Davis
2026-05-13
Pre-beta mechanical code beautification, step 1: run pgindent.
Tom Lane
2026-05-11
Fix assorted places that need to use palloc_array().
Tom Lane
2026-05-11
Prevent buffer overrun in unicode_normalize().
Tom Lane
2026-05-11
Make palloc_array() and friends safe against integer overflow.
Tom Lane
2026-04-21
Fix a set of typos and grammar issues across the tree
Michael Paquier
2026-04-20
Fix callers of unicode_strtitle() using srclen == -1.
Jeff Davis
2026-04-20
style: define parameterless functions as foo(void).
Jeff Davis
2026-04-16
Fix comments for Korean encodings in encnames.c
Thomas Munro
2026-04-13
Update Unicode data to CLDR 48.2
Peter Eisentraut
2026-04-13
Add log file support to logging.c
Peter Eisentraut
2026-04-10
Fix heap-buffer-overflow in pglz_decompress() on corrupt input.
Andrew Dunstan
2026-04-10
Fix incremental JSON parser numeric token reassembly across chunks.
Andrew Dunstan
2026-04-08
Remove MULE_INTERNAL encoding.
Thomas Munro
2026-04-07
instrumentation: Use Time-Stamp Counter on x86-64 to lower overhead
Andres Freund
2026-04-07
instrumentation: Standardize ticks to nanosecond conversion method
Andres Freund
2026-03-23
Make implementation of SASLprep compliant for ASCII characters
Michael Paquier
2026-03-20
Move tar detection and compression logic to common.
Andrew Dunstan
2026-03-20
Update Unicode data to Unicode 17.0.0
Peter Eisentraut
2026-03-18
Implement unaccent Unicode data update in meson
Peter Eisentraut
2026-03-06
Don't include wait_event.h in pgstat.h
Álvaro Herrera
2026-02-27
Fix some -Wcast-qual warnings
Peter Eisentraut
2026-02-23
meson: allow disabling building/installation of static libraries.
Peter Eisentraut
2026-02-19
Use fallthrough attribute instead of comment
Peter Eisentraut
2026-02-08
Fix mb2wchar functions on short input.
Thomas Munro
2026-02-08
Fix encoding length for EUC_CN.
Thomas Munro
2026-01-26
Fix accidentally cast away qualifiers
Peter Eisentraut
2026-01-15
Remove #include <math.h> where not needed
Álvaro Herrera
[next]