]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2026-02-10  Heikki LinnakangasSeparate RecoveryConflictReasons from procsignals
2026-02-10  Heikki LinnakangasUse ProcNumber rather than pid in ReplicationSlot
2026-02-10  Michael PaquierSimplify some log messages in extended_stats_funcs.c
2026-02-10  Michael PaquierAdd information about range type stats to pg_stats_ext_...
2026-02-10  Richard GuoTeach planner to transform "x IS [NOT] DISTINCT FROM...
2026-02-10  Richard GuoOptimize BooleanTest with non-nullable input
2026-02-10  Richard GuoOptimize IS DISTINCT FROM with non-nullable inputs
2026-02-09  Nathan Bossartpg_upgrade: Fix handling of pg_largeobject_metadata.
2026-02-09  Heikki Linnakangascleanup: Deadlock checker is no longer called from...
2026-02-09  Álvaro HerreraRemove HeapTupleheaderSetXminCommitted/Invalid functions
2026-02-09  Heikki LinnakangasFix incorrect iteration type in extension_file_exists()
2026-02-09  Noah MischFix test "NUL byte in text decrypt" for --without-zlib...
2026-02-09  Tom LaneHarden _int_matchsel() against being attached to the...
2026-02-09  Tom LaneRequire superuser to install a non-built-in selectivity...
2026-02-09  Tom LaneGuard against unexpected dimensions of oidvector/int2ve...
2026-02-09  Noah MischRequire PGP-decrypted text to pass encoding validation.
2026-02-09  Álvaro HerreraAllow log_min_messages to be set per process type
2026-02-08  Thomas MunroCode coverage for most pg_mblen* calls.
2026-02-08  Thomas MunroReplace pg_mblen() with bounds-checked versions.
2026-02-08  Thomas MunroFix mb2wchar functions on short input.
2026-02-08  Thomas MunroFix encoding length for EUC_CN.
2026-02-08  Heikki LinnakangasFix buffer overflows in pg_trgm due to lower-casing
2026-02-08  Heikki LinnakangasRemove 'charlen' argument from make_trigrams()
2026-02-08  Michael Paquierpgcrypto: Fix buffer overflow in pgp_pub_decrypt_bytea()
2026-02-08  Tom LaneReplace some hard-wired OID constants with correspondin...
2026-02-08  Tom Lanemeson: host_system value for Solaris is 'sunos' not...
2026-02-07  Peter EisentrautFurther error message fix
2026-02-07  John NaylorFuture-proof sort template against undefined behavior
2026-02-07  Peter EisentrautRevert "Change copyObject() to use typeof_unqual"
2026-02-07  Tom LaneMake some minor cleanups in typalign-related code.
2026-02-06  Nathan BossartAdjust style of some debugging macros.
2026-02-06  Jacob Championlibpq: Prepare for protocol grease during 19beta
2026-02-06  Jacob Championdoc: Expand upon protocol versions and extensions
2026-02-06  Michael PaquierFix use of proc number in pgstat_create_backend()
2026-02-06  Michael PaquierFix some error message inconsistencies
2026-02-06  Thomas MunroAdd file_extend_method=posix_fallocate,write_zeros.
2026-02-06  Fujii Masaodoc: Move synchronized_standby_slots to "Primary Server...
2026-02-05  Michael PaquierFix comment in extended_stats_funcs.c
2026-02-05  Masahiko Sawadapg_upgrade: Optimize logical replication slot caught...
2026-02-05  Michael Paquieroid2name: Add relation path to the information provided...
2026-02-04  Álvaro HerreraAssign "backend" type earlier during process start-up
2026-02-04  Fujii MasaoFix logical replication TAP test to read publisher...
2026-02-04  John NaylorFix various instances of undefined behavior
2026-02-04  Heikki LinnakangasAdd backendType to PGPROC, replacing isRegularBackend
2026-02-04  Peter EisentrautChange copyObject() to use typeof_unqual
2026-02-04  Michael Paquierpg_resetwal: Fix incorrect error message related to...
2026-02-03  Álvaro HerreraDocs: consolidate dependency notes in pg_dump and pg_re...
2026-02-03  Heikki LinnakangasDon't hint that you can reconnect when the database...
2026-02-03  Heikki LinnakangasRemove useless errdetail_abort()
2026-02-03  Álvaro HerreraReject ADD CONSTRAINT NOT NULL if name mismatches exist...
2026-02-03  Peter EisentrautChange StaticAssertVariableIsOfType to be a declaration
2026-02-03  Peter EisentrautRename AssertVariableIsOfType to StaticAssertVariableIs...
2026-02-03  Michael PaquierAdd two IO wait events for COPY FROM/TO on a pipe/file...
2026-02-03  Michael PaquierFix incorrect errno in OpenWalSummaryFile()
2026-02-03  Fujii MasaoRelease synchronous replication waiters immediately...
2026-02-03  Fujii Masaopsql: Add %i prompt escape to indicate hot standby...
2026-02-02  Melanie PlagemanFix flakiness in the pg_visibility VM-only vacuum test...
2026-02-02  Nathan Bossarttest_shm_mq: Set background worker names.
2026-02-02  Tom LaneRefactor att_align_nominal() to improve performance.
2026-02-02  Tom LaneIn s_lock.h, use regular labels with %= instead of...
2026-02-02  Michael PaquierFix error message in RemoveWalSummaryIfOlderThan()
2026-02-01  Michael PaquierFix build inconsistency due to the generation of wait...
2026-01-30  Tom LaneMake psql/t/030_pager.pl more robust.
2026-01-30  Tom LaneImprove guards against false regex matches in Backgroun...
2026-01-30  Heikki LinnakangasMove shmem allocator's fields from PGShmemHeader to...
2026-01-30  Álvaro HerreraMinor cosmetic tweaks
2026-01-30  Álvaro HerreraUse C99 designated designators in a couple of places
2026-01-30  Fujii MasaoRemove unused argument from ApplyLogicalMappingFile().
2026-01-29  Andres Freundtableam: Perform CheckXidAlive check once per scan
2026-01-29  Andres Freundbufmgr: Allow conditionally locking of already locked...
2026-01-29  Tom LaneFurther fix extended alignment for older g++.
2026-01-29  Jeff DavisFix theoretical memory leaks in pg_locale_libc.c.
2026-01-29  Álvaro HerreraReplace literal 0 with InvalidXLogRecPtr for XLogRecPtr...
2026-01-29  Robert HaasFix mistakes in commit 4020b370f214315b8c10430301898ac2...
2026-01-29  Alexander KorotkovWake LSN waiters before recovery target stop
2026-01-29  Michael Paquierpsql: Disable %P (pipeline status) for non-active conne...
2026-01-29  Michael PaquierFix two error messages in extended_stats_funcs.c
2026-01-29  Michael PaquierAdd test doing some cloning of extended statistics...
2026-01-29  Michael PaquierAdd test for pg_restore_extended_stats() with multiranges
2026-01-29  Amit KapilaFix CI failure introduced in commit 851f6649cc.
2026-01-29  Michael PaquierAdd support for "mcv" in pg_restore_extended_stats()
2026-01-29  Michael PaquierFix whitespace issue in regression test stats_import
2026-01-28  Nathan BossartAdd a couple of recent commits to .git-blame-ignore...
2026-01-28  Masahiko SawadaConsolidate replication origin session globals into...
2026-01-28  Masahiko SawadaRefactor replication origin state reset helpers.
2026-01-28  Masahiko SawadaStandardize replication origin naming to use "ReplOrigin".
2026-01-28  Robert HaasAllow for plugin control over path generation strategies.
2026-01-28  Álvaro HerreraFix duplicate arbiter detection during REINDEX CONCURRE...
2026-01-28  Michael PaquierFix pg_restore_extended_stats() with expressions
2026-01-27  Michael PaquierAdd output test for pg_dependencies statistics import
2026-01-27  Jacob Championoauth: Correct test dependency on oauth_hook_client
2026-01-27  Robert Haaspg_waldump: Remove file-level global WalSegSz.
2026-01-27  Amit KapilaPrevent invalidation of newly synced replication slots.
2026-01-27  Michael PaquierInclude extended statistics data in pg_dump
2026-01-27  Fujii MasaoRemove unnecessary abort() from WalSndShutdown().
2026-01-26  Tomas Vondrapgindent fix for 3fccbd94cba
2026-01-26  Tomas VondraHandle ENOENT status when querying NUMA node
2026-01-26  Michael PaquierAdd support for "dependencies" in pg_restore_extended_s...
2026-01-26  Melanie PlagemanRefactor lazy_scan_prune() VM clear logic into helper
2026-01-26  Melanie PlagemanEliminate use of cached VM value in lazy_scan_prune()
next