Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Oct 25, 2022
Doc/improve confusing, inefficient tests to locate CTID variable.
Show description for 13d53aacommittedUpdate outdated comment for TransactionIdSetTreeStatus
Show description for 0e972f5committedClean up some GUC declarations and comments
Show description for 7d25958committedFix unlink() for STATUS_DELETE_PENDING on Windows.
Show description for e109e43committedFix stat() for recursive junction points on Windows.
Show description for 4517358committedFix readlink() for non-PostgreSQL junction points on Windows.
Show description for f71007fcommittedFix lstat() for broken junction points on Windows.
Show description for 387803dcommittedFix readlink() return value on Windows.
Show description for 4650036committedFix symlink() errno on Windows.
Show description for 359d601committeddoc: Fix type of cursor_position in jsonlog table
Show description for f186c7ccommitted
Commits on Oct 24, 2022
Update some comments that should've covered MERGE
Show description for 3b2db22committedFix recently added incorrect assertion
Show description for 8328a15committedImprove coverage of ruleutils.c for SQLValueFunctions
Show description for 2e0d80ccommittedImprove tab completion for ALTER STATISTICS <name> SET in psql
Show description for 3cf2f7acommittedFix and improve TAP tests for pg_hba.conf and regexps
Show description for 14a737bcommittedAdd support for regexps on database and user entries in pg_hba.conf
Show description for 8fea868committed
Commits on Oct 22, 2022
Remove pgpid_t type, use pid_t instead
Show description for 5035c93committedpsql: Fix exit status when query is canceled
Show description for 2598b76committedImprove memory handling across SQL-callable backup functions
Show description for 6cc6619committed
Commits on Oct 21, 2022
pg_basebackup: Fix cross-platform tablespace relocation.
Show description for 1f0c4facommittedAdd CHECK_FOR_INTERRUPTS while restoring changes during decoding.
Show description for ce20f8bcommittedAmit KapilaRefactor more logic for compilation of regular expressions in hba.c
Show description for a903971committed
Commits on Oct 20, 2022
Doc: fix outdated wording about parallel seq scans
Show description for 42d01f5committedMake finding openssl program a configure or meson option
Show description for c8e4030committedImprove the accuracy of numeric power() for integer exponents.
Show description for 40c7fcbcommittedUse proper macro to access TransactionId
Show description for 7fd1ae9committedFix assertion failures while processing NEW_CID record in logical decoding.
Show description for 16b1fe0committedAmit Kapila
Commits on Oct 19, 2022
Better handle interrupting TAP tests
Show description for 460c007committedGet rid of XLogCtlInsert->forcePageWrites
Show description for 342bb38committedTrack LLVM 15 changes.
Show description for c2ae01fcommittedRemove pg_backup_start_callback and reuse similar code
Show description for df3737aRework shutdown callback of archiver modules
Show description for 9668c4acommittedEnhance make_ctags and make_etags.
Show description for d1e2a38committedFix typos in logical/launcher.c
Show description for c68ec1bcommittedRefactor regular expression handling in hba.c
Show description for fc579e1committed