]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2026-03-14  Peter GeogheganUse fake LSNs to improve nbtree dropPin behavior.
2026-03-13  Peter GeogheganMove fake LSN infrastructure out of GiST.
2026-03-13  Jeff DavisAdd error code to user-visible message.
2026-03-13  Tomas VondraUse GetXLogInsertEndRecPtr in gistGetFakeLSN
2026-03-13  Heikki LinnakangasFree memory allocated for unrecognized_protocol_options
2026-03-13  Nathan BossartAdd convenience view to stats import test.
2026-03-13  Andres FreundFix bug due to confusion about what IsMVCCSnapshot...
2026-03-13  Jacob Championlibpq-oauth: Fix Makefile dependencies
2026-03-13  Nathan BossartAdd commit b6eb8dde6b to .git-blame-ignore-revs.
2026-03-13  Jacob Championlibpq-oauth: Never link against libpq's encoding functions
2026-03-13  Jacob Championlibpq-oauth: Use the PGoauthBearerRequestV2 API
2026-03-13  Nathan BossartInitialize variable to placate compiler.
2026-03-13  Nathan BossartOptimize COPY FROM (FORMAT {text,csv}) using SIMD.
2026-03-13  Peter EisentrautFactor out constructSetOpTargetlist() from transformSet...
2026-03-13  Heikki LinnakangasAdd callback for I/O error messages in SLRUs
2026-03-13  Fujii MasaoAdd stats_reset column to pg_stat_database_conflicts.
2026-03-13  Heikki LinnakangasCheck for interrupts during non-fast-update GIN insertion
2026-03-13  Alexander KorotkovRework ginScanToDelete() to pass Buffers instead of...
2026-03-13  Heikki LinnakangasFix pointer type of ShmemAllocatorData->index
2026-03-13  Michael Paquierxml2: Fix failure with xslt_process() under -fsanitize...
2026-03-13  Peter EisentrautChange copyObject() to use typeof_unqual
2026-03-13  Michael Paquierpgstattuple: Optimize btree and hash index functions...
2026-03-12  Andrew DunstanEnable fast default for domains with non-volatile const...
2026-03-12  Andrew DunstanExtend DomainHasConstraints() to optionally check const...
2026-03-12  Álvaro HerreraDocument the 'command' column of pg_stat_progress_repack
2026-03-12  Peter GeogheganUse simplehash for backend-private buffer pin refcounts.
2026-03-12  Peter Geoghegannbtree: Avoid allocating _bt_search stack.
2026-03-12  Robert HaasAdd pg_plan_advice contrib module.
2026-03-12  Michael Paquierdoc: Document variables for path substitution in SQL...
2026-03-12  Michael Paquierbloom: Optimize VACUUM and bulk-deletion with streaming...
2026-03-12  Michael PaquierUse streaming read for VACUUM cleanup of GIN
2026-03-12  Richard GuoConvert NOT IN sublinks to anti-joins when safe
2026-03-11  Andres Freundbufmgr: Fix use of wrong variable in GetPrivateRefCount...
2026-03-11  Jeff DavisFix use of volatile.
2026-03-11  Andrew DunstanAdd support for altering CHECK constraint enforceability
2026-03-11  Andrew Dunstanrename alter constraint enforceability related functions
2026-03-11  Andres Freundbufmgr: Switch to standard order in MarkBufferDirtyHint()
2026-03-11  Andres Freundbufmgr: Remove the, now obsolete, BM_JUST_DIRTIED
2026-03-11  Melanie PlagemanAvoid WAL flush checks for unlogged buffers in GetVicti...
2026-03-11  Tomas VondraDo not lock in BufferGetLSNAtomic() on archs with 8...
2026-03-11  Tomas VondraFix indentation from commit 29a0fb21577
2026-03-11  Tomas VondraConditional locking in pgaio_worker_submit_internal
2026-03-11  Peter EisentrautFixes for C++ typeof implementation
2026-03-11  Peter EisentrautRemove Int8GetDatum function
2026-03-11  Peter EisentrautSort out table_open vs. relation_open in rewriter
2026-03-10  Andres FreundRequire share-exclusive lock to set hint bits and to...
2026-03-10  Michael Paquierbloom: Optimize bitmap scan path with streaming read
2026-03-10  Melanie PlagemanRemove unused PruneState member frz_conflict_horizon
2026-03-10  Heikki LinnakangasDon't clear pendingRecoveryConflicts at end of transaction
2026-03-10  Melanie PlagemanUse the newest to-be-frozen xid as the conflict horizon...
2026-03-10  Álvaro HerreraIntroduce the REPACK command
2026-03-10  Masahiko SawadaFix grammar in short description of effective_wal_level.
2026-03-10  Andres Freundheapam: Don't mimic MarkBufferDirtyHint() in inplace...
2026-03-10  Álvaro Herrerapg_dumpall: simplify coding of dropDBs()
2026-03-10  Fujii MasaoRemove duplicate initialization in initialize_brin_buil...
2026-03-10  Peter EisentrautRename grammar nonterminal to simplify reuse
2026-03-10  Robert HaasAllow extensions to mark an individual index as disabled.
2026-03-10  Michael PaquierSwitch to FATAL error for missing checkpoint record...
2026-03-09  Michael PaquierFix misuse of "volatile" in xml.c
2026-03-09  Nathan Bossartpg_{dump,restore}: Refactor handling of conflicting...
2026-03-09  Robert HaasReplace get_relation_info_hook with build_simple_rel_hook.
2026-03-09  Robert HaasConsider startup cost as a figure of merit for partial...
2026-03-09  Robert HaasPrevent restore of incremental backup from bloating...
2026-03-09  Amit KapilaRemove trailing period from errmsg in subscriptioncmds.c.
2026-03-09  Peter EisentrautMove comment back to better place
2026-03-09  Fujii Masaodoc: Document IF NOT EXISTS option for ALTER FOREIGN...
2026-03-09  Michael PaquierFix size underestimation of DSA pagemap for odd-sized...
2026-03-08  Michael PaquierRefactor tests for catalog diff comparisons in stats_im...
2026-03-08  Michael PaquierFix typo in stats_import.sql
2026-03-07  Álvaro HerreraFix invalid boolean if-test
2026-03-06  Jacob Championlibpq: Introduce PQAUTHDATA_OAUTH_BEARER_TOKEN_V2
2026-03-06  Nathan Bossartpg_dumpall: Fix handling of conflicting options.
2026-03-06  Masahiko SawadaUse palloc_object() and palloc_array() in more areas...
2026-03-06  Tom LaneSupport grouping-expression references and GROUPING...
2026-03-06  Jeff DavisCREATE SUBSCRIPTION ... SERVER.
2026-03-06  Álvaro HerreraDon't include wait_event.h in pgstat.h
2026-03-06  Peter Eisentrautdoc: Fix capitalization of Unicode
2026-03-06  Peter EisentrautFix Python deprecation warning
2026-03-06  Peter EisentrautMake unconstify and unvolatize use StaticAssertVariable...
2026-03-06  Peter EisentrautUse typeof everywhere instead of compiler specific...
2026-03-06  Peter EisentrautPortable StaticAssertExpr
2026-03-06  Fujii MasaoFix publisher shutdown hang caused by logical walsender...
2026-03-06  Fujii MasaoImprove tests for recovery_target_timeline GUC.
2026-03-06  Michael PaquierFix inconsistency with HeapTuple freeing in extended_st...
2026-03-06  Michael PaquierFix order of columns in pg_stat_recovery
2026-03-06  Amit KapilaFix inconsistent elevel in pg_sync_replication_slots...
2026-03-06  Michael PaquierAdd system view pg_stat_recovery
2026-03-06  Michael PaquierRefactor code retrieving string for RecoveryPauseState
2026-03-05  Tom LaneSimplify creation of built-in functions with non-defaul...
2026-03-05  Tom LaneBe more wary of false matches in initdb's replace_token().
2026-03-05  Melanie PlagemanPrefix PruneState->all_{visible,frozen} with set_
2026-03-05  Melanie PlagemanAdd PageGetPruneXid() helper
2026-03-05  Melanie PlagemanMove commonly used context into PruneState and simplify...
2026-03-05  Tom LaneExit after fatal errors in client-side compression...
2026-03-05  Jacob Championoauth: Add TLS support for oauth_validator tests
2026-03-05  Jacob Championlibpq: Add PQgetThreadLock() to mirror PQregisterThread...
2026-03-05  Jacob Championoauth: Report cleanup errors as warnings on stderr
2026-03-05  Alexander KorotkovFix handling of updated tuples in the MERGE statement
2026-03-05  Fujii MasaoImprove validation of recovery_target_xid GUC values.
2026-03-05  Fujii Masaodoc: Clarify that COLUMN is optional in ALTER TABLE...
next