master
Fix build inconsistency due to the generation of wait-event code
Invalidate plan cache after role changes.
Allow choosing specific grantors via GRANT/REVOKE ... GRANTED BY.
Remove bits* typedefs.
Update copyright for 2026
Online enabling and disabling of data checksums
Convert all remaining subsystems to use the new shmem allocation API
Convert *GetDatum() and DatumGet*() macros to inline functions
Clarify where various catcache.h dlist_nodes are used
Remove #include <math.h> where not needed
Pre-beta mechanical code beautification, step 1: run pgindent.
Make geometry cast functions error safe
Rename AssertVariableIsOfType to StaticAssertVariableIsOfType
Add log_statement_max_length GUC to limit logged statement text
Avoid ERROR in recovery target GUC assign hooks
instrumentation: Use Time-Stamp Counter on x86-64 to lower overhead
Remove HASH_DIRSIZE, always use the default algorithm to select it
Reduce presence of syscache.h in src/include/
json format for COPY TO
make immutability tests in to_json and to_jsonb complete
Add additional jsonpath string methods
Fix missed checks for hashability of container-type equality.
Make palloc_array() and friends safe against integer overflow.
Fix jsonpath .decimal() to honor silent mode
Don't accept length of -1 in pg_locale.h APIs.
Add new pgstats routine to split pending data setup
Add support for lock statistics in pgstats
Make SPI_prepare argtypes argument const
Speedup and increase usability of set proc title functions
Prevent access to other sessions' empty temp tables
Use schema-qualified names in EXCEPT clause error messages.
Add pg_get_tablespace_ddl() function
Discount the metapage when estimating number of index pages visited.
Use GlobalVisState in vacuum to determine page level visibility
Rename sort support integer comparators for clarity
Switch SysCacheIdentifier to a typedef enum
Remove stale comment
Perform radix sort on SortTuples with pass-by-value Datums
Extend DomainHasConstraints() to optionally check constraint volatility
Perform logical replication actions as the table owner.
Expose helper functions scan_quoted_identifier and scan_identifier.
Make many cast functions error safe