Mailing lists [pgsql-committers]
- pgsql: postgres_fdw: Use psql variables for connection parameters Michael Paquier
- pgsql: Translation updates Peter Eisentraut
- pgsql: Stamp 18rc1. Tom Lane
- pgsql: Add max_retention_duration option to subscriptions. Amit Kapila
- pgsql: Generate pgstat_count_slru*() functions for slru using macros Michael Paquier
- Re: pgsql: Fix .gitignore for src/interfaces/libpq-oauth. Jacob Champion
- pgsql: Improve error message for duplicate labels when creating an enum Tom Lane
- pgsql: Tag refs/tags/REL_18_RC1 was created noreply@postgresql.org
- pgsql: Change ReplicationSlotPersistentData's "synced" member to a bool Nathan Bossart
- pgsql: Add HINT for COPY TO when WHERE clause is used. Fujii Masao
- pgsql: Update outdated references to the SLRU ControlLock Michael Paquier
- pgsql: Update outdated references to the SLRU ControlLock Michael Paquier
- pgsql: Update outdated references to the SLRU ControlLock Michael Paquier
- pgsql: libpq: Fix PQtrace() format for non-printable characters Michael Paquier
- pgsql: libpq: Fix PQtrace() format for non-printable characters Michael Paquier
- pgsql: libpq: Fix PQtrace() format for non-printable characters Michael Paquier
- pgsql: libpq: Fix PQtrace() format for non-printable characters Michael Paquier
- pgsql: libpq: Fix PQtrace() format for non-printable characters Michael Paquier
- pgsql: libpq: Fix PQtrace() format for non-printable characters Michael Paquier
- pgsql: Fix use-after-free issue in slot synchronization. Amit Kapila
- pgsql: Fix use-after-free issue in slot synchronization. Amit Kapila
- pgsql: Fix planner error when estimating SubPlan cost Richard Guo
- pgsql: Fix planner error when estimating SubPlan cost Richard Guo
- pgsql: Fix planner error when estimating SubPlan cost Richard Guo
- pgsql: Fix planner error when estimating SubPlan cost Richard Guo
- pgsql: Fix planner error when estimating SubPlan cost Richard Guo
- pgsql: Fix planner error when estimating SubPlan cost Richard Guo
- pgsql: Fix planner error when estimating SubPlan cost Richard Guo
- pgsql: Generate GUC tables from .dat file Peter Eisentraut
- pgsql: Fix mistake in new GUC tables source Peter Eisentraut
- pgsql: ci: Remove extra PG_TEST_EXTRA from NetBSD/OpenBSD Jacob Champion
- pgsql: ci: Explicitly enable Meson features Jacob Champion
- pgsql: Move dynamically-allocated LWLock tranche names to shared memory Nathan Bossart
- pgsql: Make libpq_pipeline.c shorter and more uniform via helper functi Tom Lane
- pgsql: Fix incorrect comment in pgstat_backend.c Michael Paquier
- pgsql: Fix incorrect comment in pgstat_backend.c Michael Paquier
- pgsql: Fix replica identity check for INSERT ON CONFLICT DO UPDATE. Dean Rasheed
- pgsql: Fix replica identity check for INSERT ON CONFLICT DO UPDATE. Dean Rasheed
- pgsql: Fix replica identity check for INSERT ON CONFLICT DO UPDATE. Dean Rasheed
- pgsql: Fix replica identity check for INSERT ON CONFLICT DO UPDATE. Dean Rasheed
- pgsql: Fix replica identity check for INSERT ON CONFLICT DO UPDATE. Dean Rasheed
- pgsql: Fix replica identity check for INSERT ON CONFLICT DO UPDATE. Dean Rasheed
- pgsql: Fix replica identity check for INSERT ON CONFLICT DO UPDATE. Dean Rasheed
- pgsql: Fix replica identity check for MERGE. Dean Rasheed
- pgsql: Fix replica identity check for MERGE. Dean Rasheed
- pgsql: Fix replica identity check for MERGE. Dean Rasheed
- pgsql: Fix replica identity check for MERGE. Dean Rasheed
- pgsql: Fix replica identity check for MERGE. Dean Rasheed
- pgsql: Fix compiler error introduced by 5386bfb9c1f. Dean Rasheed
- pgsql: Fix compiler error introduced by 5386bfb9c1f. Dean Rasheed
- pgsql: Fix compiler error introduced by 5386bfb9c1f. Dean Rasheed
- pgsql: Fix compiler error introduced by 5386bfb9c1f. Dean Rasheed
- pgsql: Fix compiler error introduced by 5386bfb9c1f. Dean Rasheed
- pgsql: Adjust commentary for WaitEventLWLock in wait_event_names.txt. Nathan Bossart
- pgsql: Clean up newly added guc_tables.inc.c Peter Eisentraut
- pgsql: Revert recent change to RequestNamedLWLockTranche(). Nathan Bossart
- pgsql: Change pg_lsn_in_internal() to use soft error reporting Michael Paquier
- pgsql: Switch some numeric-related functions to use soft error reportin Michael Paquier
- pgsql: Fix outdated comments in slru.c Michael Paquier
- pgsql: Fix outdated comments in slru.c Michael Paquier
- pgsql: Fix outdated comments in slru.c Michael Paquier
- pgsql: Fix concurrent update issue with MERGE. Dean Rasheed
- pgsql: Fix concurrent update issue with MERGE. Dean Rasheed
- pgsql: Fix concurrent update issue with MERGE. Dean Rasheed
- pgsql: Fix concurrent update issue with MERGE. Dean Rasheed
- pgsql: Fix concurrent update issue with MERGE. Dean Rasheed
- pgsql: Add assert and log message to visibilitymap_set Melanie Plageman
- pgsql: bufmgr: Remove freelist, always use clock-sweep Andres Freund
- pgsql: bufmgr: Use consistent naming of the clock-sweep algorithm Andres Freund
- pgsql: Allow to log raw parse tree. Tatsuo Ishii
- Re: pgsql: Allow to log raw parse tree. Michael Paquier
- Re: pgsql: Allow to log raw parse tree. Tatsuo Ishii
- pgsql: Update parser README to include parse_jsontable.c Michael Paquier
- pgsql: Update parser README to include parse_jsontable.c Michael Paquier
- pgsql: Update parser README to include parse_jsontable.c Michael Paquier
- pgsql: Post-commit review fixes for 228c370868. Amit Kapila
- pgsql: Fix corruption of pgstats shared hashtable due to OOM failures Michael Paquier
- pgsql: Fix corruption of pgstats shared hashtable due to OOM failures Michael Paquier
- pgsql: Fix corruption of pgstats shared hashtable due to OOM failures Michael Paquier
- pgsql: Fix corruption of pgstats shared hashtable due to OOM failures Michael Paquier
- pgsql: Fix corruption of pgstats shared hashtable due to OOM failures Michael Paquier
- pgsql: Add test to prevent premature removal of conflict-relevant data. Amit Kapila
- pgsql: Remove unneeded VM pin from VM replay Melanie Plageman
- pgsql: Don't generate fake "*SELECT*" or "*SELECT* %d" subquery aliases Robert Haas
- pgsql: Don't generate fake "ANY_subquery" aliases, either. Robert Haas
- pgsql: Don't generate fake "*TLOCRN*" or "*TROCRN*" aliases, either. Robert Haas
- pgsql: Remove unused xl_heap_prune member, reason Melanie Plageman
- pgsql: pg_upgrade: Transfer pg_largeobject_metadata's files when possib Nathan Bossart
- pgsql: meson: build checksums with extra optimization flags. Jeff Davis
- pgsql: Add error codes when vacuum discovers VM corruption Melanie Plageman
- pgsql: Fix Coverity issue reported in commit a850be2fe. Amit Kapila
- pgsql: Add date and timestamp variants of random(min, max). Dean Rasheed
- pgsql: Fix typo in comment Peter Eisentraut
- pgsql: test_slru: Fix LWLock tranche allocation in EXEC_BACKEND builds. Nathan Bossart
- pgsql: Fix documentation for shmem_startup_hook. Nathan Bossart
- pgsql: Fix documentation for shmem_startup_hook. Nathan Bossart
- pgsql: Fix documentation for shmem_startup_hook. Nathan Bossart
- pgsql: Fix leak with SMgrRelations in startup process Michael Paquier
- pgsql: Fix leak with SMgrRelations in startup process Michael Paquier
- pgsql: Fix leak with SMgrRelations in startup process Michael Paquier
- pgsql: meson: build checksums with extra optimization flags. Jeff Davis
- pgsql: meson: build checksums with extra optimization flags. Jeff Davis
- pgsql: meson: build checksums with extra optimization flags. Jeff Davis
- pgsql: Replace callers of dynahash.h's my_log() by equivalent in pg_bit Michael Paquier
- pgsql: Remove dynahash.h Michael Paquier
- pgsql: Fix CREATE TABLE LIKE with not-valid check constraint Peter Eisentraut
- pgsql: Fix CREATE TABLE LIKE with not-valid check constraint Peter Eisentraut
- pgsql: meson: Build numeric.c with -ftree-vectorize. Nathan Bossart
- pgsql: meson: Build numeric.c with -ftree-vectorize. Nathan Bossart
- pgsql: meson: Build numeric.c with -ftree-vectorize. Nathan Bossart
- pgsql: meson: Build numeric.c with -ftree-vectorize. Nathan Bossart
- pgsql: Fix memory leakage in nodeSubplan.c. Tom Lane
- pgsql: Fix memory leakage in nodeSubplan.c. Tom Lane
- pgsql: Fix memory leakage in nodeSubplan.c. Tom Lane
- pgsql: Fix memory leakage in nodeSubplan.c. Tom Lane
- pgsql: Fix memory leakage in nodeSubplan.c. Tom Lane
- pgsql: Eliminate duplicative hashtempcxt in nodeSubplan.c. Tom Lane
- pgsql: Fix memory leakage in nodeSubplan.c. Tom Lane
- pgsql: Fix memory leakage in nodeSubplan.c. Tom Lane
- pgsql: Avoid faulty alignment of Datums in build_sorted_items(). Tom Lane
- pgsql: Fix incorrect file reference in guc.h Michael Paquier
- pgsql: Fix incorrect file reference in guc.h Michael Paquier
- pgsql: Fix incorrect file reference in guc.h Michael Paquier
- pgsql: Fix incorrect file reference in guc.h Michael Paquier
- pgsql: Fix description of WAL record blocks in hash_xlog.h Michael Paquier
- pgsql: Fix description of WAL record blocks in hash_xlog.h Michael Paquier
- pgsql: Fix description of WAL record blocks in hash_xlog.h Michael Paquier
- pgsql: Fix description of WAL record blocks in hash_xlog.h Michael Paquier
- pgsql: Fix description of WAL record blocks in hash_xlog.h Michael Paquier
- pgsql: Fix description of WAL record blocks in hash_xlog.h Michael Paquier
- pgsql: Fix description of WAL record blocks in hash_xlog.h Michael Paquier
- pgsql: Fix intermittent test failure introduced in 6456c6e2c4. Amit Kapila
- pgsql: Remove stray semicolon at global scope Peter Eisentraut
- pgsql: Remove stray semicolon at global scope Peter Eisentraut
- pgsql: Remove checks for no longer supported GCC versions Peter Eisentraut
- pgsql: Remove stray semicolon at global scope Peter Eisentraut
- pgsql: Fill testing gap for possible referential integrity violation Álvaro Herrera
- pgsql: Add test for temporal referential integrity Álvaro Herrera
- pgsql: Improve comment about snapshot macros Álvaro Herrera
- pgsql: Report the correct is_temporary flag for column defaults. Tom Lane
- pgsql: Report the correct is_temporary flag for column defaults. Tom Lane
- pgsql: Report the correct is_temporary flag for column defaults. Tom Lane
- pgsql: Report the correct is_temporary flag for column defaults. Tom Lane
- pgsql: Report the correct is_temporary flag for column defaults. Tom Lane
- pgsql: Move named LWLock tranche requests to shared memory. Nathan Bossart
- pgsql: Remove whitespace in comment of pg_stat_statements.c Michael Paquier
- pgsql: Add more information for WAL records of hash index AMs Michael Paquier
- pgsql: Fix misuse of Relids for storing attribute numbers Richard Guo
- pgsql: Silence compiler warnings on clang 21 Peter Eisentraut
- pgsql: Silence compiler warnings on clang 21 Peter Eisentraut
- pgsql: Silence compiler warnings on clang 21 Peter Eisentraut
- pgsql: Silence compiler warnings on clang 21 Peter Eisentraut
- pgsql: Remove traces of support for Sun Studio compiler Peter Eisentraut
- pgsql: Default to log_lock_waits=on Peter Eisentraut
- pgsql: Improve pgbench definition of yyscan_t Peter Eisentraut
- pgsql: Allow redeclaration of typedef yyscan_t Peter Eisentraut
- pgsql: ci: openbsd: Increase RAM disk's size Andres Freund
- pgsql: ci: openbsd: Increase RAM disk's size Andres Freund
- pgsql: Avoid unexpected changes of CurrentResourceOwner and CurrentMemo Álvaro Herrera
- pgsql: Always commute strategy when preprocessing DESC keys. Peter Geoghegan
- pgsql: Always commute strategy when preprocessing DESC keys. Peter Geoghegan
- pgsql: Replace tests of ALTER DATABASE RESET TABLESPACE. Noah Misch
- pgsql: Fix oversights in pg_event_trigger_dropped_objects() fixes. Tom Lane
- pgsql: Fix oversights in pg_event_trigger_dropped_objects() fixes. Tom Lane
- pgsql: Fix oversights in pg_event_trigger_dropped_objects() fixes. Tom Lane
- pgsql: Fix oversights in pg_event_trigger_dropped_objects() fixes. Tom Lane
- pgsql: Fix oversights in pg_event_trigger_dropped_objects() fixes. Tom Lane
- pgsql: Reject "ALTER DATABASE/USER ... RESET foo" with invalid GUC name Tom Lane
- pgsql: Avoid context dependency in test case added by 9a71989a8. Tom Lane
- pgsql: Specify locale provider for pg_regress --no-locale Alexander Korotkov
- pgsql: Re-pgindent nbtpreprocesskeys.c after commit 796962922e. Nathan Bossart
- pgsql: Re-pgindent nbtpreprocesskeys.c after commit 796962922e. Nathan Bossart
- pgsql: Add commit 7e9c216b52 to .git-blame-ignore-revs. Nathan Bossart
- pgsql: Add commit 17a5ca58eb to .git-blame-ignore-revs. Nathan Bossart
- pgsql: Amend recent fix for SIMILAR TO regex conversion. Tom Lane
- pgsql: Amend recent fix for SIMILAR TO regex conversion. Tom Lane
- pgsql: Amend recent fix for SIMILAR TO regex conversion. Tom Lane
- pgsql: Amend recent fix for SIMILAR TO regex conversion. Tom Lane
- pgsql: Amend recent fix for SIMILAR TO regex conversion. Tom Lane
- pgsql: Amend recent fix for SIMILAR TO regex conversion. Tom Lane
- pgsql: Amend recent fix for SIMILAR TO regex conversion. Tom Lane
- pgsql: nbtree: Always set skipScan flag on rescan. Peter Geoghegan
- pgsql: nbtree: Always set skipScan flag on rescan. Peter Geoghegan
- pgsql: Hide duplicate names from extension views Peter Eisentraut
- pgsql: Hide duplicate names from extension views Peter Eisentraut
- pgsql: Some stylistic improvements in toast_save_datum() Peter Eisentraut
- pgsql: jit: fix build with LLVM-21 Peter Eisentraut
- pgsql: jit: fix build with LLVM-21 Peter Eisentraut
- pgsql: jit: fix build with LLVM-21 Peter Eisentraut
- pgsql: jit: fix build with LLVM-21 Peter Eisentraut
- pgsql: jit: fix build with LLVM-21 Peter Eisentraut
- pgsql: jit: fix build with LLVM-21 Peter Eisentraut
- pgsql: jit: fix build with LLVM-21 Peter Eisentraut
- pgsql: Resume conflict-relevant data retention automatically. Amit Kapila
- pgsql: Remove workarounds against repeat typedefs Peter Eisentraut
- pgsql: Update various forward declarations to use typedef Peter Eisentraut
- pgsql: Change fmgr.h typedefs to use original names Peter Eisentraut
- pgsql: Improve ExplainState type handling in header files Peter Eisentraut
- pgsql: Remove hbaPort type Peter Eisentraut
- pgsql: CREATE STATISTICS: improve misleading error message Peter Eisentraut
- pgsql: CREATE STATISTICS: improve misleading error message Peter Eisentraut
- pgsql: CREATE STATISTICS: improve misleading error message Peter Eisentraut
- pgsql: CREATE STATISTICS: improve misleading error message Peter Eisentraut
- pgsql: CREATE STATISTICS: improve misleading error message Peter Eisentraut
- pgsql: CREATE STATISTICS: improve misleading error message Peter Eisentraut
- pgsql: Expand virtual generated columns in constraint expressions Peter Eisentraut
- pgsql: Expand virtual generated columns in constraint expressions Peter Eisentraut
- pgsql: Teach nbtree to avoid evaluating row compare keys. Peter Geoghegan
- pgsql: pg_restore: Fix comment handling with --no-publications / --no-s Fujii Masao
- pgsql: pg_restore: Fix comment handling with --no-publications / --no-s Fujii Masao
- pgsql: pg_restore: Fix comment handling with --no-publications / --no-s Fujii Masao
- pgsql: pg_restore: Fix comment handling with --no-publications / --no-s Fujii Masao
- pgsql: pg_restore: Fix comment handling with --no-publications / --no-s Fujii Masao
- pgsql: pg_restore: Fix comment handling with --no-publications / --no-s Fujii Masao
- pgsql: pg_restore: Fix comment handling with --no-publications / --no-s Fujii Masao
- pgsql: pg_restore: Fix comment handling with --no-policies. Fujii Masao
- pgsql: pg_restore: Fix comment handling with --no-policies. Fujii Masao
- pgsql: Fix incorrect const qualifier Peter Eisentraut
- pgsql: Fix incorrect const qualifier Peter Eisentraut
- pgsql: Fix intermittent BF failures in 035_conflicts. Amit Kapila
- pgsql: pg_dump: Fix dumping of security labels on subscriptions and eve Fujii Masao
- pgsql: pg_dump: Fix dumping of security labels on subscriptions and eve Fujii Masao
- pgsql: pg_dump: Fix dumping of security labels on subscriptions and eve Fujii Masao
- pgsql: pg_dump: Fix dumping of security labels on subscriptions and eve Fujii Masao
- pgsql: pg_dump: Fix dumping of security labels on subscriptions and eve Fujii Masao
- pgsql: pg_dump: Fix dumping of security labels on subscriptions and eve Fujii Masao
- pgsql: pg_dump: Fix dumping of security labels on subscriptions and eve Fujii Masao
- pgsql: Move pg_int64 back to postgres_ext.h Peter Eisentraut
- pgsql: Move pg_int64 back to postgres_ext.h Peter Eisentraut
- pgsql: Generate GB18030 mappings from the Unicode Consortium's UCM file John Naylor
- pgsql: Treat JsonConstructorExpr as non-strict Richard Guo
- pgsql: Treat JsonConstructorExpr as non-strict Richard Guo
- pgsql: Treat JsonConstructorExpr as non-strict Richard Guo
- pgsql: Treat JsonConstructorExpr as non-strict Richard Guo
- pgsql: Add regression expected-files for older OpenSSL in FIPS mode. Tom Lane
- pgsql: Add regression expected-files for older OpenSSL in FIPS mode. Tom Lane
- pgsql: Add regression expected-files for older OpenSSL in FIPS mode. Tom Lane
- pgsql: doc PG 18 relnotes: add mention of temporal foreign key constr. Bruce Momjian
- pgsql: Provide more-specific error details/hints for function lookup fa Tom Lane
- pgsql: Fix pg_dump COMMENT dependency for separate domain constraints. Noah Misch
- pgsql: Fix pg_dump COMMENT dependency for separate domain constraints. Noah Misch
- pgsql: Fix pg_dump COMMENT dependency for separate domain constraints. Noah Misch
- pgsql: Fix pg_dump COMMENT dependency for separate domain constraints. Noah Misch
- pgsql: Fix pg_dump COMMENT dependency for separate domain constraints. Noah Misch
- pgsql: Fix pg_dump COMMENT dependency for separate domain constraints. Noah Misch
- pgsql: Fix pg_dump COMMENT dependency for separate domain constraints. Noah Misch
- pgsql: Revert "Avoid race condition between "GRANT role" and "DROP ROLE Tom Lane
- pgsql: Revert "Avoid race condition between "GRANT role" and "DROP ROLE Tom Lane
- pgsql: Add regression expected-files for older OpenSSL in FIPS mode. Tom Lane
- pgsql: Add regression expected-files for older OpenSSL in FIPS mode. Tom Lane
- pgsql: Add regression expected-files for older OpenSSL in FIPS mode. Tom Lane
- pgsql: Add missing EPQ recheck for TID Scan David Rowley
- pgsql: Add missing EPQ recheck for TID Scan David Rowley
- pgsql: Add missing EPQ recheck for TID Scan David Rowley
- pgsql: Add missing EPQ recheck for TID Scan David Rowley
- pgsql: Add missing EPQ recheck for TID Scan David Rowley
- pgsql: Add missing EPQ recheck for TID Scan David Rowley
- pgsql: Add missing EPQ recheck for TID Scan David Rowley
- pgsql: Add missing EPQ recheck for TID Range Scan David Rowley
- pgsql: Add missing EPQ recheck for TID Range Scan David Rowley
- pgsql: Add missing EPQ recheck for TID Range Scan David Rowley
- pgsql: Add missing EPQ recheck for TID Range Scan David Rowley
- pgsql: Add missing EPQ recheck for TID Range Scan David Rowley
- pgsql: Add missing EPQ recheck for TID Range Scan David Rowley
- pgsql: Fix shared memory calculation size of PgAioCtl Michael Paquier
- pgsql: Fix shared memory calculation size of PgAioCtl Michael Paquier
- pgsql: injection_points: Fix incrementation of variable-numbered stats Michael Paquier
- pgsql: injection_points: Fix incrementation of variable-numbered stats Michael Paquier
- Re: pgsql: Move named LWLock tranche requests to shared memory. Michael Paquier
- pgsql: jit: Fix type used for Datum values in LLVM IR. Thomas Munro
- Re: pgsql: Move named LWLock tranche requests to shared memory. Nathan Bossart
- Re: pgsql: Move named LWLock tranche requests to shared memory. Nathan Bossart
- Re: pgsql: Move named LWLock tranche requests to shared memory. Michael Paquier
- Re: pgsql: Move named LWLock tranche requests to shared memory. Nathan Bossart
- pgsql: Calculate agglevelsup correctly when Aggref contains a CTE. Tom Lane
- pgsql: Calculate agglevelsup correctly when Aggref contains a CTE. Tom Lane
- pgsql: Calculate agglevelsup correctly when Aggref contains a CTE. Tom Lane
- pgsql: Calculate agglevelsup correctly when Aggref contains a CTE. Tom Lane
- pgsql: Calculate agglevelsup correctly when Aggref contains a CTE. Tom Lane
- pgsql: Calculate agglevelsup correctly when Aggref contains a CTE. Tom Lane
- pgsql: Calculate agglevelsup correctly when Aggref contains a CTE. Tom Lane
- Re: pgsql: Move named LWLock tranche requests to shared memory. Michael Paquier
- pgsql: Mark shared buffer lookup table HASH_FIXED_SIZE Andres Freund
- pgsql: pg_restore: Fix security label handling with --no-publications/s Fujii Masao
- pgsql: pg_restore: Fix security label handling with --no-publications/s Fujii Masao
- pgsql: pg_restore: Fix security label handling with --no-publications/s Fujii Masao
- pgsql: pg_restore: Fix security label handling with --no-publications/s Fujii Masao
- pgsql: pg_restore: Fix security label handling with --no-publications/s Fujii Masao
- pgsql: pg_restore: Fix security label handling with --no-publications/s Fujii Masao
- pgsql: pg_restore: Fix security label handling with --no-publications/s Fujii Masao
- pgsql: pgbench: Remove unused argument from create_sql_command(). Fujii Masao
- pgsql: doc PG 18 relnotes: update description of skip scan item Bruce Momjian
- pgsql: Fix re-initialization of LWLock-related shared memory. Nathan Bossart
- Re: pgsql: Move named LWLock tranche requests to shared memory. Nathan Bossart
- pgsql: doc PG 18 relnotes: set release date, remove "CURRENT AS OF" Bruce Momjian
- pgsql: Add a test harness for the LWLock tranche code. Nathan Bossart
- pgsql: Document and check that PgStat_HashKey has no padding Michael Paquier
- Re: pgsql: Move named LWLock tranche requests to shared memory. Michael Paquier
- pgsql: Fix EPQ crash from missing partition pruning state in EState Amit Langote
- pgsql: Fix EPQ crash from missing partition pruning state in EState Amit Langote
- pgsql: Make XLogFlush() and XLogNeedsFlush() decision-making more consi Michael Paquier
- pgsql: Improve few errdetail messages introduced in commit 0d48d393d46. Amit Kapila
- pgsql: Add optional pid parameter to pg_replication_origin_session_setu Amit Kapila
- pgsql: Improve wording in a few comments David Rowley
- pgsql: Improve wording in a few comments David Rowley
- pgsql: Add list of acknowledgments to release notes Peter Eisentraut
- pgsql: Fix obsolete references to postgres.h in comments. Nathan Bossart
- pgsql: Add list of major features to the v18 release notes. Nathan Bossart
- pgsql: Re-allow using statistics for bool-valued functions in WHERE. Tom Lane
- pgsql: Track the maximum possible frequency of non-MCE array elements. Tom Lane
- pgsql: Add support for base64url encoding and decoding Daniel Gustafsson