Commits

DateSubjectAuthorReleases
2026-04-01 Use standard C23 and C++ attributes if available Peter Eisentraut 19 (unreleased)
2026-03-30 Remove bits* typedefs. Nathan Bossart 19 (unreleased)
2026-03-06 Don't include wait_event.h in pgstat.h Álvaro Herrera 19 (unreleased)
2026-01-06 Allow bgworkers to be terminated for database-related commands Michael Paquier 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-12-09 Use palloc_object() and palloc_array() in more areas of the tree Michael Paquier 19 (unreleased)
2025-08-28 Avoid including commands/dbcommands.h in so many places Álvaro Herrera 19 (unreleased)
2025-03-13 pg_noreturn to replace pg_attribute_noreturn() Peter Eisentraut 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-12-28 Exclude parallel workers from connection privilege/limit checks. Tom Lane 18.0
2024-12-28 Exclude parallel workers from connection privilege/limit checks. Tom Lane 17.3
2024-10-28 Remove unused #include's from contrib, pl, test .c files Peter Eisentraut 18.0
2024-08-12 Fix a series of typos and outdated references David Rowley 18.0
2024-05-03 Fix an assortment of typos David Rowley 17.0
2024-03-13 Make the order of the header file includes consistent Peter Eisentraut 17.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-10-16 worker_spi: Fix test failure with BGWORKER_BYPASS_ROLELOGINCHECK Michael Paquier 17.0
2023-10-12 Add option to bgworkers to allow the bypass of role login check Michael Paquier 17.0
2023-10-06 worker_spi: Fix test failure with BGWORKER_BYPASS_ALLOWCONN Michael Paquier 17.0
2023-10-05 worker_spi: Expand set of options to start workers Michael Paquier 17.0
2023-10-04 worker_spi: Rename custom wait event to "WorkerSpiMain" Michael Paquier 17.0
2023-08-14 Change custom wait events to use dynamic shared hash tables Michael Paquier 17.0
2023-07-31 Support custom wait events for wait event type "Extension" Michael Paquier 17.0
2023-07-26 worker_spi: Use term "dynamic" for bgworkers launched with worker_spi_launch() Michael Paquier 17.0
2023-07-21 Fix worker_spi when launching workers without shared_preload_libraries Michael Paquier 17.0