postgresql.git
118 min ago Álvaro HerreraModernize struct declarations in snapbuild.h master github/master
5 hours ago Álvaro HerreraMake index_concurrently_create_copy more general
6 hours ago Peter Geogheganheapam: Keep buffer pins across index scan resets.
6 hours ago Heikki LinnakangasRemove unnecessary #include "spin.h" from shmem.h
8 hours ago Peter Geogheganheapam: Track heap block in IndexFetchHeapData.
8 hours ago Peter GeogheganMove heapam_handler.c index scan code to new file.
8 hours ago Peter GeogheganRename heapam_index_fetch_tuple argument for clarity.
9 hours ago John NaylorFix indentation
10 hours ago John NaylorCompute CRC32C on ARM using the Crypto Extension where...
13 hours ago John NaylorUse AVX2 for calculating page checksums where available
15 hours ago Heikki LinnakangasAdd missing shmem size estimate for fast-path locking...
23 hours ago Thomas MunroMore tar portability adjustments.
24 hours ago Heikki LinnakangasRemove HASH_DIRSIZE, always use the default algorithm...
24 hours ago Heikki LinnakangasAllocate all parts of shmem hash table from a single...
24 hours ago Heikki LinnakangasPrevent shared memory hash tables from growing beyond...
24 hours ago Heikki LinnakangasMerge init and max size options on shmem hash tables
25 hours ago Jacob Championoauth: Let validators provide failure DETAILs
25 hours ago Daniel GustafssonMake data checksum tests more resilient for slow machines
26 hours ago Nathan BossartAdd elevel parameter to relation_needs_vacanalyze().
26 hours ago Nathan BossartTeach relation_needs_vacanalyze() to always compute...
27 hours ago Daniel GustafssonOnline enabling and disabling of data checksums
29 hours ago Nathan BossartRefactor relation_needs_vacanalyze().
30 hours ago Heikki LinnakangasChange default of max_locks_per_transactions to 128
30 hours ago Heikki LinnakangasMake the lock hash tables fixed-sized
30 hours ago Heikki LinnakangasRemove 10% safety margin from lock manager hash table...
30 hours ago Heikki LinnakangasRemove bogus "safety margin" from predicate.c shmem...
42 hours ago Amit LangoteOptimize fast-path FK checks with batched index probes
46 hours ago Thomas Munrojit: No backport::SectionMemoryManager for LLVM 22.
2 days ago Tom LaneFurther harden tests that might use not-so-compatible...
2 days ago Andrew DunstanAdd additional jsonpath string methods
2 days ago Andrew DunstanRename jsonpath method arg tokens
2 days ago Masahiko SawadaAdd target_relid parameter to pg_get_publication_tables().
2 days ago Tom LaneHarden astreamer tar parsing logic against archives...
2 days ago Fujii MasaoRemove redundant SetLatch() calls in interrupt handling...
2 days ago John NaylorCheck for __cpuidex and __get_cpuid_count separately
2 days ago Andrew DunstanUse command_ok for pg_regress calls in 002_pg_upgrade...
2 days ago Andrew Dunstanperl tap: Use croak instead of die in our helper modules
2 days ago Andrew Dunstanperl tap: Show die reason in TAP output
2 days ago Andrew Dunstanperl tap: Show failed command output
2 days ago Andrew Dunstanpg_regress: Include diffs in TAP output
2 days ago Tomas Vondrajit: Change the default to off.
2 days ago Heikki LinnakangasTest pg_stat_statements across crash restart
2 days ago Amit KapilaDoc: Fix oversight in commit 55cefadde8.
2 days ago Thomas Munrojit: Stop emitting lifetime.end for LLVM 22.
2 days ago David RowleyFix nocachegetattr() so it again supports deforming...
3 days ago Andres Freundpg_test_timing: Reduce per-loop overhead
3 days ago Andres Freundread_stream: Prevent distance from decaying too quickly
3 days ago Andres Freundread_stream: Issue IO synchronously while in fast path
3 days ago Heikki LinnakangasMake ShmemIndex visible in the pg_shmem_allocations...
3 days ago Álvaro HerreraGive an 'options' parameter to tuple_delete/_update
3 days ago Peter EisentrautAdd UPDATE/DELETE FOR PORTION OF
3 days ago Álvaro HerreraFix vicinity of tuple_insert to use uint32, not int...
3 days ago Dean RasheedAdd support for extended statistics on virtual generate...
3 days ago Nathan Bossartdoc: Add missing description for DROP SUBSCRIPTION...
3 days ago Andres Freundbufmgr: Return whether WaitReadBuffers() needed to...
3 days ago Andres Freundaio: io_uring: Allow IO methods to check if IO complete...
3 days ago Amit LangoteMake FastPathMeta self-contained by copying FmgrInfo...
3 days ago Amit LangoteFix two issues in fast-path FK check introduced by...
3 days ago John NaylorSkip common prefixes during radix sort
3 days ago Fujii MasaoReduce log level of some logical decoding messages...
3 days ago Peter EisentrautUse standard C23 and C++ attributes if available
3 days ago Peter EisentrautEnable test_cplusplusext with MSVC
3 days ago Amit KapilaFix miscellaneous issues in EXCEPT publication clause.
3 days ago Thomas MunroFix pg_waldump/t/001_basic.pl with BSD tar on ZFS.
4 days ago Andres Freundbufmgr: Fix ordering of checks in PinBuffer()
4 days ago Tom LaneDoc: warn that parallel pg_restore may fail if --no...
4 days ago Melanie PlagemanFix test_aio read_buffers() to work without cassert
4 days ago Jacob Championoauth: Don't log discovery connections by default
4 days ago Jacob Championsasl: Allow backend mechanisms to "abandon" exchanges
4 days ago Jacob ChampionAdd FATAL_CLIENT_ONLY to ereport/elog
4 days ago Jacob Championlibpq: Allow developers to reimplement libpq-oauth
4 days ago Jacob Championlibpq: Poison the v2 part of a v1 Bearer request
4 days ago Nathan BossartAvoid including vacuum.h in tableam.h and heapam.h.
4 days ago Tom LaneDoc: remove bogus claim that tsvectors can have up...
4 days ago Tom LaneDoc: improve explanation of GiST compress/decompress...
4 days ago Heikki LinnakangasChange the signature of dynahash's alloc function
4 days ago Heikki LinnakangasRemove HASH_SEGMENT option
4 days ago Peter EisentrautFix cross variable references in graph pattern causing...
4 days ago Peter EisentrautProperty references are preferred over regular column...
4 days ago Amit LangoteFix use-after-free in ri_LoadConstraintInfo
4 days ago Daniel GustafssonFormalize WAL record for XLOG_CHECKPOINT_REDO
4 days ago Peter EisentrautDisable some C++ warnings in MSVC
4 days ago Peter Eisentrautmeson: Make room for C++-only warning flags for MSVC
4 days ago Amit LangoteAdd fast path for foreign key constraint checks
4 days ago Amit KapilaChange syntax of EXCEPT TABLE clause in publication...
5 days ago Tom LaneDoc: update ddl.sgml's description of cmin and cmax.
5 days ago Peter EisentrautAdd warning option -Wold-style-declaration
5 days ago Jacob Championlibpq: Add oauth_ca_file option to change CAs without...
5 days ago Nathan BossartRemove bits* typedefs.
5 days ago Heikki LinnakangasUse ShmemInitStruct to allocate shmem for semaphores
5 days ago Melanie PlagemanSet pd_prune_xid on insert
5 days ago Melanie PlagemanAllow on-access pruning to set pages all-visible
5 days ago Nathan BossartAdd commit 874da8b1f6 to .git-blame-ignore-revs.
5 days ago Peter Eisentrautconfigure: Apply -Werror=vla to C++ as well as C
5 days ago Tom LaneBe more careful to preserve consistency of a tuplestore.
5 days ago Heikki LinnakangasReplace getopt() with our re-entrant variant in the...
5 days ago Heikki LinnakangasInvent a variant of getopt(3) that is thread-safe
5 days ago Heikki LinnakangasFix latent bug in get_stats_option_name()
5 days ago Melanie PlagemanPass down information on table modification to scan...
5 days ago Álvaro HerreraDon't use bits32 in table AM interface
next