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
/
contrib
Age
Commit message (
Expand
)
Author
2026-08-18
Defend against null "SV *" pointers in plperl modules.
Tom Lane
2026-08-17
Make plperl's handling of Perl arrays safer and more consistent.
Tom Lane
2026-08-10
pgcrypto: Add option to revert to prior decryption behavior
Jacob Champion
2026-08-10
Fix errorhandling for PGP encryption
Daniel Gustafsson
2026-08-10
Avoid overflow in Levenshtein distance calculations.
Nathan Bossart
2026-08-10
Add an output_plugin_libraries GUC to bless trusted output plugins
Jacob Champion
2026-08-10
Empty search_path in amcheck.
Noah Misch
2026-08-10
Fix pg_trgm's picksplit function with all-true datums
Heikki Linnakangas
2026-08-10
Harden PL/Perl code against "tied" Perl arrays and hashes.
Tom Lane
2026-08-07
Drain pending asynchronous requests during ExecReScanAppend.
Etsuro Fujita
2026-08-04
pg_surgery: Fix infinite loop on large TID arrays
Álvaro Herrera
2026-07-28
Fix logical decoding of empty prepared transactions.
Masahiko Sawada
2026-07-03
Fix btree_gist's NotEqual strategy on internal index pages.
Tom Lane
2026-07-01
btree_gist: fix NaN handling in float4/float8 opclasses.
Tom Lane
2026-06-29
plpython: Fix NULL pointer dereferences for broken sequence and mapping objects
Richard Guo
2026-06-18
hstore_plperl: Add CHECK_FOR_INTERRUPTS() in reference-unwinding loop.
Tom Lane
2026-06-17
jsonb_plperl, jsonb_plpython: Fix unguarded recursion and loops.
Tom Lane
2026-06-16
Fix int32 overflow in ltree_compare()
Heikki Linnakangas
2026-06-14
amcheck: Use correct varlena size accessor in bt_normalize_tuple()
Alexander Korotkov
2026-06-12
Fix compilation with OpenSSL 4
Daniel Gustafsson
2026-06-11
seg: Fix seg_out() to preserve the upper boundary's certainty indicator
Heikki Linnakangas
2026-06-11
xml2: Fix crash with namespace nodes in xpath_nodeset()
Michael Paquier
2026-06-05
pg_surgery: Fix off-by-one bug with heap offset
Michael Paquier
2026-06-05
refint: Remove plan cache.
Nathan Bossart
2026-05-25
Fix missed ReleaseVariableStats() in intarray's _int_matchsel().
Tom Lane
2026-05-15
Re-add regression tests for ltree and intarray
Michael Paquier
2026-05-14
refint: Fix segfault in check_foreign_key().
Nathan Bossart
2026-05-11
Use palloc_array() in a few more places to avoid overflow
Heikki Linnakangas
2026-05-11
Remove test cases for field overflows in intarray and ltree.
Tom Lane
2026-05-11
refint: Fix SQL injection and buffer overruns.
Nathan Bossart
2026-05-11
Guard against overflow in "left" fields of query_int and ltxtquery.
Tom Lane
2026-05-11
ltree: Fix overflows with lquery parsing
Michael Paquier
2026-05-05
postgres_fdw: Fix handling of abort-cleanup-failed connections.
Etsuro Fujita
2026-03-27
Avoid memory leak on error while parsing pg_stat_statements dump file
Heikki Linnakangas
2026-03-13
xml2: Fix failure with xslt_process() under -fsanitize=undefined
Michael Paquier
2026-03-02
basic_archive: Allow archive directory to be missing at startup.
Nathan Bossart
2026-02-27
postgres_fdw: Fix thinko in comment for UserMappingPasswordRequired().
Etsuro Fujita
2026-02-26
Fix more multibyte issues in ltree.
Jeff Davis
2026-02-16
hstore: Fix NULL pointer dereference with receive function
Michael Paquier
2026-02-16
pgcrypto: Tweak error message for incorrect session key length
Michael Paquier
2026-02-11
Further stabilize a postgres_fdw test case.
Tom Lane
2026-02-09
Fix test "NUL byte in text decrypt" for --without-zlib builds.
Noah Misch
2026-02-09
Harden _int_matchsel() against being attached to the wrong operator.
Tom Lane
2026-02-09
Require PGP-decrypted text to pass encoding validation.
Noah Misch
2026-02-08
Code coverage for most pg_mblen* calls.
Thomas Munro
2026-02-08
Replace pg_mblen() with bounds-checked versions.
Thomas Munro
2026-02-08
pgcrypto: Fix buffer overflow in pgp_pub_decrypt_bytea()
Michael Paquier
2026-02-04
Fix various instances of undefined behavior
John Naylor
2026-01-23
Fix bogus ctid requirement for dummy-root partitioned targets
Amit Langote
2026-01-21
amcheck: Fix snapshot usage in bt_index_parent_check
Álvaro Herrera
[next]