]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2026-05-11  Tom LaneLast-minute updates for release notes.
2026-05-11  Heikki LinnakangasUse palloc_array() in a few more places to avoid overflow
2026-05-11  Tom LaneRemove test cases for field overflows in intarray and...
2026-05-11  Nathan Bossartrefint: Fix SQL injection and buffer overruns.
2026-05-11  Nathan BossartMark PQfn() unsafe and fix overrun in frontend LO inter...
2026-05-11  Heikki LinnakangasFix integer overflow in array_agg(), when the array...
2026-05-11  Tom LaneFix integer-overflow and alignment hazards in locale...
2026-05-11  Michael PaquierPrevent path traversal in pg_basebackup and pg_rewind
2026-05-11  Nathan BossartAvoid overflow in size calculations in formatting.c.
2026-05-11  Nathan BossartCheck CREATE privilege on multirange type schema in...
2026-05-11  Nathan Bossartpg_createsubscriber: Obstruct SQL injection via subscri...
2026-05-11  Michael PaquierFix MCV input array checks in statistics restore functions
2026-05-11  Tom LaneGuard against unsafe conditions in usage of pg_strftime().
2026-05-11  Tom LaneAvoid passing unintended format codes to snprintf().
2026-05-11  Noah MischFix SQL injection in logical replication origin checks.
2026-05-11  Michael PaquierApply timingsafe_bcmp() in authentication paths
2026-05-11  Tom LaneGuard against overflow in "left" fields of query_int...
2026-05-11  Michael PaquierFix unbounded recursive handling of SSL/GSS in ProcessS...
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-08  Tom LaneFirst-draft release notes for 18.4.
2026-05-08  Richard GuoConsider opfamily and collation when removing redundant...
2026-05-08  Richard GuoFix HAVING-to-WHERE pushdown for simple-CASE form
2026-05-05  John NaylorAdd missing guard for __builtin_constant_p
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-05-01  Richard GuoFix HAVING-to-WHERE pushdown with nondeterministic...
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-29  Peter GeogheganFix nbtree skip array parallel alloc accounting.
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  Dean RasheedFix UPDATE/DELETE ... WHERE CURRENT OF on a table with...
2026-04-22  Dean RasheedFix expansion of EXCLUDED virtual generated columns.
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  Jeff DavisFix callers of unicode_strtitle() using srclen == -1.
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  Thomas MunroFix comments for Korean encodings in encnames.c
2026-04-16  Amit LangoteFix pg_overexplain to emit valid output with RANGE_TABL...
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  Jeff DavisFix overrun when comparing with unterminated ICU langua...
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  Thomas Munroread_stream: Remove obsolete comment.
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  Richard GuoStrip PlaceHolderVars from partition pruning operands
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-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
next