]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2026-05-11  Michael PaquierAdd raw_connect and raw_connect_works to Cluster.pm
2026-05-11  Tom LaneFix assorted places that need to use palloc_array().
2026-05-11  Tom LanePrevent buffer overrun in unicode_normalize().
2026-05-11  Tom LaneHarden our regex engine against integer overflow in...
2026-05-11  Tom LaneMake palloc_array() and friends safe against integer...
2026-05-11  Tom LaneAdd pg_add_size_overflow() and friends
2026-05-11  Michael PaquierFix overflows with ts_headline()
2026-05-11  Michael Paquierltree: Fix overflows with lquery parsing
2026-05-11  Peter EisentrautTranslation updates
2026-05-10  Tom LaneRelease notes for 18.4, 17.10, 16.14, 15.18, 14.23.
2026-05-05  Etsuro Fujitapostgres_fdw: Fix handling of abort-cleanup-failed...
2026-05-05  Richard GuoConsider collation when proving subquery uniqueness
2026-05-05  Richard GuoConsider collation when proving uniqueness from unique...
2026-05-03  Alexander KorotkovMark modified the FSM buffer as dirty during recovery
2026-05-01  Andrew DunstanAdd missing connection validation in ECPG
2026-05-01  Michael Paquierdoc: Mention validation attempt during ALTER INDEX...
2026-04-30  Andrew DunstanFix attnum remapping in generateClonedExtStatsStmt()
2026-04-30  Michael PaquierFix errno check based on EINTR in pg_flush_data()
2026-04-29  Nathan BossartSuppress "has no symbols" linker warnings on macOS.
2026-04-29  Masahiko Sawadatest_tidstore: Stabilize regression tests by sorting...
2026-04-27  Michael Paquierdoc: Fix grammar in some logical replication pages
2026-04-24  Tom LaneUpdate time zone data files to tzdata release 2026b.
2026-04-24  David RowleyFix incorrect logic for hashed IN / NOT IN with non...
2026-04-24  Fujii Masaopg_test_timing: fix unit in backward-clock warning
2026-04-23  Heikki LinnakangasDon't call CheckAttributeType() with InvalidOid on...
2026-04-23  Heikki LinnakangasDon't allow composite type to be member of itself via...
2026-04-22  Jeff Daviscatcache.c: use C_COLLATION_OID for texteqfast/texthash...
2026-04-22  Tom LaneGuard against overly-long numeric formatting symbols...
2026-04-22  Tom LanePrevent some buffer overruns in spell.c's parsing of...
2026-04-22  Tom LanePrevent buffer overrun in spell.c's CheckAffix().
2026-04-22  Michael PaquierAllow ALTER INDEX .. ATTACH PARTITION to validate a...
2026-04-21  Tom LaneMake plpgsql_trap test more robust and less resource...
2026-04-21  Richard GuoFix incorrect NEW references to generated columns in...
2026-04-21  Michael PaquierFix orphaned processes when startup process fails durin...
2026-04-20  Fujii Masaodoc: Correct context description for some JIT support...
2026-04-20  Tom LaneFix relid-set clobber during join removal.
2026-04-20  Tom LaneClean up all relid fields of RestrictInfos during join...
2026-04-20  Amit KapilaFlush statistics during idle periods in parallel apply...
2026-04-17  Fujii Masaodoc: Improve description of pg_ctl -l log file permissions
2026-04-16  Fujii MasaoUpdate .abi-compliance-history for change to enum ProcS...
2026-04-16  Thomas MunroFix comments for Korean encodings in encnames.c
2026-04-16  Amit LangoteFix incorrect comment in JsonTablePlanJoinNextRow()
2026-04-14  Jeff DavisCheck for unterminated strings when calling uloc_getLan...
2026-04-14  Michael PaquierAdd tests for low-level PGLZ [de]compression routines
2026-04-13  Amit KapilaFix excessive logging in idle slotsync worker.
2026-04-11  Michael PaquierHonor passed-in database OIDs in pgstat_database.c
2026-04-11  Richard GuoFix estimate_array_length error with set-operation...
2026-04-10  Andrew DunstanFix heap-buffer-overflow in pglz_decompress() on corrup...
2026-04-10  Andrew DunstanFix incremental JSON parser numeric token reassembly...
2026-04-10  Michael PaquierZero-fill private_data when attaching an injection...
2026-04-09  Richard GuoFix integer overflow in nodeWindowAgg.c
2026-04-09  Fujii MasaoFix ABI break by moving PROCSIG_SLOTSYNC_MESSAGE in...
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-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-03  Thomas Munrojit: No backport::SectionMemoryManager for LLVM 22.
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  David RowleyFix datum_image_*()'s inability to detect sign-extensio...
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  Fujii MasaoFix premature NULL lag reporting in pg_stat_replication
2026-03-24  John NaylorFix copy-paste error in test_ginpostinglist
2026-03-23  Heikki LinnakangasFix multixact backwards-compatibility with CHECKPOINT...
2026-03-22  Tom LaneFix finalization of decompressor astreamers.
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-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 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  Etsuro Fujitapostgres_fdw: Fix thinko in comment for UserMappingPass...
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  Tom LaneUse CXXFLAGS instead of CFLAGS for linking C++ code
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.
next