]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2026-03-16  Nathan Bossartpg_dumpall: Fix handling of incompatible options.
2026-03-16  Peter EisentrautMake some tests more stable by adding more explicit...
2026-03-16  Álvaro HerreraReduce header inclusions via execnodes.h
2026-03-16  Fujii MasaoRemove unstable test for pg_statio_all_sequences stats...
2026-03-16  Peter EisentrautFix pg_upgrade failure when extension_control_path...
2026-03-16  Peter EisentrautUse C11 alignas in typedef definitions
2026-03-16  Peter EisentrautPrevent -Wstrict-prototypes and -Wold-style-definition...
2026-03-16  Peter EisentrautSQL Property Graph Queries (SQL/PGQ)
2026-03-16  Fujii MasaoEnsure "still waiting on lock" message is logged only...
2026-03-16  Michael PaquierReject ALTER TABLE .. CLUSTER earlier for partitioned...
2026-03-16  Fujii MasaoAdd stats_reset column to pg_statio_all_sequences
2026-03-16  Peter EisentrautFix accidentally casting away const
2026-03-16  Amit KapilaRemove obsolete speculative insert cleanup in ReorderBu...
2026-03-16  Fujii Masaofile_fdw: Add regression test for file_fdw with ON_ERRO...
2026-03-16  Michael PaquierOptimize hash index bulk-deletion with streaming read
2026-03-15  Tom LaneMove -ffast-math defense to float.c and remove the...
2026-03-15  Tom LaneBe more careful about int vs. Oid in ecpglib.
2026-03-15  David RowleyOptimize tuple deformation
2026-03-15  David RowleyAdd all required calls to TupleDescFinalize()
2026-03-15  Tom LaneSave a few bytes per CatCTup.
2026-03-15  Tom LaneFix small memory leak in get_dbname_oid_list_from_mfile().
2026-03-15  Andrew Dunstanpg_restore: Remove dead code in restore_all_databases()
2026-03-15  Melanie PlagemanSave vmbuffer in heap-specific scan descriptors for...
2026-03-15  Melanie PlagemanAvoid BufferGetPage() calls in heap_update()
2026-03-15  Melanie PlagemanInitialize missing fields in CreateExecutorState()
2026-03-15  Peter EisentrautMake typeof and typeof_unqual fallback definitions...
2026-03-14  Tom LaneSwitch the semaphore API on Solaris to unnamed POSIX.
2026-03-14  Tom LaneFix aclitemout() to work during early bootstrap.
2026-03-14  Tomas VondraTighten asserts on ParallelWorkerNumber
2026-03-14  Michael Paquierpgstattuple: Optimize pgstattuple_approx() with streami...
2026-03-14  David RowleyAllow sibling call optimization in slot_getsomeattrs_int()
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
next