]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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
2026-03-30  John NaylorRemove extraneous PGDLLIMPORT
2026-03-30  Peter EisentrautFix accidentally casting away const
2026-03-30  Peter EisentrautMake cast function from circle to polygon error safe
2026-03-30  Fujii MasaoFix FK triggers losing DEFERRABLE/INITIALLY DEFERRED...
2026-03-30  David RowleyFix datum_image_*()'s inability to detect sign-extensio...
2026-03-30  Fujii Masaopsql: Make \d+ inheritance tables list formatting consi...
2026-03-30  Fujii Masaopsql: Make \d+ partition list formatting consistent...
2026-03-30  Amit LangoteDoc: fix stale text about partition locking with cached...
2026-03-30  Amit LangoteAdd comment explaining fire_triggers=false in ri_Perfor...
2026-03-29  Peter EisentrautMake geometry cast functions error safe
2026-03-29  Tom LaneDoc: document more incompatible pg_restore option pairs.
2026-03-29  Tom LaneDoc: clarify introductory description of pg_dumpall.
2026-03-29  Andrew DunstanFix multiple bugs in astreamer pipeline code.
2026-03-29  Álvaro HerreraSort InternalBGWorkers list alphabetically
2026-03-28  Peter EisentrautMake cast functions from jsonb error safe
2026-03-27  Andres Freundaio: Don't wait for already in-progress IO
2026-03-27  Andres Freundbufmgr: Improve StartBufferIO interface
2026-03-27  Heikki LinnakangasFix RequestNamedLWLockTranche in single-user mode
2026-03-27  Andres Freundtest_aio: Add read_stream test infrastructure & tests
2026-03-27  Andres Freundtest_aio: Add basic tests for StartReadBuffers()
2026-03-27  Tom LaneDoc: split functions-posix-regexp section into multiple...
2026-03-27  Andres Freundbufmgr: Make UnlockReleaseBuffer() more efficient
2026-03-27  Andres FreundUse UnlockReleaseBuffer() in more places
2026-03-27  Andres Freundbufmgr: Don't copy pages while writing out
2026-03-27  Tom Lanepgindent: ensure all C files end with a newline.
2026-03-27  Masahiko Sawadadoc: Clarify collation requirements for base32hex sorta...
2026-03-27  Nathan BossartAdd rudimentary table prioritization to autovacuum.
2026-03-27  Peter EisentrautAlign tests for stored and virtual generated columns
2026-03-27  Peter Eisentrautpgindent: Always clean up .BAK files from pg_bsd_indent
2026-03-27  Peter Eisentrautpgindent: Clean up temp files created by File::Temp...
2026-03-27  Heikki LinnakangasRefactor PredicateLockShmemInit to not reuse var for...
2026-03-27  Heikki LinnakangasAvoid memory leak on error while parsing pg_stat_statem...
2026-03-27  Peter EisentrautAdd a graph pattern variable only once
2026-03-27  Heikki LinnakangasMinor comment fixes to yesterday's LWLock tranche refac...
2026-03-27  Peter EisentrautReject consecutive element patterns of same kind
2026-03-27  Peter EisentrautEnable warning like -Wstrict-prototypes on MSVC as...
2026-03-27  Robert Haaspg_plan_advice: pgindent
next