]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2026-04-07  Michael PaquierFix injection point detach timing problem in TAP test...
2026-04-07  Michael PaquierFix shmem allocation of fixed-sized custom stats kind
2026-04-07  Amit LangoteFix deferred FK check batching introduced by commit...
2026-04-06  Michael PaquierFix shared memory size of template code for custom...
2026-04-06  Melanie PlagemanAllocate separate DSM chunk for parallel Index[Only...
2026-04-06  Melanie PlagemanAssert no duplicate keys in shm_toc_insert()
2026-04-06  Nathan BossartAdd pg_stat_autovacuum_scores system view.
2026-04-06  Daniel GustafssonUse PG_DATA_CHECKSUM_OFF instead of hardcoded value
2026-04-06  Álvaro HerreraAdd CONCURRENTLY option to REPACK
2026-04-06  Alexander KorotkovDocument that WAIT FOR may be interrupted by recovery...
2026-04-06  Alexander KorotkovUse WAIT FOR LSN in PostgreSQL::Test::Cluster::wait_for...
2026-04-06  Alexander KorotkovAvoid syscache lookup while building a WAIT FOR tuple...
2026-04-06  Nathan BossartRemove recheck_relation_needs_vacanalyze().
2026-04-06  Robert Haasauto_explain: Add new GUC, auto_explain.log_extension_o...
2026-04-06  Tom LaneSupport more object types within CREATE SCHEMA.
2026-04-06  Tom LaneExecute foreign key constraints in CREATE SCHEMA at...
2026-04-06  Tom LaneDon't try to re-order the subcommands of CREATE SCHEMA.
2026-04-06  Masahiko SawadaAllow autovacuum to use parallel vacuum workers.
2026-04-06  Álvaro HerreraRename cluster.c to repack.c (and corresponding .h)
2026-04-06  Tom LaneDisallow system columns in COPY FROM WHERE conditions.
2026-04-06  Tom LaneAdd missing .gitignore files.
2026-04-06  Tom LaneFix null-bitmap combining in array_agg_array_combine().
2026-04-06  Robert HaasAdd a guc_check_handler to the EXPLAIN extension mechanism.
2026-04-06  Nathan BossartRemove autoanalyze corner case.
2026-04-06  Robert HaasExpose helper functions scan_quoted_identifier and...
2026-04-06  Fujii MasaoAdd TAP tests for log_lock_waits
2026-04-06  Fujii MasaoRelease postmaster working memory context in slotsync...
2026-04-06  Heikki LinnakangasFix memory leaks introduced by commit 283e823f9dcb
2026-04-06  Heikki LinnakangasFix compilation without injection points with some...
2026-04-06  Robert HaasAdd pg_stash_advice contrib module.
2026-04-06  Michael PaquierUse single LWLock for lock statistics in pgstats
2026-04-06  Michael PaquierImprove more stability of worker_spi termination test
2026-04-06  Fujii MasaoSimplify redundant current_database() subqueries in...
2026-04-06  Richard GuoFix volatile function evaluation in eager aggregation
2026-04-06  Richard GuoFix collation handling for grouping keys in eager aggre...
2026-04-06  Fujii MasaoAdd wal_sender_shutdown_timeout GUC to limit shutdown...
2026-04-06  John NaylorFix unportable use of __builtin_constant_p
2026-04-06  Daniel GustafssonTest stabilization for online checksums
2026-04-05  Daniel GustafssonHandle checksumworker startup wait race
2026-04-05  Michael PaquierAdd tests for lock statistics, take two
2026-04-05  Heikki LinnakangasConvert all remaining subsystems to use the new shmem...
2026-04-05  Heikki LinnakangasConvert buffer manager to use the new shmem allocation...
2026-04-05  Heikki LinnakangasAdd alignment option to ShmemRequestStruct()
2026-04-05  Heikki LinnakangasConvert AIO to use the new shmem allocation functions
2026-04-05  Heikki LinnakangasConvert SLRUs to use the new shmem allocation functions
2026-04-05  Heikki LinnakangasRefactor shmem initialization code in predicate.c
2026-04-05  Heikki LinnakangasUse the new shmem allocation functions in a few core...
2026-04-05  Heikki LinnakangasConvert lwlock.c to use the new shmem allocation functions
2026-04-05  Heikki LinnakangasIntroduce a registry of built-in shmem subsystems
2026-04-05  Heikki LinnakangasConvert pg_stat_statements to use the new shmem allocat...
2026-04-05  Heikki LinnakangasAdd a test module to test after-startup shmem allocations
2026-04-05  Heikki LinnakangasIntroduce a new mechanism for registering shared memory...
2026-04-05  Heikki LinnakangasMove some code from shmem.c and shmem.h
2026-04-05  Andres Freundinstrumentation: Separate per-node logic from other...
2026-04-05  Andres Freundinstrumentation: Separate trigger logic from other...
2026-04-05  Andres FreundFixups for a4f774cf1c7
2026-04-05  Andres FreundAdd tid_block() and tid_offset() accessor functions
2026-04-05  Heikki LinnakangasCheck that the tranche name is unique in RequestNamedLW...
2026-04-05  Heikki LinnakangasImprove test_lwlock_tranches
2026-04-05  Andrew DunstanAdd pg_get_database_ddl() function
2026-04-05  Andrew DunstanAdd pg_get_tablespace_ddl() function
2026-04-05  Andrew DunstanAdd pg_get_role_ddl() function
2026-04-05  Andrew DunstanAdd infrastructure for pg_get_*_ddl functions
2026-04-05  Álvaro HerreraAllow index_create to suppress index_build progress...
2026-04-05  Etsuro Fujitapostgres_fdw: Inherit the local transaction's access...
2026-04-05  Thomas Munroaio: Simplify pgaio_worker_submit().
2026-04-05  Andres Freundread_stream: Only increase read-ahead distance when...
2026-04-05  Andres Freundread stream: Split decision about look ahead for AIO...
2026-04-05  Andres Freundread_stream: Move logic about IO combining & issuing...
2026-04-05  Andres Freundaio: io_uring: Trigger async processing for large IOs
2026-04-05  John NaylorFix unused function warning on Arm platforms
2026-04-04  Álvaro HerreraModernize struct declarations in snapbuild.h
2026-04-04  Álvaro HerreraMake index_concurrently_create_copy more general
2026-04-04  Peter Geogheganheapam: Keep buffer pins across index scan resets.
2026-04-04  Heikki LinnakangasRemove unnecessary #include "spin.h" from shmem.h
2026-04-04  Peter Geogheganheapam: Track heap block in IndexFetchHeapData.
2026-04-04  Peter GeogheganMove heapam_handler.c index scan code to new file.
2026-04-04  Peter GeogheganRename heapam_index_fetch_tuple argument for clarity.
2026-04-04  John NaylorFix indentation
2026-04-04  John NaylorCompute CRC32C on ARM using the Crypto Extension where...
2026-04-04  John NaylorUse AVX2 for calculating page checksums where available
2026-04-04  Heikki LinnakangasAdd missing shmem size estimate for fast-path locking...
2026-04-04  Thomas MunroMore tar portability adjustments.
2026-04-03  Heikki LinnakangasRemove HASH_DIRSIZE, always use the default algorithm...
2026-04-03  Heikki LinnakangasAllocate all parts of shmem hash table from a single...
2026-04-03  Heikki LinnakangasPrevent shared memory hash tables from growing beyond...
2026-04-03  Heikki LinnakangasMerge init and max size options on shmem hash tables
2026-04-03  Jacob Championoauth: Let validators provide failure DETAILs
2026-04-03  Daniel GustafssonMake data checksum tests more resilient for slow machines
2026-04-03  Nathan BossartAdd elevel parameter to relation_needs_vacanalyze().
2026-04-03  Nathan BossartTeach relation_needs_vacanalyze() to always compute...
2026-04-03  Daniel GustafssonOnline enabling and disabling of data checksums
2026-04-03  Nathan BossartRefactor relation_needs_vacanalyze().
2026-04-03  Heikki LinnakangasChange default of max_locks_per_transactions to 128
2026-04-03  Heikki LinnakangasMake the lock hash tables fixed-sized
2026-04-03  Heikki LinnakangasRemove 10% safety margin from lock manager hash table...
2026-04-03  Heikki LinnakangasRemove bogus "safety margin" from predicate.c shmem...
2026-04-03  Amit LangoteOptimize fast-path FK checks with batched index probes
2026-04-03  Thomas Munrojit: No backport::SectionMemoryManager for LLVM 22.
2026-04-02  Tom LaneFurther harden tests that might use not-so-compatible...
next