]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2026-05-29  Jacob Championlibpq: Send users to the wiki during grease failures
2026-05-29  Jacob Championlibpq: Fix grease error message style
2026-05-29  Robert Haaspg_plan_advice: DO_NOT_SCAN is a simple tag, not a...
2026-05-29  Robert Haaspg_stash_advice: Reject overlong stash names in dump...
2026-05-29  Álvaro HerreraCover additional errors and corner conditions in repack.c
2026-05-28  Heikki LinnakangasUse term "referenced" rather than "dependent" in depend...
2026-05-28  Álvaro HerreraImprove REPACK (CONCURRENTLY) error messages some more
2026-05-28  Andres FreundMake stack depth check work with asan's use-after-return
2026-05-28  Álvaro HerreraFix some minor issues in repack ereport()s
2026-05-28  Álvaro HerreraImprove REPACK (CONCURRENTLY) error when wal_level...
2026-05-28  Fujii Masaopostgres_fdw: Fix whitespace violation in connection.c
2026-05-28  Fujii Masaopostgres_fdw, dblink: Validate use_scram_passthrough...
2026-05-27  Masahiko SawadaFix race between ProcSignalInit() and EmitProcSignalBar...
2026-05-27  Masahiko SawadaFix 051_effective_wal_level.pl on builds without inject...
2026-05-27  Álvaro HerreraDisable logical decoding after REPACK (CONCURRENTLY)
2026-05-27  Tom LaneFix NOTIFY wakeups for pre-commit LISTEN entries.
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  Peter EisentrautUse strtoi64 instead of strtoll
2026-05-27  Daniel GustafssonRemove incorrect OpenSSL feature guards
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-27  Fujii Masaopg_createsubscriber: Fix cleanup of publisher-side...
2026-05-27  Bruce Momjiandoc: add comma to UPDATE docs, for consistency
2026-05-27  Alexander KorotkovClean up 019_replslot_limit.pl comments
2026-05-26  Alexander KorotkovStabilize 019_replslot_limit.pl: wait on slot restart_lsn
2026-05-26  Alexander KorotkovSkip pg_database.dathasloginevt cleanup on standby
2026-05-26  Amit KapilaFix memory accumulation in pg_sync_replication_slots...
2026-05-26  Bruce Momjiandoc PG 19 relnotes: more fixes
2026-05-26  Bruce Momjiandoc PG 19 relnotes: various corrections
2026-05-26  Tom LaneAdd stack depth check to QueueFKConstraintValidation().
2026-05-26  Álvaro HerreraRestructure repack worker teardown
2026-05-26  Bruce Momjiandoc PG 19 relnotes: adjust item to mention pg_replicat...
2026-05-26  Michael PaquierFix calculation of members_size in pg_get_multixact_stats()
2026-05-25  Michael PaquierAdjust some error hints
2026-05-25  Tom LaneFix missed ReleaseVariableStats() in intarray's _int_ma...
2026-05-25  Fujii Masaodblink: Reject use_scram_passthrough on foreign-data...
2026-05-25  Fujii Masaodblink: Give user mapping precedence for use_scram_pass...
2026-05-25  Fujii Masaopostgres_fdw: Give user mapping precedence for use_scra...
2026-05-25  Daniel Gustafssondoc: Clarify CHECKPOINT handling of unlogged buffers
2026-05-25  Daniel Gustafssonpsql: Tab completion for CHECKPOINT FLUSH_UNLOGGED...
2026-05-25  Alexander KorotkovReject degenerate SPLIT PARTITION with DEFAULT partition
2026-05-25  Michael PaquierFix size check in statext_dependencies_deserialize()
2026-05-24  Álvaro HerreraRevert "Allow logical replication snapshots to be datab...
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...
next