Commits

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

DateSubjectAuthorReleases
2024-03-12 Pass CAC as an argument to the backend process Heikki Linnakangas 17.0
2024-03-12 Set socket options in child process after forking Heikki Linnakangas 17.0
2024-03-12 Disconnect if socket cannot be put into non-blocking mode Heikki Linnakangas 17.0
2024-03-11 Remove unneeded vacuum_delay_point from heap_vac_scan_get_next_block Heikki Linnakangas 17.0
2024-03-11 Confine vacuum skip logic to lazy_scan_skip() Heikki Linnakangas 17.0
2024-03-11 Set all_visible_according_to_vm correctly with DISABLE_PAGE_SKIPPING Heikki Linnakangas 17.0
2024-03-11 Don't destroy SMgrRelations at relcache invalidation Heikki Linnakangas 17.0
2024-03-05 Fix references to renamed function in comments Heikki Linnakangas 17.0
2024-03-05 Fix a leftover reference to backend_id in comment Heikki Linnakangas 17.0
2024-03-04 Remove unused 'countincludesself' argument to pq_sendcountedtext() Heikki Linnakangas 17.0
2024-03-04 Remove unused ParallelWorkerInfo.pid field 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 Remove configure --with-CC option Heikki Linnakangas 17.0
2024-02-28 Run autoconf, for update of a comment. Heikki Linnakangas 17.0
2024-02-28 Remove AIX support Heikki Linnakangas 17.0
2024-02-23 Fix compiler warning on typedef redeclaration Heikki Linnakangas 17.0
2024-02-23 Introduce a new smgr bulk loading facility. Heikki Linnakangas 17.0
2024-02-21 Remove superfluous 'pgprocno' field from PGPROC Heikki Linnakangas 17.0
2024-02-13 Fix 'mmap' DSM implementation with allocations larger than 4 GB Heikki Linnakangas 17.0
2024-02-12 Remove "#ifdef WIN32" guards from src/port/win32*.c Heikki Linnakangas 17.0
2024-02-12 Remove unnecessary smgropen() calls Heikki Linnakangas 17.0
2024-02-05 Fix assertion if index is dropped during REFRESH CONCURRENTLY Heikki Linnakangas 17.0