Commits

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

DateSubjectAuthorReleases
2025-11-02 Avoid mixing void and integer in a conditional expression. Tom Lane 17.7
2024-12-28 Exclude parallel workers from connection privilege/limit checks. Tom Lane 17.3
2024-12-28 Reserve a PGPROC slot and semaphore for the slotsync worker process. Tom Lane 17.3
2024-11-11 Fix improper interactions between session_authorization and role. Tom Lane 17.1
2024-03-20 Remove assertions that some compiler say are tautological Heikki Linnakangas 17.0
2024-03-04 Use MyBackendType in more places to check what process this is Heikki Linnakangas 17.0
2024-03-04 Remove MyAuxProcType, use MyBackendType instead Heikki Linnakangas 17.0
2024-03-03 Replace BackendIds with 0-based ProcNumbers Heikki Linnakangas 17.0
2024-03-03 Redefine backend ID to be an index into the proc array Heikki Linnakangas 17.0
2024-02-28 Improve performance of subsystems on top of SLRU Alvaro Herrera 17.0
2024-02-22 Add a new slot sync worker to synchronize logical slots. Amit Kapila 17.0
2024-02-15 Introduce transaction_timeout Alexander Korotkov 17.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-12-20 Add a new WAL summarizer process. Robert Haas 17.0
2023-12-11 Remove trace_recovery_messages Michael Paquier 17.0
2023-10-26 Add trailing commas to enum definitions Peter Eisentraut 17.0
2023-10-16 Add support event triggers on authenticated login Alexander Korotkov 17.0
2023-10-12 Add option to bgworkers to allow the bypass of role login check Michael Paquier 17.0
2023-10-11 Refactor InitPostgres() to use bitwise option flags Michael Paquier 17.0
2023-07-14 Fix privilege check for SET SESSION AUTHORIZATION. Nathan Bossart 17.0
2023-07-14 Move privilege check for SET SESSION AUTHORIZATION. Nathan Bossart 17.0