]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2026-04-02  Andrew DunstanAdd additional jsonpath string methods
2026-04-02  Andrew DunstanRename jsonpath method arg tokens
2026-04-02  Masahiko SawadaAdd target_relid parameter to pg_get_publication_tables().
2026-04-02  Tom LaneHarden astreamer tar parsing logic against archives...
2026-04-02  Fujii MasaoRemove redundant SetLatch() calls in interrupt handling...
2026-04-02  John NaylorCheck for __cpuidex and __get_cpuid_count separately
2026-04-02  Andrew DunstanUse command_ok for pg_regress calls in 002_pg_upgrade...
2026-04-02  Andrew Dunstanperl tap: Use croak instead of die in our helper modules
2026-04-02  Andrew Dunstanperl tap: Show die reason in TAP output
2026-04-02  Andrew Dunstanperl tap: Show failed command output
2026-04-02  Andrew Dunstanpg_regress: Include diffs in TAP output
2026-04-02  Tomas Vondrajit: Change the default to off.
2026-04-02  Heikki LinnakangasTest pg_stat_statements across crash restart
2026-04-02  Amit KapilaDoc: Fix oversight in commit 55cefadde8.
2026-04-02  Thomas Munrojit: Stop emitting lifetime.end for LLVM 22.
2026-04-02  David RowleyFix nocachegetattr() so it again supports deforming...
2026-04-02  Andres Freundpg_test_timing: Reduce per-loop overhead
2026-04-01  Andres Freundread_stream: Prevent distance from decaying too quickly
2026-04-01  Andres Freundread_stream: Issue IO synchronously while in fast path
2026-04-01  Heikki LinnakangasMake ShmemIndex visible in the pg_shmem_allocations...
2026-04-01  Álvaro HerreraGive an 'options' parameter to tuple_delete/_update
2026-04-01  Peter EisentrautAdd UPDATE/DELETE FOR PORTION OF
2026-04-01  Álvaro HerreraFix vicinity of tuple_insert to use uint32, not int...
2026-04-01  Dean RasheedAdd support for extended statistics on virtual generate...
2026-04-01  Nathan Bossartdoc: Add missing description for DROP SUBSCRIPTION...
2026-04-01  Andres Freundbufmgr: Return whether WaitReadBuffers() needed to...
2026-04-01  Andres Freundaio: io_uring: Allow IO methods to check if IO complete...
2026-04-01  Amit LangoteMake FastPathMeta self-contained by copying FmgrInfo...
2026-04-01  Amit LangoteFix two issues in fast-path FK check introduced by...
2026-04-01  John NaylorSkip common prefixes during radix sort
2026-04-01  Fujii MasaoReduce log level of some logical decoding messages...
2026-04-01  Peter EisentrautUse standard C23 and C++ attributes if available
2026-04-01  Peter EisentrautEnable test_cplusplusext with MSVC
2026-04-01  Amit KapilaFix miscellaneous issues in EXCEPT publication clause.
2026-04-01  Thomas MunroFix pg_waldump/t/001_basic.pl with BSD tar on ZFS.
2026-03-31  Andres Freundbufmgr: Fix ordering of checks in PinBuffer()
2026-03-31  Tom LaneDoc: warn that parallel pg_restore may fail if --no...
2026-03-31  Melanie PlagemanFix test_aio read_buffers() to work without cassert
2026-03-31  Jacob Championoauth: Don't log discovery connections by default
2026-03-31  Jacob Championsasl: Allow backend mechanisms to "abandon" exchanges
2026-03-31  Jacob ChampionAdd FATAL_CLIENT_ONLY to ereport/elog
2026-03-31  Jacob Championlibpq: Allow developers to reimplement libpq-oauth
2026-03-31  Jacob Championlibpq: Poison the v2 part of a v1 Bearer request
2026-03-31  Nathan BossartAvoid including vacuum.h in tableam.h and heapam.h.
2026-03-31  Tom LaneDoc: remove bogus claim that tsvectors can have up...
2026-03-31  Tom LaneDoc: improve explanation of GiST compress/decompress...
2026-03-31  Heikki LinnakangasChange the signature of dynahash's alloc function
2026-03-31  Heikki LinnakangasRemove HASH_SEGMENT option
2026-03-31  Peter EisentrautFix cross variable references in graph pattern causing...
2026-03-31  Peter EisentrautProperty references are preferred over regular column...
2026-03-31  Amit LangoteFix use-after-free in ri_LoadConstraintInfo
2026-03-31  Daniel GustafssonFormalize WAL record for XLOG_CHECKPOINT_REDO
next