postgresql.git
29 hours ago Thomas Munrojit: Adjust AArch64-only code for LLVM 21. REL_18_STABLE github/REL_18_STABLE
3 days ago Tomas VondraHandle EPERM in pg_numa_init
3 days ago Fujii Masaodoc: Update pg_upgrade documentation to match recent...
3 days ago Heikki LinnakangasPrint new OldestXID value in pg_resetwal when it's...
3 days ago Nathan Bossartdoc: Update formula for vacuum insert threshold.
4 days ago Richard GuoFix typo in nodeHash.c
4 days ago Tom LaneFix pg_popcount_aarch64.c to build with ancient glibc...
4 days ago Álvaro HerreraFix typo
4 days ago Tom LaneDon't allow CTEs to determine semantic levels of aggreg...
5 days ago Bruce Momjiandoc: clarify that pg_upgrade preserves "optimizer...
5 days ago Tom LaneFix pg_crc32c_armv8_choose.c to build with ancient...
5 days ago Nathan BossartUpdate .abi-compliance-history for change to CreateStat...
5 days ago Tom LaneClean up match_orclause_to_indexcol().
6 days ago Daniel GustafssonMention md5 deprecation in postgresql.conf.sample
6 days ago Thomas MunroDefine PS_USE_CLOBBER_ARGV on GNU/Hurd.
6 days ago Dean RasheedFix Assert failure in EXPLAIN ANALYZE MERGE with a...
6 days ago David RowleyDoc: include MERGE in variable substitution command...
8 days ago Nathan BossartComment out autovacuum_worker_slots in postgresql.conf...
8 days ago Nathan BossartAdd note about CreateStatistics()'s selective use of...
8 days ago Fujii Masaopgbench: Fix assertion failure with multiple \syncpipel...
10 days ago Dean Rasheeddoc: Improve description of RLS policies applied by...
10 days ago Nathan BossartTeach DSM registry to ERROR if attaching to an uninitia...
10 days ago Heikki LinnakangasClear 'xid' in dummy async notify entries written to...
10 days ago Heikki LinnakangasFix remaining race condition with CLOG truncation and...
10 days ago Heikki LinnakangasFix bug where we truncated CLOG that was still needed...
10 days ago Heikki LinnakangasEscalate ERRORs during async notify processing to FATAL
10 days ago Daniel Gustafssondoc: Document effects of ownership change on privileges
11 days ago Daniel GustafssonFix range for commit_siblings in sample conf
11 days ago Álvaro HerreraChange coding pattern for CURL_IGNORE_DEPRECATION()
11 days ago Heikki LinnakangasFix pg_upgrade around multixid and mxoff wraparound
11 days ago Fujii Masaodoc: Fix incorrect synopsis for ALTER PUBLICATION ...
11 days ago Michael PaquierReport better object limits in error messages for injec...
11 days ago Michael PaquierAdd check for large files in meson.build
12 days ago Tom LaneStamp 18.1. REL_18_1
12 days ago Tom LaneLast-minute updates for release notes.
12 days ago Nathan BossartCheck for CREATE privilege on the schema in CREATE...
12 days ago Jacob Championlibpq: Prevent some overflows of int/size_t
13 days ago Peter EisentrautTranslation updates
13 days ago 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...
2025-10-22 Fujii MasaoFix stalled lag columns in pg_stat_replication when...
2025-10-21 Nathan BossartUpdate .abi-compliance-history file.
2025-10-21 Nathan BossartAdd previous commit to .git-blame-ignore-revs.
2025-10-21 Nathan BossartRe-pgindent brin.c.
2025-10-21 David RowleyFix BRIN 32-bit counter wrap issue with huge tables
next