TopicMailing ListsActivityParticipants
3 commits
Make EXEC_BACKEND more convenient on Linux and FreeBSD.
REL_14_STABLE14.8REL_13_STABLE13.11REL_12_STABLE12.15
Make EXEC_BACKEND more convenient on Linux and FreeBSD.
master15beta1REL_19_STABLE15beta1REL_18_STABLE15beta1REL_17_STABLE15beta1REL_16_STABLE15beta1REL_15_STABLE15beta1
Make EXEC_BACKEND more convenient on macOS.
master15beta1REL_19_STABLE15beta1REL_18_STABLE15beta1REL_17_STABLE15beta1REL_16_STABLE15beta1REL_15_STABLE15beta1REL_14_STABLE14rc1REL_13_STABLE13.5+4 more
Worth using personality(ADDR_NO_RANDOMIZE) for EXEC_BACKEND on linux?
Worth using personality(ADDR_NO_RANDOMIZE) for EXEC_BACKEND on linux?
hackers
33 replies
Feb 09, 2023
Thomas MunroTom LaneMichael PaquierAndres FreundRobert Haas+3
pgsql: process startup: Remove bootstrap / checker modes from AuxProcTy
comitters
3 replies
Sep 14, 2022
Andres FreundPeter Eisentraut
3 commits
Optimize fileset usage in apply worker.
master15beta1REL_19_STABLE15beta1REL_18_STABLE15beta1REL_17_STABLE15beta1REL_16_STABLE15beta1REL_15_STABLE15beta1
Refactor sharedfileset.c to separate out fileset implementation.
master15beta1REL_19_STABLE15beta1REL_18_STABLE15beta1REL_17_STABLE15beta1REL_16_STABLE15beta1REL_15_STABLE15beta1
Move temporary file cleanup to before_shmem_exit().
master15beta1REL_19_STABLE15beta1REL_18_STABLE15beta1REL_17_STABLE15beta1REL_16_STABLE15beta1REL_15_STABLE15beta1
2021-09Committed
Patch#3294
CINot processed
ReviewersMasahiko Sawada (masahikosawada)
CommitterAmit Kapila (amitkapila)
pgsql: pgstat: Bring up pgstat in BaseInit() to fix uninitialized use o
pgsql: pgstat: Bring up pgstat in BaseInit() to fix uninitialized use o
hackerscomitters
78 replies
Nov 29, 2021
Amit KapilaAndres FreundDilip KumarTom LaneMasahiko Sawada+2
1 commit
Fix performance regression from session statistics.
master15beta1REL_19_STABLE15beta1REL_18_STABLE15beta1REL_17_STABLE15beta1REL_16_STABLE15beta1REL_15_STABLE15beta1REL_14_STABLE14rc1
pgstat_send_connstats() introduces unnecessary timestamp and UDP overhead
pgstat_send_connstats() introduces unnecessary timestamp and UDP overhead
hackers
34 replies
Sep 17, 2021
Andres FreundLaurenz AlbeKyotaro HoriguchiMichael PaquierJustin Pryzby+2
12 commits
process startup: Split single user code out of PostgresMain().
master15beta1REL_19_STABLE15beta1REL_18_STABLE15beta1REL_17_STABLE15beta1REL_16_STABLE15beta1REL_15_STABLE15beta1
process startup: Do InitProcess() at the same time regardless of EXEC_BACKEND.
master15beta1REL_19_STABLE15beta1REL_18_STABLE15beta1REL_17_STABLE15beta1REL_16_STABLE15beta1REL_15_STABLE15beta1
process startup: Initialize PgStartTime earlier in single user mode.
master15beta1REL_19_STABLE15beta1REL_18_STABLE15beta1REL_17_STABLE15beta1REL_16_STABLE15beta1REL_15_STABLE15beta1
pgstat: Schedule per-backend pgstat shutdown via before_shmem_exit().
master15beta1REL_19_STABLE15beta1REL_18_STABLE15beta1REL_17_STABLE15beta1REL_16_STABLE15beta1REL_15_STABLE15beta1
pgstat: Bring up pgstat in BaseInit() to fix uninitialized use of pgstat by AV.
master15beta1REL_19_STABLE15beta1REL_18_STABLE15beta1REL_17_STABLE15beta1REL_16_STABLE15beta1REL_15_STABLE15beta1
+7 more
straightening out backend process startup
straightening out backend process startup
hackers
9 replies
Sep 14, 2021
Andres FreundKyotaro HoriguchiTom LaneRobert Haas
elog.c query_id support vs shutdown
hackers
13 replies
Aug 19, 2021
Andres FreundJulien RouhaudMichael PaquierBruce Momjian
comitters
0 replies
Aug 19, 2021
Andres Freund
comitters
0 replies
Aug 19, 2021
Andres Freund
1 commit
Remove support for background workers without BGWORKER_SHMEM_ACCESS.
master15beta1REL_19_STABLE15beta1REL_18_STABLE15beta1REL_17_STABLE15beta1REL_16_STABLE15beta1REL_15_STABLE15beta1
EXEC_BACKEND vs bgworkers without BGWORKER_SHMEM_ACCESS
EXEC_BACKEND vs bgworkers without BGWORKER_SHMEM_ACCESS
hackers
15 replies
Aug 13, 2021
Andres FreundAlvaro HerreraRobert HaasTom LaneMichael Paquier
comitters
0 replies
Aug 13, 2021
Andres Freund
1 commit
Fix typo.
master15beta1REL_19_STABLE15beta1REL_18_STABLE15beta1REL_17_STABLE15beta1REL_16_STABLE15beta1REL_15_STABLE15beta1
pgsql: Move temporary file cleanup to before_shmem_exit().
pgsql: Move temporary file cleanup to before_shmem_exit().
comitters
2 replies
Aug 13, 2021
Andres FreundMichael Paquier
pgsql: Fix typo.
comitters
0 replies
Aug 13, 2021
Andres Freund
pgsql: Fix bogus assertion in BootstrapModeMain().
comitters
0 replies
Aug 09, 2021
Andres Freund
comitters
0 replies
Aug 07, 2021
Andres Freund
comitters
0 replies
Aug 07, 2021
Andres Freund
comitters
0 replies
Aug 07, 2021
Andres Freund
comitters
0 replies
Aug 06, 2021
Andres Freund
1 commit
Call pgwin32_signal_initialize() in postmaster as well.
master15beta1REL_19_STABLE15beta1REL_18_STABLE15beta1REL_17_STABLE15beta1REL_16_STABLE15beta1REL_15_STABLE15beta1
pgsql: process startup: Centralize pgwin32_signal_initialize() calls.
pgsql: process startup: Centralize pgwin32_signal_initialize() calls.
comitters
2 replies
Aug 05, 2021
Andres Freund
pgsql: Call pgwin32_signal_initialize() in postmaster as well.
comitters
0 replies
Aug 05, 2021
Andres Freund
pgsql: process startup: Move AuxiliaryProcessMain into its own file.
comitters
0 replies
Aug 05, 2021
Andres Freund
pgsql: process startup: auxprocess: reindent block
comitters
0 replies
Aug 05, 2021
Andres Freund
pgsql: process startup: Rename postmaster's --forkboot to --forkaux.
comitters
0 replies
Aug 05, 2021
Andres Freund
comitters
0 replies
Aug 05, 2021
Andres Freund
comitters
0 replies
Aug 05, 2021
Andres Freund
comitters
0 replies
Aug 05, 2021
Andres Freund
Loading more results...