]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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
2026-03-31  Peter EisentrautDisable some C++ warnings in MSVC
2026-03-31  Peter Eisentrautmeson: Make room for C++-only warning flags for MSVC
2026-03-31  Amit LangoteAdd fast path for foreign key constraint checks
2026-03-31  Amit KapilaChange syntax of EXCEPT TABLE clause in publication...
2026-03-30  Tom LaneDoc: update ddl.sgml's description of cmin and cmax.
2026-03-30  Peter EisentrautAdd warning option -Wold-style-declaration
2026-03-30  Jacob Championlibpq: Add oauth_ca_file option to change CAs without...
2026-03-30  Nathan BossartRemove bits* typedefs.
2026-03-30  Heikki LinnakangasUse ShmemInitStruct to allocate shmem for semaphores
2026-03-30  Melanie PlagemanSet pd_prune_xid on insert
2026-03-30  Melanie PlagemanAllow on-access pruning to set pages all-visible
2026-03-30  Nathan BossartAdd commit 874da8b1f6 to .git-blame-ignore-revs.
2026-03-30  Peter Eisentrautconfigure: Apply -Werror=vla to C++ as well as C
2026-03-30  Tom LaneBe more careful to preserve consistency of a tuplestore.
2026-03-30  Heikki LinnakangasReplace getopt() with our re-entrant variant in the...
2026-03-30  Heikki LinnakangasInvent a variant of getopt(3) that is thread-safe
2026-03-30  Heikki LinnakangasFix latent bug in get_stats_option_name()
2026-03-30  Melanie PlagemanPass down information on table modification to scan...
2026-03-30  Álvaro HerreraDon't use bits32 in table AM interface
2026-03-30  Melanie PlagemanThread flags through begin-scan APIs
2026-03-30  Tom LaneDetect pfree or repalloc of a previously-freed memory...
2026-03-30  Heikki LinnakangasFix outdated comment on MainLWLockArray
2026-03-30  Robert Haaspg_plan_advice: Avoid assertion failure with partitionw...
2026-03-30  Melanie PlagemanRemove PlannedStmt->resultRelations in favor of resultR...
2026-03-30  Melanie PlagemanMake it cheap to check if a relation is modified by...
2026-03-30  Álvaro HerreraHave table_insert and siblings use an unsigned type...
2026-03-30  Peter Eisentrautheaderscheck: Avoid mutual inclusion of pg_config.h...
2026-03-30  Peter EisentrautMake cast functions to type money error safe
next