]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2026-04-08  Fujii MasaoFix slotsync worker blocking promotion when stuck in...
2026-04-08  Amit KapilaEnhance slot synchronization API to respect promotion...
2026-04-07  Tom LaneFix WITHOUT OVERLAPS' interaction with domains.
2026-04-07  Michael PaquierFix shmem allocation of fixed-sized custom stats kind
2026-04-06  Michael PaquierFix shared memory size of template code for custom...
2026-04-06  Tom LaneAvoid unsafe access to negative index in a TupleDesc.
2026-04-06  Tom LaneFix null-bitmap combining in array_agg_array_combine().
2026-04-04  Thomas MunroMore tar portability adjustments.
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  Tom LaneHarden astreamer tar parsing logic against archives...
2026-04-02  Thomas Munrojit: Stop emitting lifetime.end for LLVM 22.
2026-04-01  Nathan Bossartdoc: Add missing description for DROP SUBSCRIPTION...
2026-03-30  Tom LaneBe more careful to preserve consistency of a tuplestore.
2026-03-30  Tom LaneDetect pfree or repalloc of a previously-freed memory...
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  Amit LangoteDoc: fix stale text about partition locking with cached...
2026-03-29  Andrew DunstanFix multiple bugs in astreamer pipeline code.
2026-03-27  Heikki LinnakangasAvoid memory leak on error while parsing pg_stat_statem...
2026-03-26  Andres FreundFix off-by-one error in read IO tracing
2026-03-26  Fujii MasaoFix premature NULL lag reporting in pg_stat_replication
2026-03-24  Robert HaasPrevent spurious "indexes on virtual generated columns...
2026-03-24  John NaylorFix copy-paste error in test_ginpostinglist
2026-03-24  Alexander KorotkovFurther improve commentary about ChangeVarNodesWalkExpr...
2026-03-23  Tom LaneImprove commentary about ChangeVarNodesWalkExpression().
2026-03-23  Heikki LinnakangasFix multixact backwards-compatibility with CHECKPOINT...
2026-03-23  Michael PaquierFix invalid value of pg_aios.pid, function pg_get_aios()
2026-03-22  Tom LaneFix finalization of decompressor astreamers.
2026-03-20  Alexander KorotkovFix self-join removal to update bare Var references...
2026-03-20  Álvaro HerreraSET NOT NULL: Call object-alter hook only after the...
2026-03-19  Jeff DavisFix dependency on FDW handler.
2026-03-16  Fujii MasaoFix WAL flush LSN used by logical walsender during...
2026-03-14  Tomas VondraTighten asserts on ParallelWorkerNumber
2026-03-13  Tomas VondraUse GetXLogInsertEndRecPtr in gistGetFakeLSN
2026-03-13  Michael Paquierxml2: Fix failure with xslt_process() under -fsanitize...
2026-03-09  Robert HaasPrevent restore of incremental backup from bloating...
2026-03-09  Fujii Masaodoc: Document IF NOT EXISTS option for ALTER FOREIGN...
2026-03-09  Michael PaquierFix size underestimation of DSA pagemap for odd-sized...
2026-03-07  Álvaro HerreraFix invalid boolean if-test
2026-03-06  Fujii MasaoFix publisher shutdown hang caused by logical walsender...
2026-03-05  Tom LaneExit after fatal errors in client-side compression...
2026-03-05  Alexander KorotkovFix handling of updated tuples in the MERGE statement
2026-03-05  Fujii Masaodoc: Clarify that COLUMN is optional in ALTER TABLE...
2026-03-05  Michael PaquierFix rare instability in recovery TAP test 004_timeline_...
2026-03-04  Tom LaneFix yet another bug in archive streamer with LZ4 decomp...
2026-03-04  Álvaro HerreraDon't malloc(0) in EventTriggerCollectAlterTSConfig
2026-03-04  Heikki LinnakangasAdd test for row-locking and multixids with prepared...
2026-03-04  Heikki LinnakangasSkip prepared_xacts test if max_prepared_transactions < 2
2026-03-04  Michael PaquierFix rare instability in recovery TAP test 009_twophase
2026-03-03  Michael Paquierdoc: Fix sentence of pg_walsummary page
2026-03-03  Fujii Masaodoc: Clarify that empty COMMENT string removes the...
2026-03-02  Nathan Bossartbasic_archive: Allow archive directory to be missing...
2026-03-02  Heikki LinnakangasFix OldestMemberMXactId and OldestVisibleMXactId array...
2026-03-02  Tom LaneIn pg_dumpall, don't skip role GRANTs with dangling...
2026-03-02  Michael PaquierFix memory allocation size in RegisterExtensionExplainO...
2026-03-02  Michael Paquiertest_custom_types: Test module with fancy custom data...
2026-03-02  Michael PaquierFix set of issues with extended statistics on expressions
2026-02-27  Tom LaneDon't flatten join alias Vars that are stored within...
2026-02-27  Etsuro Fujitapostgres_fdw: Fix thinko in comment for UserMappingPass...
2026-02-26  Jeff DavisYet another ltree fix for REL_18_STABLE.
2026-02-26  Jeff DavisFix more multibyte issues in ltree.
2026-02-26  Jeff DavisFix memory leaks in pg_locale_icu.c.
2026-02-26  Álvaro Herrerapg_dump: Preserve NO INHERIT on NOT NULL on inheritance...
2026-02-26  Noah MischEUC_CN, EUC_JP, EUC_KR, EUC_TW: Skip U+00A0 tests inste...
2026-02-26  Fujii Masaodoc: Clarify INCLUDING COMMENTS behavior in CREATE...
2026-02-25  Fujii MasaoFix ProcWakeup() resetting wrong waitStart field.
2026-02-25  Tom LaneAllow PG_PRINTF_ATTRIBUTE to be different in C and...
2026-02-25  Tom LaneFix some cases of indirectly casting away const.
2026-02-25  Tom LaneStabilize output of new isolation test insert-conflict...
2026-02-25  Richard GuoFix unsafe RTE_GROUP removal in simplify_EXISTS_query
2026-02-24  Jacob Championpg_upgrade: Use max_protocol_version=3.0 for older...
2026-02-23  Tom LaneStamp 18.3. REL_18_3
2026-02-23  Peter EisentrautTranslation updates
2026-02-22  Tom LaneRelease notes for 18.3, 17.9, 16.13, 15.17, 14.22.
2026-02-21  Álvaro HerreraUpdate .abi-compliance-history for AddRelationNotNullCo...
2026-02-21  Álvaro HerreraAvoid name collision with NOT NULL constraints
2026-02-20  Tom LaneFirst-draft release notes for 18.3.
2026-02-20  Heikki LinnakangasFix expanding 'bounds' in pg_trgm's calc_word_similarit...
2026-02-20  Richard GuoFix computation of varnullingrels when translating...
2026-02-19  Álvaro HerreraAdd translator comment
2026-02-18  Álvaro HerreraUpdate obsolete comment
2026-02-18  Andrew DunstanFix the volatility setting of json{b}_strip_nulls
2026-02-17  Thomas MunroFix test_valid_server_encoding helper function.
2026-02-17  Noah MischSuppress new "may be used uninitialized" warning.
2026-02-16  Michael Paquierhstore: Fix NULL pointer dereference with receive function
2026-02-16  Heikki LinnakangasDon't reset 'latest_page_number' when replaying multixi...
2026-02-16  Michael Paquierpgcrypto: Tweak error message for incorrect session...
2026-02-14  Noah MischFix SUBSTRING() for toasted multibyte characters.
2026-02-14  Noah Mischpg_mblen_range, pg_mblen_with_len: Valgrind after encod...
2026-02-13  Michael PaquierImprove error message for checksum failures in pgstat_d...
2026-02-12  Heikki LinnakangasMake pg_numa_query_pages() work in frontend programs
2026-02-11  Tom LaneFix plpgsql's handling of "return simple_record_variable".
2026-02-11  Heikki LinnakangasFix pg_stat_get_backend_wait_event() for aux processes
2026-02-11  Tom LaneFurther stabilize a postgres_fdw test case.
2026-02-11  Dean Rasheeddoc: Mention all SELECT privileges required by INSERT...
2026-02-11  Dean Rasheeddoc: Clarify RLS policies applied for ON CONFLICT DO...
2026-02-09  Tom LaneStamp 18.2. REL_18_2
2026-02-09  Tom LaneLast-minute updates for release notes.
2026-02-09  Noah MischFix test "NUL byte in text decrypt" for --without-zlib...
next