]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2026-05-13  Nathan Bossartpgindent: Fix spacing after != when member name matches...
2026-05-13  Peter EisentrautFix FOR PORTION OF with non-updatable view columns
2026-05-13  Michael Paquierpg_stat_statements: Set PlannedStmt to NULL after neste...
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  Bruce Momjianpsql: save/restore truePrint/falsePrint printQueryOpt...
2026-05-12  Bruce Momjiandoc PG 19 relnotes: add two optimizer hooks
2026-05-12  Tom LaneDe-obfuscate the comment in tsrank.c's calc_rank_or().
2026-05-12  Bruce Momjiandoc PG 19 relnotes: remove "Optionally" for CPU optimi...
2026-05-12  Peter EisentrautAdd psql tab completion for FOR PORTION OF clause
2026-05-12  Michael Paquierpg_stat_statements: Fix potential use-after-free of...
2026-05-11  Bruce Momjiandoc PG 19 relnotes: adjustments/removal of items
2026-05-11  Heikki LinnakangasUse palloc_array() in a few more places to avoid overflow
2026-05-11  Álvaro HerreraFix REPACK with WITHOUT OVERLAPS replica identity indexes
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  Michael PaquierFix overflows with ts_headline()
2026-05-11  Michael Paquierltree: Fix overflows with lquery parsing
2026-05-11  Peter Eisentrautpg_upgrade: Message improvements
2026-05-08  John NaylorFix universal builds on MacOS
2026-05-08  Richard GuoEnforce RETURNING typmod for empty-set JSON_ARRAY(query)
2026-05-08  Amit KapilaUse schema-qualified names in EXCEPT clause error messages.
2026-05-08  Etsuro Fujitapostgres_fdw: Fix syntax error in fetch_attstats().
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-08  Bruce Momjiandoc PG 19 relnotes: add UTF-8 case folding performance...
2026-05-08  Amit LangoteFix use-after-free of qs in AfterTriggerEndQuery.
2026-05-08  Bruce Momjiandoc PG 19 relnotes: correct two items
2026-05-07  Bruce Momjiandoc PG 19 relnotes: add missing commits and details
2026-05-07  Masahiko SawadaFix race condition in XLogLogicalInfo and ProcSignal...
2026-05-07  John NaylorRationalize error comments in partition split/merge...
2026-05-07  John NaylorMessage corrections for partition split/merge commands
2026-05-07  Peter Eisentrautpg_createsubscriber: Message improvements and corrections
2026-05-07  Peter EisentrautFix typo in error message
2026-05-07  Michael PaquierSimplify code in objectaddress.c for some property...
2026-05-06  Alexander KorotkovFix WAIT FOR LSN cleanup on subtransaction abort
2026-05-06  Daniel GustafssonFix regex searching for page verification failures...
2026-05-06  Daniel GustafssonApply data-checksum worker throttling parameters
2026-05-06  Daniel GustafssonSkip WAL for unlogged main fork during online checksum...
2026-05-06  Peter EisentrautDocument deprecated --wal-directory option for pg_verif...
2026-05-05  Álvaro HerreraSkip other sessions' temp tables in REPACK, CLUSTER...
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  Peter Eisentrautdoc: Clean up title case use
2026-05-05  Peter EisentrautMessage style improvements (oauth related)
2026-05-05  Álvaro HerreraDon't lose column values on REPACK
2026-05-05  Peter EisentrautMake spelling consistent
2026-05-05  Peter Eisentrautdoc: Small synopsis wording change for consistency
2026-05-05  Richard GuoConsider collation when proving subquery uniqueness
2026-05-05  Richard GuoConsider collation when proving uniqueness from unique...
2026-05-04  Tom LaneDeclare load_hosts() as returning HostsFileLoadResult.
2026-05-04  Peter EisentrautAdd ORDER BY to test query to stabilize test
2026-05-04  Álvaro HerreraFix off-by-one in repack index loop
2026-05-04  Peter EisentrautHandle nodes that may appear in GraphPattern expression...
2026-05-04  Peter EisentrautDo not define type for a property graph
2026-05-04  Peter EisentrautFix options listing of pg_restore --no-globals
2026-05-04  Peter EisentrautAdd missing serial commas
2026-05-04  Peter Eisentrautdoc: Fix up spacing around verbatim DocBook elements
2026-05-04  Amit KapilaSimplify translatable messages for tuple value details...
2026-05-03  Alexander KorotkovMark modified the FSM buffer as dirty during recovery
2026-05-03  Alexander KorotkovDocument that WAIT FOR LSN is timeline-blind
2026-05-03  Alexander KorotkovImprove WAIT FOR LSN test coverage
2026-05-03  Alexander KorotkovWake standby_write/standby_flush waiters from the WAL...
2026-05-03  Alexander KorotkovUse replay position as floor for WAIT FOR LSN standby_...
2026-05-03  Alexander KorotkovRemove redundant WAIT FOR LSN caller-side pre-checks
2026-05-03  Alexander KorotkovFix memory ordering in WAIT FOR LSN wakeup mechanism
2026-05-03  Alexander KorotkovUse barrier semantics when reading/writing writtenUpto
2026-05-01  Andrew DunstanAdd missing connection validation in ECPG
2026-05-01  Andrew DunstanOnly show signal-sender PID/UID detail in server log
2026-05-01  Amit KapilaFix BF failure introduced in commit 2bf6c9ff71.
2026-05-01  Michael Paquierdoc: Mention validation attempt during ALTER INDEX...
2026-05-01  Fujii MasaoAvoid blocking indefinitely while finishing walsender...
2026-05-01  Richard GuoFix HAVING-to-WHERE pushdown with nondeterministic...
2026-05-01  Amit LangoteUse "concurrent delete" in serialization error for...
2026-05-01  Richard GuoFix JSON_ARRAY(query) empty set handling and view deparsing
2026-04-30  Álvaro HerreraREPACK CONCURRENTLY: fix processing of toasted tuples
2026-04-30  Álvaro HerreraRemove working test that was supposed to fail
2026-04-30  Andrew DunstanFix attnum remapping in generateClonedExtStatsStmt()
2026-04-30  Andrew DunstanAvoid SIGSEGV in pg_get_database_ddl() on NULL tablespace
2026-04-30  Daniel GustafssonFix data_checksum GUC show_hook
2026-04-30  Daniel GustafssonImprove database detection logic in datachecksumsworker
2026-04-30  Daniel GustafssonImprove handling of concurrent checksum requests
next