]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
4 days ago  Daniel GustafssonTest stabilization for online checksums
4 days ago  Daniel GustafssonHandle checksumworker startup wait race
4 days ago  Michael PaquierAdd tests for lock statistics, take two
4 days ago  Heikki LinnakangasConvert all remaining subsystems to use the new shmem...
4 days ago  Heikki LinnakangasConvert buffer manager to use the new shmem allocation...
4 days ago  Heikki LinnakangasAdd alignment option to ShmemRequestStruct()
4 days ago  Heikki LinnakangasConvert AIO to use the new shmem allocation functions
4 days ago  Heikki LinnakangasConvert SLRUs to use the new shmem allocation functions
4 days ago  Heikki LinnakangasRefactor shmem initialization code in predicate.c
4 days ago  Heikki LinnakangasUse the new shmem allocation functions in a few core...
4 days ago  Heikki LinnakangasConvert lwlock.c to use the new shmem allocation functions
4 days ago  Heikki LinnakangasIntroduce a registry of built-in shmem subsystems
4 days ago  Heikki LinnakangasConvert pg_stat_statements to use the new shmem allocat...
4 days ago  Heikki LinnakangasAdd a test module to test after-startup shmem allocations
4 days ago  Heikki LinnakangasIntroduce a new mechanism for registering shared memory...
4 days ago  Heikki LinnakangasMove some code from shmem.c and shmem.h
4 days ago  Andres Freundinstrumentation: Separate per-node logic from other...
4 days ago  Andres Freundinstrumentation: Separate trigger logic from other...
4 days ago  Andres FreundFixups for a4f774cf1c7
4 days ago  Andres FreundAdd tid_block() and tid_offset() accessor functions
4 days ago  Heikki LinnakangasCheck that the tranche name is unique in RequestNamedLW...
4 days ago  Heikki LinnakangasImprove test_lwlock_tranches
4 days ago  Andrew DunstanAdd pg_get_database_ddl() function
4 days ago  Andrew DunstanAdd pg_get_tablespace_ddl() function
4 days ago  Andrew DunstanAdd pg_get_role_ddl() function
4 days ago  Andrew DunstanAdd infrastructure for pg_get_*_ddl functions
4 days ago  Álvaro HerreraAllow index_create to suppress index_build progress...
4 days ago  Etsuro Fujitapostgres_fdw: Inherit the local transaction's access...
5 days ago  Thomas Munroaio: Simplify pgaio_worker_submit().
5 days ago  Andres Freundread_stream: Only increase read-ahead distance when...
5 days ago  Andres Freundread stream: Split decision about look ahead for AIO...
5 days ago  Andres Freundread_stream: Move logic about IO combining & issuing...
5 days ago  Andres Freundaio: io_uring: Trigger async processing for large IOs
5 days ago  John NaylorFix unused function warning on Arm platforms
5 days ago  Álvaro HerreraModernize struct declarations in snapbuild.h
5 days ago  Álvaro HerreraMake index_concurrently_create_copy more general
5 days ago  Peter Geogheganheapam: Keep buffer pins across index scan resets.
5 days ago  Heikki LinnakangasRemove unnecessary #include "spin.h" from shmem.h
5 days ago  Peter Geogheganheapam: Track heap block in IndexFetchHeapData.
5 days ago  Peter GeogheganMove heapam_handler.c index scan code to new file.
5 days ago  Peter GeogheganRename heapam_index_fetch_tuple argument for clarity.
5 days ago  John NaylorFix indentation
5 days ago  John NaylorCompute CRC32C on ARM using the Crypto Extension where...
5 days ago  John NaylorUse AVX2 for calculating page checksums where available
5 days ago  Heikki LinnakangasAdd missing shmem size estimate for fast-path locking...
6 days ago  Thomas MunroMore tar portability adjustments.
6 days ago  Heikki LinnakangasRemove HASH_DIRSIZE, always use the default algorithm...
6 days ago  Heikki LinnakangasAllocate all parts of shmem hash table from a single...
6 days ago  Heikki LinnakangasPrevent shared memory hash tables from growing beyond...
6 days ago  Heikki LinnakangasMerge init and max size options on shmem hash tables
6 days ago  Jacob Championoauth: Let validators provide failure DETAILs
6 days ago  Daniel GustafssonMake data checksum tests more resilient for slow machines
6 days ago  Nathan BossartAdd elevel parameter to relation_needs_vacanalyze().
6 days ago  Nathan BossartTeach relation_needs_vacanalyze() to always compute...
6 days ago  Daniel GustafssonOnline enabling and disabling of data checksums
6 days ago  Nathan BossartRefactor relation_needs_vacanalyze().
6 days ago  Heikki LinnakangasChange default of max_locks_per_transactions to 128
6 days ago  Heikki LinnakangasMake the lock hash tables fixed-sized
6 days ago  Heikki LinnakangasRemove 10% safety margin from lock manager hash table...
6 days ago  Heikki LinnakangasRemove bogus "safety margin" from predicate.c shmem...
7 days ago  Amit LangoteOptimize fast-path FK checks with batched index probes
7 days ago  Thomas Munrojit: No backport::SectionMemoryManager for LLVM 22.
7 days ago  Tom LaneFurther harden tests that might use not-so-compatible...
7 days ago  Andrew DunstanAdd additional jsonpath string methods
7 days ago  Andrew DunstanRename jsonpath method arg tokens
7 days ago  Masahiko SawadaAdd target_relid parameter to pg_get_publication_tables().
7 days ago  Tom LaneHarden astreamer tar parsing logic against archives...
7 days ago  Fujii MasaoRemove redundant SetLatch() calls in interrupt handling...
7 days ago  John NaylorCheck for __cpuidex and __get_cpuid_count separately
7 days ago  Andrew DunstanUse command_ok for pg_regress calls in 002_pg_upgrade...
7 days ago  Andrew Dunstanperl tap: Use croak instead of die in our helper modules
7 days ago  Andrew Dunstanperl tap: Show die reason in TAP output
7 days ago  Andrew Dunstanperl tap: Show failed command output
7 days ago  Andrew Dunstanpg_regress: Include diffs in TAP output
7 days ago  Tomas Vondrajit: Change the default to off.
7 days ago  Heikki LinnakangasTest pg_stat_statements across crash restart
8 days ago  Amit KapilaDoc: Fix oversight in commit 55cefadde8.
8 days ago  Thomas Munrojit: Stop emitting lifetime.end for LLVM 22.
8 days ago  David RowleyFix nocachegetattr() so it again supports deforming...
8 days ago  Andres Freundpg_test_timing: Reduce per-loop overhead
8 days ago  Andres Freundread_stream: Prevent distance from decaying too quickly
8 days ago  Andres Freundread_stream: Issue IO synchronously while in fast path
8 days ago  Heikki LinnakangasMake ShmemIndex visible in the pg_shmem_allocations...
8 days ago  Álvaro HerreraGive an 'options' parameter to tuple_delete/_update
8 days ago  Peter EisentrautAdd UPDATE/DELETE FOR PORTION OF
8 days ago  Álvaro HerreraFix vicinity of tuple_insert to use uint32, not int...
8 days ago  Dean RasheedAdd support for extended statistics on virtual generate...
8 days ago  Nathan Bossartdoc: Add missing description for DROP SUBSCRIPTION...
8 days ago  Andres Freundbufmgr: Return whether WaitReadBuffers() needed to...
8 days ago  Andres Freundaio: io_uring: Allow IO methods to check if IO complete...
8 days ago  Amit LangoteMake FastPathMeta self-contained by copying FmgrInfo...
8 days ago  Amit LangoteFix two issues in fast-path FK check introduced by...
9 days ago  John NaylorSkip common prefixes during radix sort
9 days ago  Fujii MasaoReduce log level of some logical decoding messages...
9 days ago  Peter EisentrautUse standard C23 and C++ attributes if available
9 days ago  Peter EisentrautEnable test_cplusplusext with MSVC
9 days ago  Amit KapilaFix miscellaneous issues in EXCEPT publication clause.
9 days ago  Thomas MunroFix pg_waldump/t/001_basic.pl with BSD tar on ZFS.
9 days ago  Andres Freundbufmgr: Fix ordering of checks in PinBuffer()
9 days ago  Tom LaneDoc: warn that parallel pg_restore may fail if --no...
next