]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2026-06-29  Richard Guoplpython: Fix NULL pointer dereferences for broken...
2026-06-24  Richard Guoplperl: Fix NULL pointer dereference for forged array...
2026-06-23  Michael Paquierdoc: Describe better handling of indexes in ALTER TABLE...
2026-06-19  Tom LaneMake pg_mkdir_p() tolerant of a concurrent directory...
2026-06-18  Nathan BossartSilence "may be used uninitialized" compiler warning.
2026-06-18  Tom Lanehstore_plperl: Add CHECK_FOR_INTERRUPTS() in reference...
2026-06-18  Nathan Bossartdoc: Fix "Prev" link, take 2.
2026-06-18  Amit LangoteReport undefined jsonpath variable when no variables...
2026-06-17  Tom Lanejsonb_plperl, jsonb_plpython: Fix unguarded recursion...
2026-06-16  Michael PaquierFix another instability in recovery TAP test 004_timeli...
2026-06-16  Álvaro Herreralogical decoding: Correctly free speculative insertion
2026-06-16  Heikki LinnakangasFix int32 overflow in ltree_compare()
2026-06-15  Tom LaneClean up quoting of variable strings within replication...
2026-06-15  Nathan Bossartdoc: Fix "Prev" link.
2026-06-15  Heikki LinnakangasFix PQdescribePrepared with more than 7498 params
2026-06-15  Michael PaquierTrim regression test expected output for xml
2026-06-14  Tom LaneDoc: remove stale entry for removed aclitem[] ~ aclitem...
2026-06-14  Alexander Korotkovamcheck: Use correct varlena size accessor in bt_normal...
2026-06-12  Andrew DunstanAdjust cross-version upgrade tests for seg_out() fix
2026-06-12  Andrew DunstanDon't try to import a non-exported object in vcregress.pl
2026-06-12  Daniel GustafssonFix compilation with OpenSSL 4
2026-06-12  Michael PaquierUpdate expected regression test output for xml_2.out
2026-06-12  Fujii Masaodoc: fix reference for finding replication slots to...
2026-06-12  Michael PaquierFix handling of namespace nodes in xpath() (xml)
2026-06-11  Heikki Linnakangasseg: Fix seg_out() to preserve the upper boundary's...
2026-06-11  Michael Paquierxml2: Fix crash with namespace nodes in xpath_nodeset()
2026-06-08  Jeff Davisdict_synonym.c: remove incorrect outlen.
2026-06-08  Tom LaneFix missed checks for hashability of container-type...
2026-06-08  Nathan Bossartdoc: Expand on proper use of refint.
2026-06-08  Fujii Masaoecpg: Reject multiple header items in GET/SET DESCRIPTOR
2026-06-08  Michael Paquierpsql: Fix expanded aligned output
2026-06-05  Michael Paquierpg_surgery: Fix off-by-one bug with heap offset
2026-06-05  Nathan Bossartrefint: Remove plan cache.
2026-06-04  Michael PaquierFix off-by-one with NFC recomposition for Hangul U...
2026-06-04  Tom LaneImprove reporting of invalid weight symbols in setweigh...
2026-06-04  Tom LaneFix another case of indirectly casting away const.
2026-06-03  Fujii MasaoFix race in ReplicationSlotRelease() for ephemeral...
2026-06-03  Michael PaquierFix copy-paste error in hash_record_extended()
2026-05-28  Heikki LinnakangasUse term "referenced" rather than "dependent" in depend...
2026-05-28  Andres FreundMake stack depth check work with asan's use-after-return
2026-05-27  Heikki LinnakangasAvoid orphaned objects dependencies
2026-05-27  Heikki LinnakangasDon't try to record dependency on a dropped column...
2026-05-27  Heikki LinnakangasFix self-deadlock when replaying WAL generated by older...
2026-05-27  Michael PaquierFix procLatch ownership race in ProcKill()
2026-05-27  Michael PaquierFix race conditions in ProcKill()'s lock-group freelist...
2026-05-25  Tom LaneFix missed ReleaseVariableStats() in intarray's _int_ma...
2026-05-25  Michael PaquierFix size check in statext_dependencies_deserialize()
2026-05-22  Michael PaquierAvoid exposing WAL receiver raw conninfo during timelin...
2026-05-20  Fujii Masaopg_recvlogical: Honor source cluster file permissions...
2026-05-17  Noah MischUse ereport(ERROR), not Assert(), for publisher tuples...
2026-05-15  Tom LaneDoc: fix release-note typo.
2026-05-15  Michael PaquierRe-add regression tests for ltree and intarray
2026-05-14  Nathan Bossartrefint: Fix segfault in check_foreign_key().
2026-05-13  Michael PaquierAdd more tests for corrupted data with pglz_decompress()
2026-05-13  Fujii MasaoFix stale COPY progress during logical replication...
2026-05-12  Michael PaquierAdd missing include in Cluster.pm
2026-05-11  Tom LaneStamp 14.23. REL_14_23
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  Tom LaneGuard against unsafe conditions in usage of pg_strftime().
2026-05-11  Tom LaneAvoid passing unintended format codes to snprintf().
2026-05-11  Michael PaquierApply timingsafe_bcmp() in authentication paths
2026-05-11  Heikki LinnakangasAdd timingsafe_bcmp(), for constant-time memory comparison
2026-05-11  Tom LaneGuard against overflow in "left" fields of query_int...
2026-05-11  Tom LaneUnify src/common/'s definitions of MaxAllocSize.
2026-05-11  Michael PaquierFix unbounded recursive handling of SSL/GSS in ProcessS...
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-29  Nathan BossartSuppress "has no symbols" linker warnings on macOS.
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  Tom LaneBack-patch addition of PGDLLIMPORT to un-break Windows...
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  Tom LaneGuard against overly-long numeric formatting symbols...
next