Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Feb 23, 2023
Refactor to add pg_strcoll(), pg_strxfrm(), and variants.
Show description for d87d548committedIntroduce a generic pg_dump compression API
Show description for e996073committedFix mis-handling of outer join quals generated by EquivalenceClasses.
Show description for 739f1d6committedPrepare pg_dump internals for additional compression methods
Show description for 03d02f5committedpg_rewind: Fix determining TLI when server was just promoted.
Show description for 009eeeecommittedFix multi-row DEFAULT handling for INSERT ... SELECT rules.
Show description for 75c7376committedConsider a failed process as a failed test in pg_regress
Show description for 337903acommitted
Commits on Feb 22, 2023
Add static assertion ensuring sizeof(ExprEvalStep) <= 64 bytes
Show description for 78be04ecommittedCheck for unbounded authentication exchanges in libpq.
Show description for 5e04447committedFix some issues with wrong placement of pseudo-constant quals.
Show description for a75ff55committedFix snapshot handling in logicalmsg_decode
Show description for 7fe1aa9committedAdd missing support for the latest SPI status codes.
Show description for d0460a3committedFix Assert failure for MERGE into a partitioned table with RLS.
Show description for 0d3b49dcommittedRemove newly added asserts from pg_bitutils.h
Show description for 83a611acommitteddoc: Add default value of createrole_self_grant
Show description for e00bc6ccommittedFix MERGE command tag for cross-partition updates.
Show description for 80a48e0committedImplement ANY_VALUE aggregate
Show description for 2ddab01committed- committed
pg_dump: Remove some dead code
Show description for f198f0acommittedFix small memory leak in psql's \bind command
Show description for 8bf5af2committeddoc: Add missing values for meson options -Dcassert and -Db_coverage
Show description for 1a943d0committedFix corruption of templates after CREATE DATABASE .. STRATEGY WAL_LOG
Show description for 8a86618committed
Commits on Feb 21, 2023
Fix erroneous Valgrind markings in AllocSetRealloc.
Show description for b3e184acommittedRemove obsolete coding for early macOS.
Show description for a1f45f6committedFix handling of escape sequences in postgres_fdw.application_name
Show description for 8427ce4committedpgbench: Prepare commands in pipelines in advance
Show description for 038f586committed
Commits on Feb 20, 2023
Detect overflow in timestamp[tz] subtraction.
Show description for 8028e29committedFix parsing of ISO-8601 interval fields with exponential notation.
Show description for f0d0394committedPrevent join removal from removing the query's result relation.
Show description for f6db76ccommittedLimit memory usage of pg_walinspect functions.
Show description for 69e8c7ccommittedRemove gratuitous assumptions about what make_modifytable can see.
Show description for c6c3b3bcommittedCorrectly set userid of subquery relations' child rels
Show description for a316a3bcommittedOptimize generate_orderedappend_paths
Show description for 94cad7acommittedAdd MSVC support for pg_leftmost_one_pos32() and friends
Show description for 6773197committedAdd assert checking to pg_leftmost_one_pos32() and friends
Show description for 204b0cbcommitted