master
Build all Flex files standalone
Add infrastructure for pg_get_*_ddl functions
Allow choosing specific grantors via GRANT/REVOKE ... GRANTED BY.
Update copyright for 2026
Refactor att_align_nominal() to improve performance.
Fix null-bitmap combining in array_agg_array_combine().
Fix integer overflow in array_agg(), when the array grows too large
Reduce header inclusions via execnodes.h
Remove unused ByteaSortSupport.abbreviate field
Pre-beta mechanical code beautification, step 1: run pgindent.
Make many cast functions error safe
Fix datum_image_*()'s inability to detect sign-extension variations
Add base32hex support to encode() and decode() functions.
Improve type handling of varlena structures
Improve overflow/underflow handling in regr_intercept().
Remove bits* typedefs.
Add all required calls to TupleDescFinalize()
Fix accidentally cast away qualifiers
Remove RADIUS support.
Avoid conflicts with library versions of inet_net_ntop() and friends.
Use pg_ascii_tolower()/pg_ascii_toupper() where appropriate.
json format for COPY TO
Make cast functions from jsonb error safe
Mark commented out code as unused
Use fallthrough attribute instead of comment
make immutability tests in to_json and to_jsonb complete
Add additional jsonpath string methods
Fix jsonpath .split_part() to honor silent mode
Replace pg_mblen() with bounds-checked versions.
Simplify SortSupport for the macaddr data type
Fix assorted places that need to use palloc_array().
Fix a set of typos and grammar issues across the tree
Require superuser to install a non-built-in selectivity estimator.
Remove #include <math.h> where not needed
Guard against unexpected dimensions of oidvector/int2vector.
Add data type oid8, 64-bit unsigned identifier
Add missing serial commas
Guard against uninitialized default locale.
Don't accept length of -1 in pg_locale.h APIs.
pg_upgrade: Optimize logical replication slot caught-up check.
Force standard_conforming_strings to always be ON.
Make some minor cleanups in typalign-related code.
Fix RI fast-path for domain-typed FK columns
Fix copy-paste error in hash_record_extended()
Use schema-qualified names in EXCEPT clause error messages.
Fix missed checks for hashability of container-type equality.
Add tid_block() and tid_offset() accessor functions
De-obfuscate the comment in tsrank.c's calc_rank_or().
Improve reporting of invalid weight symbols in setweight() et al.
Fix handling of namespace nodes in xpath() (xml)