]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
13 days ago  Amit KapilaAllow logical replication conflicts to be logged to...
13 days ago  Michael PaquierAdd system view pg_stat_kind_info
13 days ago  Masahiko SawadaAdd min() and max() aggregate support for uuid.
13 days ago  Tom LaneFix macro-redefinition warning introduced by aeb07c55f.
13 days ago  Tom Lanebtree_gist: fix NaN handling in float4/float8 opclasses.
13 days ago  Nathan Bossartdoc: Fix pg_stat_autovacuum_scores descriptions.
13 days ago  Tom LaneImprove the names generated for indexes on expressions.
13 days ago  Tom LaneSync our copy of the timezone library with IANA release...
13 days ago  Tom LaneFix CPU-identification macros for RISC-V.
13 days ago  Fujii MasaoClear base backup progress on backup failure
13 days ago  Fujii MasaoWarn on password auth with MD5-encrypted passwords
13 days ago  Peter EisentrautFix mismatched deallocation functions
2026-07-01  Peter EisentrautSplit dry-run messages into primary and detail
2026-07-01  Peter EisentrautDon't cast off_t to 32-bit type for output, bug fix
2026-07-01  Peter EisentrautUse C11 alignas instead of pg_attribute_aligned
2026-07-01  Richard GuoImprove UNION's output row count estimate
2026-07-01  Michael PaquierAvoid useless calls in pg_get_multixact_stats()
2026-07-01  John NaylorDocument wal_compression=on
2026-07-01  Michael Paquierdoc: Add new section describing fast-path locking
2026-06-30  Thomas MunroRemove radius from initdb authentication methods.
2026-06-30  Tom LaneDisallow set-returning functions within window OVER...
2026-06-30  Alexander Korotkovdoc: clarify MERGE PARTITIONS adjacency requirement
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.
next