index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
init
/
miscinit.c
Age
Commit message (
Expand
)
Author
2024-10-07
Fix Y2038 issues with MyStartTime.
Nathan Bossart
2024-03-04
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-02-22
Add a new slot sync worker to synchronize logical slots.
Amit Kapila
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-12-20
Add a new WAL summarizer process.
Robert Haas
2023-12-01
Adjust obsolete comment explaining set_stack_base().
Thomas Munro
2023-11-06
Set GUC "is_superuser" in all processes that set AuthenticatedUserId.
Noah Misch
2023-10-12
Add option to bgworkers to allow the bypass of role login check
Michael Paquier
2023-07-13
Fix privilege check for SET SESSION AUTHORIZATION.
Nathan Bossart
2023-07-13
Move privilege check for SET SESSION AUTHORIZATION.
Nathan Bossart
2023-03-16
Integrate superuser check into has_rolreplication()
Peter Eisentraut
2023-03-03
Don't leak descriptors into subprograms.
Thomas Munro
2023-02-03
Retire PG_SETMASK() macro.
Thomas Munro
2023-01-12
Use WaitEventSet API for postmaster's event loop.
Thomas Munro
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-10-28
Remove AssertArg and AssertState
Peter Eisentraut
2022-09-29
Introduce SYSTEM_USER
Michael Paquier
2022-09-29
Restore pg_pread and friends.
Thomas Munro
2022-08-24
Allow parallel workers to retrieve some data from Port
Michael Paquier
2022-08-22
Add BackendType for standalone backends
Andres Freund
2022-08-05
Remove dead pread and pwrite replacement code.
Thomas Munro
2022-07-03
Remove redundant null pointer checks before free()
Peter Eisentraut
2022-06-08
Be more careful about GucSource for internally-driven GUC settings.
Tom Lane
2022-05-13
Add a new shmem_request_hook hook.
Robert Haas
2022-05-09
Make relation-enumerating operations be security-restricted operations.
Noah Misch
2022-04-06
Custom WAL Resource Managers.
Jeff Davis
2022-04-06
pgstat: store statistics in shared memory.
Andres Freund
2022-02-17
Suppress warning about stack_base_ptr with late-model GCC.
Tom Lane
2022-02-03
Allow archiving via loadable modules.
Robert Haas
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-08-05
process startup: Centralize pgwin32_signal_initialize() calls.
Andres Freund
2021-03-01
Introduce symbolic names for FeBeWaitSet positions.
Thomas Munro
2021-03-01
Use signalfd(2) for epoll latches.
Thomas Munro
2021-02-17
Use errmsg_internal for debug messages
Peter Eisentraut
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-09-16
Centralize setup of SIGQUIT handling for postmaster child processes.
Tom Lane
2020-07-30
Use a long lived WaitEventSet for WaitLatch().
Thomas Munro
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-04-05
Recompute stack base in forked postmaster children.
Andres Freund
2020-03-13
Unify several ways to tracking backend type
Peter Eisentraut
2020-03-11
Clean up order in miscinit.c a bit
Peter Eisentraut
2020-02-21
Assume that we have utime() and <utime.h>.
Tom Lane
2020-02-11
Use pg_pwrite() in more places.
Thomas Munro
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-09
Fix typos in miscinit.c.
Amit Kapila
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-03-31
Update HINT for pre-existing shared memory block.
Noah Misch
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-20
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
[next]