Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Mar 23, 2023
Rename fields in pgstat structures for functions and relations
Show description for 8089517committedImplement find_my_exec()'s path normalization using realpath(3).
Show description for 11a0a8bcommitteddoc: fix another case of missing productname markup
Show description for eb2618acommittedCount updates that move row to a new page.
Show description for ae4fddecommittedHandle the "und" locale in ICU versions 54 and older.
Show description for 3b50275committedamcheck: Fix a few bugs in new update chain validation.
Show description for 949e2e7committedAdd missing "-I." flag when building pg_bsd_indent.
Show description for dccef0fcommittedMinor comment improvements for compress_lz4
Show description for d0160cacommittedUnify buffer sizes in pg_dump compression API
Show description for f081a48committedImprove type handling in pg_dump's compress file API
Show description for d3b5775committedWrap ICU ucol_open().
Show description for a326aaccommittedIgnore generated columns during apply of update/delete.
Show description for adedf54committedAmit KapilaAllow logical replication to copy tables in binary format.
Show description for ecb6965committedAmit KapilaImprove a bit the tests of pg_walinspect
Show description for 4f1882bcommittedImprove the naming of Parallel Hash Join phases.
Show description for 8fba928committed
Commits on Mar 22, 2023
Allow locking updated tuples in tuple_update() and tuple_delete()
Show description for 11470f5committedEvade extra table_tuple_fetch_row_version() in ExecUpdate()/ExecDelete()
Show description for 764da77committedFix new test case to work on (some?) big-endian architectures.
Show description for c75a623committedFix initdb's handling of min_wal_size and max_wal_size.
Show description for b48af6dcommittedReduce memory leakage in initdb.
Show description for 4fe2aa7committedAdd "-c name=value" switch to initdb.
Show description for 3e51b27committedFix memory leak and inefficiency in CREATE DATABASE ... STRATEGY WAL_LOG
Show description for 5df319fcommittedTeach verify_heapam() to validate update chains within a page.
Show description for bbc1376committeddoc: Add description of some missing monitoring functions
Show description for d69c404committed
Commits on Mar 21, 2023
Fix a couple of typos
Show description for 88199b9committedSupport language tags in older ICU versions (53 and earlier).
Show description for 869650fcommittedFix make maintainer-clean with queryjumblefuncs.*.c files in src/backend/nodes/
Show description for e8e1f96committedFix incorrect comment in preptlist.c
Show description for b94c671committedCorrect Memoize's estimated cache hit ratio calculation
Show description for f48b4f8committedAdd SHELL_ERROR and SHELL_EXIT_CODE magic variables to psql.
Show description for b0d8f2dcommitteddocs: use consistent markup for PostgreSQL
Show description for 0f85db9committedAvoid using atooid for numerical comparisons which arent Oids
Show description for 106f26acommittedpg_waldump: Allow hexadecimal values for -t/--timeline option
Show description for 4c8044ccommittedIgnore dropped columns during apply of update/delete.
Show description for b797defcommittedAmit KapilaFix race in parallel hash join batch cleanup, take II.
Show description for 8d578b9committed