Commits

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

DateSubjectAuthorReleases
2021-10-04 Fix TestLib::slurp_file() with offset on windows. Andres Freund 15.0
2021-10-04 windows: Define WIN32_LEAN_AND_MEAN to make compilation faster. Andres Freund 15.0
2021-10-01 Reference test binary using TESTDIR in 001_libpq_pipeline.pl. Andres Freund 15.0
2021-09-20 pgstat: Prepare to use mechanism for truncated rels also for droppped rels. Andres Freund 15.0
2021-09-20 pgstat: Split out relation stats handling from AtEO[Sub]Xact_PgStat() etc. Andres Freund 15.0
2021-09-18 process startup: Split single user code out of PostgresMain(). Andres Freund 15.0
2021-09-16 process startup: Do InitProcess() at the same time regardless of EXEC_BACKEND. Andres Freund 15.0
2021-09-16 Fix performance regression from session statistics. Andres Freund 15.0
2021-09-15 process startup: Initialize PgStartTime earlier in single user mode. Andres Freund 15.0
2021-09-14 jit: Do not try to shut down LLVM state in case of LLVM triggered errors. Andres Freund 15.0
2021-09-07 windows: Only consider us to be running as service if stderr is invalid. Andres Freund 15.0
2021-08-19 Unset MyBEEntry, making elog.c's call to pgstat_get_my_query_id() safe. Andres Freund 15.0
2021-08-13 Remove support for background workers without BGWORKER_SHMEM_ACCESS. Andres Freund 15.0
2021-08-13 Fix typo. Andres Freund 15.0
2021-08-09 Fix bogus assertion in BootstrapModeMain(). Andres Freund 15.0
2021-08-08 Move temporary file cleanup to before_shmem_exit(). Andres Freund 15.0
2021-08-07 pgstat: Schedule per-backend pgstat shutdown via before_shmem_exit(). Andres Freund 15.0
2021-08-07 Schedule ShutdownXLOG() in single user mode using before_shmem_exit(). Andres Freund 15.0
2021-08-07 Make parallel worker shutdown complete entirely via before_shmem_exit(). Andres Freund 15.0
2021-08-07 pgstat: Bring up pgstat in BaseInit() to fix uninitialized use of pgstat by AV. Andres Freund 15.0
2021-08-05 process startup: Always call Init[Auxiliary]Process() before BaseInit(). Andres Freund 15.0
2021-08-05 Call pgwin32_signal_initialize() in postmaster as well. Andres Freund 15.0
2021-08-05 process startup: Centralize pgwin32_signal_initialize() calls. Andres Freund 15.0
2021-08-05 process startup: Remove bootstrap / checker modes from AuxProcType. Andres Freund 15.0
2021-08-05 process startup: Move AuxiliaryProcessMain into its own file. Andres Freund 15.0