Commits

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

DateSubjectAuthorReleases
2024-02-05 Run REFRESH MATERIALIZED VIEW CONCURRENTLY in right security context Heikki Linnakangas 17.0
2024-02-02 Fix typo in comments Heikki Linnakangas 17.0
2024-02-02 Fix bug in bulk extending temp relation after failure Heikki Linnakangas 17.0
2024-01-31 Give SMgrRelation pointers a well-defined lifetime. Heikki Linnakangas 17.0
2024-01-31 Remove some obsolete smgrcloseall() calls. Heikki Linnakangas 17.0
2024-01-29 Fix locking when fixing an incomplete split of a GIN internal page Heikki Linnakangas 17.0
2024-01-25 Update comment, generation mem contexts have a "keeper" block Heikki Linnakangas 17.0
2024-01-23 Revert "libpqwalreceiver: Convert to libpq-be-fe-helpers.h" Heikki Linnakangas 17.0
2024-01-22 Fix two memcpy() bugs in the new injection point code Heikki Linnakangas 17.0
2024-01-17 Fix incorrect comment on how BackendStatusArray is indexed Heikki Linnakangas 17.0
2024-01-16 Add missing PGDLLIMPORT markings Heikki Linnakangas 17.0
2023-12-30 Don't send "cannot connect" errors on invalid startup packet Heikki Linnakangas 17.0
2023-12-19 Simplify newNode() by removing special cases Heikki Linnakangas 17.0
2023-12-08 Remove some unnecessary #includes of postmaster/interrupt.h Heikki Linnakangas 17.0
2023-12-08 Rename ShmemVariableCache to TransamVariables Heikki Linnakangas 17.0
2023-12-08 Initialize ShmemVariableCache like other shmem areas Heikki Linnakangas 17.0
2023-12-08 Don't try to open visibilitymap when analyzing a foreign table Heikki Linnakangas 17.0
2023-12-04 Remove now-unnecessary Autovacuum[Launcher|Worker]IAm functions Heikki Linnakangas 17.0
2023-12-03 Refactor how InitProcess is called Heikki Linnakangas 17.0
2023-12-03 Pass BackgroundWorker entry in the parameter file in EXEC_BACKEND mode Heikki Linnakangas 17.0
2023-12-03 Refactor CreateSharedMemoryAndSemaphores Heikki Linnakangas 17.0
2023-12-01 Silence Valgrind complaint with EXEC_BACKEND Heikki Linnakangas 17.0
2023-11-30 Print lwlock stats also for aux processes, when built with LWLOCK_STATS Heikki Linnakangas 17.0
2023-11-28 Fix comment about ressortgrouprefs being unique in setop plans. Heikki Linnakangas 17.0
2023-11-28 Fix assertions with RI triggers in heap_update and heap_delete. Heikki Linnakangas 17.0