Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Jan 16, 2023
Assorted improvements to SECURITY DEFINER functions documentation.
Show description for 6fa66eccommittedMore documentation update for GRANT ... WITH SET OPTION.
Show description for 3cdf750committedAdd BufFileRead variants with short read and EOF detection
Show description for 20428d3committedFix some BufFileRead() error reporting
Show description for 1561612committedRefactor code in charge of running shell-based recovery commands
Show description for 9a740f8committedStore IdentLine->pg_user as an AuthToken
Show description for 02d3448committed
Commits on Jan 15, 2023
Remove arbitrary FUNC_MAX_ARGS limit in int2vectorin and oidvectorin.
Show description for 647fa50committedMake new GENERATED-expressions code more bulletproof.
Show description for 3f244d0committed
Commits on Jan 14, 2023
Doc: fix typo in backup.sgml.
Show description for 1334b79committedFix MAINTAIN privileges for toast tables and partitions.
Show description for ff9618ecommitted
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 af3855ccommitted