]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
4 days ago  Heikki LinnakangasUse term "referenced" rather than "dependent" in depend... REL_17_STABLE github/REL_17_STABLE
4 days ago  Andres FreundMake stack depth check work with asan's use-after-return
5 days ago  Masahiko SawadaFix race between ProcSignalInit() and EmitProcSignalBar...
5 days ago  Heikki LinnakangasAvoid orphaned objects dependencies
5 days ago  Heikki LinnakangasDon't try to record dependency on a dropped column...
6 days ago  Michael PaquierFix procLatch ownership race in ProcKill()
6 days ago  Michael PaquierFix race conditions in ProcKill()'s lock-group freelist...
6 days ago  Fujii Masaopg_createsubscriber: Fix cleanup of publisher-side...
6 days ago  Alexander KorotkovSkip pg_database.dathasloginevt cleanup on standby
7 days ago  Tom LaneFix missed ReleaseVariableStats() in intarray's _int_ma...
8 days ago  Michael PaquierFix size check in statext_dependencies_deserialize()
10 days ago  Michael PaquierAvoid exposing WAL receiver raw conninfo during timelin...
13 days ago  Fujii Masaopg_recvlogical: Honor source cluster file permissions...
2026-05-18  Michael Paquierinjection_points: Move some structs to new header injec...
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-14  Alexander KorotkovPrevent access to other sessions' temp tables
2026-05-14  Alexander KorotkovAdd tests for cross-session temp table access
2026-05-14  Fujii Masaopgbench: fix verbose error message corruption with...
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 17.10. REL_17_10
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  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  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-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().
next