Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Jan 13, 2023
- committed
Manual cleanup and pgindent of pgstat and bufmgr related code
Show description for 250c8eecommittedClean up useless "skipping" messages for VACUUM/ANALYZE.
Show description for d46a979committedSimplify permissions for LOCK TABLE.
Show description for c44f633committedIgnore dropped and generated columns from the column list.
Show description for b7ae039committedAmit KapilaAvoid creating parallel apply state hash table unless required.
Show description for dca8b01committedAmit KapilaAdd tests for regex replacement with \1 in pg_ident.conf to 0003_peer.pl
Show description for e753ae6committeddoc: Simplify description of functions for pg_walinspect
Show description for 58597edcommitted
Commits on Jan 12, 2023
Fix WaitEventSetWait() buffer overrun.
Show description for f1821b5committedFix jsonpath existense checking of missing variables
Show description for 3161ae8committedConstify the arguments of ilist.c/h functions
Show description for c8ad4d8committedCode cleanup
Show description for 881fa86committedRename some variables related to ident files in hba.{c,h}
Show description for 8607630committedFix incorrect comment in hba.h
Show description for bfd2542committedAcquire spinlock when updating 2PC slot data during logical decoding creation
Show description for 5ad165dcommittedRevert "Get rid of the "new" and "old" entries in a view's rangetable."
Show description for f0e6d6dcommittedRefactor DetermineSleepTime() to use milliseconds.
Show description for 5a26c7bcommittedUse WaitEventSet API for postmaster's event loop.
Show description for 7389aadcommittedDoc: fix silly thinko in 8bf6ec3ba.
Show description for d93d68acommittedMake lazy_vacuum_heap_rel match lazy_scan_heap.
Show description for d30b499committedvacuumlazy.c: Tweak local variable name.
Show description for 8c233cfcommittedRename and relocate freeze plan dedup routines.
Show description for 5076770committedGet rid of the "new" and "old" entries in a view's rangetable.
Show description for 1b4d280committed
Commits on Jan 11, 2023
Add support for tab completion after ALTER EXTENSION ADD|DROP in psql
Show description for 2ff5ca8committedImprove TransactionIdDidAbort() documentation.
Show description for af3855ccommittedImprove handling of inherited GENERATED expressions.
Show description for 8bf6ec3committedDon't leave roles behind after core regression tests.
Show description for d0d9683committedFix MSVC build
Show description for c971a5bcommittedCommon function for percent placeholder replacement
Show description for c96de2ccommittedFix typos in code and comments
Show description for 5f6401fcommittedRemove function declarations from headers for some undefined functions
Show description for 69fb29dcommitted
Commits on Jan 10, 2023
Have the planner consider Incremental Sort for DISTINCT
Show description for 3c6fc58committedAdd new GUC createrole_self_grant.
Show description for e5b8a4ccommittedRestrict the privileges of CREATEROLE users.
Show description for cf5eb37committedFix MERGE's test for unreachable WHEN clauses.
Show description for f026c16committed