Commits

Showing commits that first shipped in 18 (backpatches included). Clear

DateSubjectAuthorReleases
2024-11-14 Assign a child slot to every postmaster child process Heikki Linnakangas 18.0
2024-11-14 Kill dead-end children when there's nothing else left Heikki Linnakangas 18.0
2024-11-14 Replace postmaster.c's own backend type codes with BackendType Heikki Linnakangas 18.0
2024-11-05 Silence meson warning about PG_TEST_EXTRA in src/Makefile.global.in Heikki Linnakangas 18.0
2024-11-04 docs: Consistently use <optional> to indicate optional parameters Heikki Linnakangas 18.0
2024-11-04 Split ProcSleep function into JoinWaitQueue and ProcSleep Heikki Linnakangas 18.0
2024-11-04 Move TRACE calls into WaitOnLock() Heikki Linnakangas 18.0
2024-11-04 Set MyProc->heldLocks in ProcSleep Heikki Linnakangas 18.0
2024-11-04 Fix comment in LockReleaseAll() on when locallock->nLock can be zero Heikki Linnakangas 18.0
2024-11-04 Add PG_TEST_EXTRA configure option to the Make builds Heikki Linnakangas 18.0
2024-11-04 Make PG_TEST_EXTRA env var override the "meson setup" option Heikki Linnakangas 18.0
2024-11-01 Rename two functions that wake up other processes Heikki Linnakangas 18.0
2024-11-01 Use ProcNumbers instead of direct Latch pointers to address other procs Heikki Linnakangas 18.0
2024-10-31 Fix refreshing physical relfilenumber on shared index Heikki Linnakangas 18.0
2024-10-31 Split RelationClearRelation into three different functions Heikki Linnakangas 18.0
2024-10-31 Simplify call to rebuild relcache entry for indexes Heikki Linnakangas 18.0
2024-10-28 Fix overflow in bsearch_arg() with more than INT_MAX elements Heikki Linnakangas 18.0
2024-10-28 Restore missing line to copyright notice Heikki Linnakangas 18.0
2024-10-21 Update outdated comment on WAL-logged locks with invalid XID Heikki Linnakangas 18.0
2024-10-21 Fix race condition in committing a serializable transaction Heikki Linnakangas 18.0
2024-10-11 Mark consume_xids test functions VOLATILE and PARALLEL UNSAFE Heikki Linnakangas 18.0
2024-10-08 Fix typo and run pgperltidy on newly-added test Heikki Linnakangas 18.0
2024-10-08 Use an shmem_exit callback to remove backend from PMChildFlags on exit Heikki Linnakangas 18.0
2024-10-08 Add test for dead-end backends Heikki Linnakangas 18.0
2024-10-08 Add test for connection limits Heikki Linnakangas 18.0