]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2026-06-30  Tom LaneClean up inconsistencies in CPU-identification macros.
2026-06-30  Nathan BossartRemove pg_spin_delay().
2026-06-30  Peter EisentrautMake SPI_prepare argtypes argument const
2026-06-30  Peter EisentrautFixes for SPI "const Datum *" use
2026-06-30  Michael PaquierAdd backend-level lock statistics
2026-06-30  Michael PaquierRefactor pg_stat_get_lock() to use a helper function
2026-06-30  Michael PaquierUse placeholders and not GUC names in error message...
2026-06-30  Michael PaquierChange stat_lock.wait_time to double precision
2026-06-30  Noah MischRestore comment at appendShellString().
2026-06-30  Fujii Masaobufmgr: Fix race in LockBufferForCleanup()
2026-06-30  Fujii MasaoRemove stray blank line in ParseFuncOrColumn()
2026-06-29  Fujii MasaoFix unlogged sequence corruption after standby promotion
2026-06-29  Michael PaquierSimplify some stats restore code with InputFunctionCall...
2026-06-29  Joe ConwayStamp HEAD as 20devel.
2026-06-29  Joe ConwayAdd previous 2 commits to .git-blame-ignore-revs.
2026-06-29  Joe ConwayRun pgperltidy
2026-06-29  Joe ConwaySync typedefs.list with the buildfarm.
2026-06-29  Peter EisentrautFix typo
2026-06-29  Peter EisentrautForbid FOR PORTION OF with WHERE CURRENT OF
2026-06-29  Peter EisentrautFix handling of copy_file_range() return value
2026-06-29  Michael Paquierdoc: Reorder table for Object DDL Functions
2026-06-29  Richard Guoplpython: Fix NULL pointer dereferences for broken...
2026-06-29  Amit LangoteHardwire RI fast-path end-of-xact cleanup into xact.c
2026-06-28  Daniel Gustafssondoc: Improve consistency in varlistentry attributes
2026-06-28  Tom LaneAvoid collation lookup failure when considering a ...
2026-06-28  Andrew DunstanUse named boolean parameters for pg_get_*_ddl option...
2026-06-28  Andrew Dunstanpgindent fix for commit effb923d9de
2026-06-27  Andrew Dunstandoc: Clarify ALTER CONSTRAINT enforceability behavior
2026-06-27  Andrew Dunstandoc: Clarify inherited constraint behavior
2026-06-27  Andrew DunstanPrevent inherited CHECK constraints from being weakened
2026-06-27  Andrew DunstanCOPY TO FORMAT JSON: respect column list order
2026-06-27  Peter EisentrautReject child partition FDWs in FOR PORTION OF
2026-06-27  Peter EisentrautMove FOR PORTION OF volatile check into planner
2026-06-27  Michael PaquierSwitch maximum of GUC huge_page_size to MAX_KILOBYTES
2026-06-26  Álvaro HerreraMake crosstabview honor boolean/null display settings
2026-06-26  Tomas VondraFix out-of-bounds access in autoprewarm worker
2026-06-26  Tomas VondraImprove docs for EXPLAIN (IO)
2026-06-26  Alexander KorotkovTake into account default_tablespace during MERGE/SPLIT...
2026-06-26  Michael Paquierdoc: Improve description of pg_get_multixact_stats()
2026-06-25  Masahiko SawadaMark uuid-to-bytea cast as leakproof.
2026-06-25  Tom LaneFix null-pointer crash in ECPG compiler.
2026-06-25  Peter EisentrautMessage and comment wording fixes
2026-06-25  Peter Eisentrautdoc: Some spell checking
2026-06-25  Peter EisentrautFix options listing of pg_test_timing --cutoff
2026-06-24  Melanie Plagemanpg_stat_io: Don't flag extends by autovacuum launcher
2026-06-24  Fujii Masaopsql: Add tab completion for subscription wal_receiver_...
2026-06-24  Peter EisentrautRemove extraneous newlines from guc_parameters.dat
2026-06-24  Heikki LinnakangasDistinguish datacheckums worker invocations more reliably
2026-06-24  Heikki LinnakangasMinor cleanup around checking datachecksum worker result
2026-06-24  Heikki LinnakangasAvoid leaving DataChecksumState->worker_pid to an old...
2026-06-24  Heikki LinnakangasMisc cleanup in datachecksums_state.[ch]
2026-06-24  Michael PaquierFix set of typos and grammar mistakes
2026-06-24  Fujii MasaoRefine error reporting for null treatment on non-window...
2026-06-24  Richard Guoplperl: Fix NULL pointer dereference for forged array...
2026-06-23  Amit LangoteRe-index ModifyTable FDW arrays when pruning result...
2026-06-23  Jeff DavisNail pg_parameter_acl in relcache.
2026-06-23  Tom LaneFix incorrect declarations of variadic pg_get_*_ddl...
2026-06-23  Tom Lanepsql: Tighten heuristics for BEGIN/END within CREATE...
2026-06-23  Michael Paquierdoc: Describe better handling of indexes in ALTER TABLE...
2026-06-23  Peter EisentrautReadable identity strings for property graph objects
2026-06-22  Michael Paquierdoc: Update pg_dump/dumpall/upgrade about handling...
2026-06-22  Tom LaneFix unsafe order of operations in ResourceOwnerReleaseA...
2026-06-22  Tom Lanepgcrypto: avoid recursive ResourceOwnerForget().
2026-06-22  Richard GuoStrip removed-relation references from PlaceHolderVars...
2026-06-21  Tom Laneplpython: Use funccache.c infrastructure for procedure...
2026-06-20  Fujii Masaodoc: Clarify pg_get_sequence_data() privileges and...
2026-06-20  Fujii MasaoFix misreporting of publisher sequence permissions...
2026-06-20  Michael PaquierMake type cache initialization more resilient on re...
2026-06-20  Michael PaquierMake StandbyAcquireAccessExclusiveLock() more resilent...
2026-06-19  Tom LaneMake pg_mkdir_p() tolerant of a concurrent directory...
2026-06-19  David RowleyUpdate JIT tuple deforming code for virtual generated...
2026-06-18  Daniel GustafssonFix comments on data checksum cost settings
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  Jeff DavisAvoid errors during DROP SUBSCRIPTION when slot_name...
2026-06-18  Bruce Momjiandoc PG 19 relnotes: fix "standard_conforming_strings...
2026-06-18  Nathan BossartAvoid division-by-zero when calculating autovacuum...
2026-06-18  Nathan Bossartdoc: Fix "Prev" link, take 2.
2026-06-18  Andrew DunstanRevert non-text output formats for pg_dumpall
2026-06-18  Alexander KorotkovCreate TOAST table for partitions made by MERGE/SPLIT...
2026-06-18  Michael PaquierMake GetSnapshotData() more resilient on out-of-memory...
2026-06-18  Amit KapilaAvoid stale slot access after dropping obsolete synced...
2026-06-18  Michael PaquierFix PANIC with track_functions due to concurrent drop...
2026-06-18  Amit KapilaDoc: Clarify that publication exclusions track table...
2026-06-18  Bruce Momjiandoc PG 19 relnotes: update to current
2026-06-18  Bruce Momjiandoc PG 19 relnotes: remove VALIDATE CONSTRAINT lock...
2026-06-18  Fujii MasaoFix ALTER DOMAIN VALIDATE CONSTRAINT locking
2026-06-17  Bruce Momjiandoc PG 19 relnotes: mention pg_dump{all} & standard_con...
2026-06-17  Jeff DavisAvoid errors during ALTER SUBSCRIPTION.
2026-06-17  Jacob Championoauth: Skip call-count test for libcurl 8.20.0
2026-06-17  Jacob Championlibpq-oauth: Print libcurl version with OAUTHDEBUG_UNSA...
2026-06-17  Jacob Championoauth_validator: Print captured stderr after call-count...
2026-06-17  Tom Lanejsonb_plperl, jsonb_plpython: Fix unguarded recursion...
2026-06-17  Nathan Bossartvacuumdb: Fix --missing-stats-only for partitioned...
2026-06-17  Michael PaquierFix pgstat_count_io_op_time() calls passing incorrect...
2026-06-17  Heikki LinnakangasSilence uninitialized variable warning with some compil...
2026-06-17  David RowleyAdd tuple deformation test for virtual generated columns
2026-06-17  Tatsuo IshiiFix error message typo.
2026-06-17  Amit LangoteFix RI fast-path for domain-typed FK columns
2026-06-17  Tatsuo IshiiFix to not allow null treatment to non window functions.
next