]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2026-05-23  Fujii Masaopsql: Add missing IO option to EXPLAIN tab completion
2026-05-22  Michael PaquierAvoid exposing WAL receiver raw conninfo during timelin...
2026-05-22  Michael PaquierImprove pg_stat_wal_receiver for CONNECTING status
2026-05-22  Fujii MasaoSet notice receiver before libpq connection startup...
2026-05-22  Fujii MasaoPrevent setting NO INHERIT on partitioned NOT NULL...
2026-05-20  Alexander KorotkovRevert "Reject degenerate SPLIT PARTITION with DEFAULT...
2026-05-20  Alexander KorotkovReject degenerate SPLIT PARTITION with DEFAULT partition
2026-05-20  Fujii Masaopg_recvlogical: Add tests for output file permissions
2026-05-20  Fujii Masaopg_recvlogical: Honor source cluster file permissions...
2026-05-19  Álvaro HerreraFix REPACK decoding worker not cleaned up on FATAL...
2026-05-19  Alexander KorotkovClarify SPLIT PARTITION bound requirements in docs
2026-05-19  Alexander KorotkovFix SPLIT PARTITION hint for DEFAULT partition bounds
2026-05-19  Alexander KorotkovFix SPLIT PARTITION range bound validation with DEFAULT
2026-05-19  Fujii MasaoFix COPY FROM ON_ERROR SET_NULL with selective column...
2026-05-18  Daniel GustafssonRemove support for 8 byte tear free read/write on 32-bit
2026-05-18  Daniel GustafssonRemove obsolete comment in AtEOXact_Inval
2026-05-18  Daniel Gustafssonpsql: Make ParseVariableDouble reject values above max
2026-05-18  Daniel Gustafssonoauth: Fix missing quote in errormessage
2026-05-18  Michael PaquierFix issues with handling of expressions in extended...
2026-05-18  Fujii MasaoFix parsing of REPACK options
2026-05-18  Tatsuo IshiiFix IGNORE NULLS nullness cache for volatile window...
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-16  Michael PaquierSimplify signature of ProcessStartupPacket()
2026-05-16  Michael Paquierdoc: Fix example of pg_restore_extended_stats()
2026-05-16  Andres Freundpg_test_timing: Show additional TSC clock source debug...
2026-05-16  Etsuro Fujitapostgres_fdw: Replace buffers in RemoteAttributeMapping...
2026-05-15  Jeff DavisCheck retain_dead_tuples for ALTER SUBSCRIPTION .....
2026-05-15  Jeff DavisDon't accept length of -1 in pg_locale.h APIs.
2026-05-15  Bruce Momjiandoc PG 19 relnotes: remove "Add fake LSN support to...
2026-05-15  Michael PaquierRe-add regression tests for ltree and intarray
2026-05-15  Fujii Masaopsql: Fix tab completion for REPACK boolean options
2026-05-14  Bruce Momjiandoc PG 19 relnotes: update to current
2026-05-14  Nathan Bossartrefint: Fix segfault in check_foreign_key().
2026-05-14  Masahiko SawadaFix attribute mapping for COPY TO on partitioned tables.
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  Etsuro Fujitapostgres_fdw: Fix deparsing of remote column names...
2026-05-14  Michael PaquierFix jsonpath .split_part() to honor silent mode
2026-05-14  Fujii Masaopgbench: fix verbose error message corruption with...
2026-05-13  Nathan BossartAdd several commits to .git-blame-ignore-revs.
2026-05-13  Álvaro HerreraFix style in a few REPACK ereports
2026-05-13  Tom LaneUse "grep -E" not "egrep".
2026-05-13  Tom LanePre-beta updates: run src/tools/copyright.pl.
2026-05-13  Tom LaneDo pre-release housekeeping on catalog data.
2026-05-13  Tom LaneAdd preceding commits to .git-blame-ignore-revs.
2026-05-13  Tom LanePre-beta mechanical code beautification, step 3: run...
2026-05-13  Tom LanePre-beta mechanical code beautification, step 2: run...
2026-05-13  Tom LanePre-beta mechanical code beautification, step 1: run...
2026-05-13  Tom Lanepgindent: improve formatting of multiline comments.
2026-05-13  Tom LaneMake pg_bsd_indent add a space between comma and period.
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...
next