index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
init
/
miscinit.c
Commit message (
Expand
)
Author
Age
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Use MyBackendType in more places to check what process this is
Heikki Linnakangas
2024-03-04
*
Add a new slot sync worker to synchronize logical slots.
Amit Kapila
2024-02-22
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Add a new WAL summarizer process.
Robert Haas
2023-12-20
*
Adjust obsolete comment explaining set_stack_base().
Thomas Munro
2023-12-01
*
Set GUC "is_superuser" in all processes that set AuthenticatedUserId.
Noah Misch
2023-11-06
*
Add option to bgworkers to allow the bypass of role login check
Michael Paquier
2023-10-12
*
Fix privilege check for SET SESSION AUTHORIZATION.
Nathan Bossart
2023-07-13
*
Move privilege check for SET SESSION AUTHORIZATION.
Nathan Bossart
2023-07-13
*
Integrate superuser check into has_rolreplication()
Peter Eisentraut
2023-03-16
*
Don't leak descriptors into subprograms.
Thomas Munro
2023-03-03
*
Retire PG_SETMASK() macro.
Thomas Munro
2023-02-03
*
Use WaitEventSet API for postmaster's event loop.
Thomas Munro
2023-01-12
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
*
Introduce SYSTEM_USER
Michael Paquier
2022-09-29
*
Restore pg_pread and friends.
Thomas Munro
2022-09-29
*
Allow parallel workers to retrieve some data from Port
Michael Paquier
2022-08-24
*
Add BackendType for standalone backends
Andres Freund
2022-08-22
*
Remove dead pread and pwrite replacement code.
Thomas Munro
2022-08-05
*
Remove redundant null pointer checks before free()
Peter Eisentraut
2022-07-03
*
Be more careful about GucSource for internally-driven GUC settings.
Tom Lane
2022-06-08
*
Add a new shmem_request_hook hook.
Robert Haas
2022-05-13
*
Make relation-enumerating operations be security-restricted operations.
Noah Misch
2022-05-09
*
Custom WAL Resource Managers.
Jeff Davis
2022-04-06
*
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
*
Suppress warning about stack_base_ptr with late-model GCC.
Tom Lane
2022-02-17
*
Allow archiving via loadable modules.
Robert Haas
2022-02-03
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
process startup: Centralize pgwin32_signal_initialize() calls.
Andres Freund
2021-08-05
*
Introduce symbolic names for FeBeWaitSet positions.
Thomas Munro
2021-03-01
*
Use signalfd(2) for epoll latches.
Thomas Munro
2021-03-01
*
Use errmsg_internal for debug messages
Peter Eisentraut
2021-02-17
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Centralize setup of SIGQUIT handling for postmaster child processes.
Tom Lane
2020-09-16
*
Use a long lived WaitEventSet for WaitLatch().
Thomas Munro
2020-07-30
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Recompute stack base in forked postmaster children.
Andres Freund
2020-04-05
*
Unify several ways to tracking backend type
Peter Eisentraut
2020-03-13
*
Clean up order in miscinit.c a bit
Peter Eisentraut
2020-03-11
*
Assume that we have utime() and <utime.h>.
Tom Lane
2020-02-21
*
Use pg_pwrite() in more places.
Thomas Munro
2020-02-11
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Fix typos in miscinit.c.
Amit Kapila
2019-12-09
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Update HINT for pre-existing shared memory block.
Noah Misch
2019-03-31
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Refactor pid, random seed and start time initialization.
Thomas Munro
2018-10-19
[next]