]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2025-11-26  Daniel Gustafssondoc: Clarify passphrase command reloading on Windows
2025-11-26  Jacob Championoauth_validator: Shorten JSON responses in test logs
2025-11-25  Álvaro Herrerapg_dump tests: don't put dumps in stdout
2025-11-24  Andres Freundlwlock: Fix, currently harmless, bug in LWLockWakeup()
2025-11-24  David RowleyFix incorrect IndexOptInfo header comment
2025-11-22  Thomas Munrojit: Adjust AArch64-only code for LLVM 21.
2025-11-20  Tomas VondraHandle EPERM in pg_numa_init
2025-11-20  Fujii Masaodoc: Update pg_upgrade documentation to match recent...
2025-11-19  Heikki LinnakangasPrint new OldestXID value in pg_resetwal when it's...
2025-11-19  Nathan Bossartdoc: Update formula for vacuum insert threshold.
2025-11-19  Richard GuoFix typo in nodeHash.c
2025-11-18  Tom LaneFix pg_popcount_aarch64.c to build with ancient glibc...
2025-11-18  Álvaro HerreraFix typo
2025-11-18  Tom LaneDon't allow CTEs to determine semantic levels of aggreg...
2025-11-17  Bruce Momjiandoc: clarify that pg_upgrade preserves "optimizer...
2025-11-17  Tom LaneFix pg_crc32c_armv8_choose.c to build with ancient...
2025-11-17  Nathan BossartUpdate .abi-compliance-history for change to CreateStat...
2025-11-17  Tom LaneClean up match_orclause_to_indexcol().
2025-11-17  Daniel GustafssonMention md5 deprecation in postgresql.conf.sample
2025-11-16  Thomas MunroDefine PS_USE_CLOBBER_ARGV on GNU/Hurd.
2025-11-16  Dean RasheedFix Assert failure in EXPLAIN ANALYZE MERGE with a...
2025-11-16  David RowleyDoc: include MERGE in variable substitution command...
2025-11-14  Nathan BossartComment out autovacuum_worker_slots in postgresql.conf...
2025-11-14  Nathan BossartAdd note about CreateStatistics()'s selective use of...
2025-11-14  Fujii Masaopgbench: Fix assertion failure with multiple \syncpipel...
2025-11-13  Dean Rasheeddoc: Improve description of RLS policies applied by...
2025-11-12  Nathan BossartTeach DSM registry to ERROR if attaching to an uninitia...
2025-11-12  Heikki LinnakangasClear 'xid' in dummy async notify entries written to...
2025-11-12  Heikki LinnakangasFix remaining race condition with CLOG truncation and...
2025-11-12  Heikki LinnakangasFix bug where we truncated CLOG that was still needed...
2025-11-12  Heikki LinnakangasEscalate ERRORs during async notify processing to FATAL
2025-11-12  Daniel Gustafssondoc: Document effects of ownership change on privileges
2025-11-12  Daniel GustafssonFix range for commit_siblings in sample conf
2025-11-12  Álvaro HerreraChange coding pattern for CURL_IGNORE_DEPRECATION()
2025-11-12  Heikki LinnakangasFix pg_upgrade around multixid and mxoff wraparound
2025-11-12  Fujii Masaodoc: Fix incorrect synopsis for ALTER PUBLICATION ...
2025-11-12  Michael PaquierReport better object limits in error messages for injec...
2025-11-12  Michael PaquierAdd check for large files in meson.build
2025-11-10  Tom LaneStamp 18.1. REL_18_1
2025-11-10  Tom LaneLast-minute updates for release notes.
2025-11-10  Nathan BossartCheck for CREATE privilege on the schema in CREATE...
2025-11-10  Jacob Championlibpq: Prevent some overflows of int/size_t
2025-11-10  Peter EisentrautTranslation updates
2025-11-09  Tom LaneRelease notes for 18.1, 17.7, 16.11, 15.15, 14.20,...
2025-11-07  Thomas MunroFix generic read and write barriers for Clang.
2025-11-07  Tom LaneFirst-draft release notes for 18.1.
2025-11-07  Fujii Masaodoc: Fix descriptions of some PGC_POSTMASTER parameters.
2025-11-07  Fujii Masaodoc: Clarify units for io_combine_limit and io_max_comb...
2025-11-06  Álvaro HerreraIntroduce XLogRecPtrIsValid()
2025-11-06  Peter EisentrautDisallow generated columns in COPY WHERE clause
2025-11-06  Heikki LinnakangasAdd comment to explain why PGReserveSemaphores() is...
2025-11-06  Peter EisentrautFix redundancy in error message
2025-11-06  Thomas Munroci: Improve OpenBSD core dump backtrace handling.
2025-11-06  Etsuro FujitaUpdate obsolete comment in ExecScanReScan().
2025-11-06  Etsuro Fujitapostgres_fdw: Add more test coverage for EvalPlanQual...
2025-11-06  Thomas Munroci: Add missing "set -e" to scripts run by su.
2025-11-05  Tom LaneAvoid possible crash within libsanitizer.
2025-11-05  Richard GuoFix assertion failure in generate_orderedappend_paths()
2025-11-05  Michael PaquierFix timing-dependent failure in recovery test 004_timel...
2025-11-05  Richard GuoFix comments for ChangeVarNodes() and related functions
2025-11-05  Andres Freundaio: Improve assertions related to io_method
2025-11-05  Andres Freundjit: Fix accidentally-harmless type confusion
2025-11-05  Jeff DavisSpecial case C_COLLATION_OID in pg_newlocale_from_colla...
2025-11-04  Masahiko SawadaAdd CHECK_FOR_INTERRUPTS in Evict{Rel,All}UnpinnedBuffers.
2025-11-04  Álvaro HerreraFix snapshot handling bug in recent BRIN fix
2025-11-04  Andres Freundci: debian: Switch to Debian Trixie release
2025-11-04  Tomas VondraLimit the size of TID lists during parallel GIN build
2025-11-04  Álvaro HerreraHave psql's "\? variables" show csv_fieldsep
2025-11-04  Peter EisentrautTighten check for generated column in partition key...
2025-11-04  Álvaro HerreraBRIN autosummarization may need a snapshot
2025-11-04  Peter EisentrautError message stylistic correction
2025-11-04  Michael PaquierFix unconditional WAL receiver shutdown during stream...
2025-11-03  Noah MischDoc: cover index CONCURRENTLY causing errors in INSERT...
2025-11-03  Álvaro HerreraPrevent setting a column as identity if its not-null...
2025-11-02  Peter GeogheganDocument nbtree row comparison design.
2025-11-02  Peter GeogheganRemove obsolete nbtree equality key comments.
2025-11-02  Tom LaneAvoid mixing void and integer in a conditional expression.
2025-10-31  Álvaro Herrerapg_createsubscriber: reword dry-run log messages
2025-10-31  Álvaro Herrerapg_createsubscriber: Fix error complaining about the...
2025-10-30  Bruce Momjiandoc: rewrite random_page_cost description
2025-10-30  Andres Freundci: macos: Upgrade to Sequoia
2025-10-30  Andres Freundci: Fix Windows and MinGW task names
2025-10-30  Peter Eisentrautdocs: Link to the correct protocol version inspection...
2025-10-30  Michael PaquierFix regression with slot invalidation checks
2025-10-30  Richard GuoDisable parallel plans for RIGHT_SEMI joins
2025-10-30  David RowleyFix bogus use of "long" in AllocSetCheck()
2025-10-29  Álvaro Herrerapg_stat_statements: Fix handling of duplicate constant...
2025-10-29  Michael PaquierSimplify newline handling in libpq TAP test
2025-10-28  Peter EisentrautCheck that index can return in get_actual_variable_range()
2025-10-27  Amit KapilaFix GUC check_hook validation for synchronized_standby_...
2025-10-25  David RowleyFix incorrect logic for caching ResultRelInfos for...
2025-10-23  Tom LaneUpdate expected output for contrib/sepgsql's regression...
2025-10-23  Daniel Gustafssondoc: Remove mention of Git protocol support
2025-10-23  Tom LaneFix off-by-one Asserts in FreePageBtreeInsertInternal...
2025-10-23  Tom LaneFix resource leaks in PL/Python error reporting, redux.
2025-10-23  Fujii MasaoAdd comments explaining overflow entries in the replica...
2025-10-23  Masahiko SawadaAdd copyright notice to vacuum_horizon_floor.pl test.
2025-10-23  David RowleyFix incorrect zero extension of Datum in JIT tuple...
2025-10-22  Tom LaneFix memory leaks in pg_combinebackup/reconstruct.c.
2025-10-22  Fujii MasaoMake invalid primary_slot_name follow standard GUC...
next