index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
init
Age
Commit message (
Expand
)
Author
11 days
Force LC_COLLATE to C in postmaster.
Jeff Davis
2025-05-23
Revert function to get memory context stats for processes
Daniel Gustafsson
2025-05-09
Add support for runtime arguments in injection points
Michael Paquier
2025-05-08
Use 'void *' for arbitrary buffers, 'uint8 *' for byte arrays
Heikki Linnakangas
2025-04-26
Eliminate divide in new fast-path locking code
David Rowley
2025-04-09
Fix a few oversights in the longer cancel keys patch
Heikki Linnakangas
2025-04-08
Add function to get memory context stats for processes
Daniel Gustafsson
2025-04-02
Make cancel request keys longer
Heikki Linnakangas
2025-03-18
aio: Infrastructure for io_method=worker
Andres Freund
2025-03-17
aio: Basic subsystem initialization
Andres Freund
2025-03-12
Add connection establishment duration logging
Melanie Plageman
2025-03-12
Modularize log_connections output
Melanie Plageman
2025-03-05
Split WaitEventSet functions to separate source file
Heikki Linnakangas
2025-03-04
Make FP_LOCK_SLOTS_PER_BACKEND look like a function
Tomas Vondra
2025-03-04
Split pgstat_bestart() into three different routines
Michael Paquier
2025-02-24
Move MAX_BACKENDS to procnumber.h
Andres Freund
2025-01-06
Allow changing autovacuum_max_workers without restarting.
Nathan Bossart
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-28
Exclude parallel workers from connection privilege/limit checks.
Tom Lane
2024-12-28
Reserve a PGPROC slot and semaphore for the slotsync worker process.
Tom Lane
2024-12-23
Remove unnecessary GetTransactionSnapshot() calls
Heikki Linnakangas
2024-12-17
Set the stack_base_ptr in main(), not in random other places.
Tom Lane
2024-11-16
Fix per-session activation of ALTER {ROLE|DATABASE} SET role.
Noah Misch
2024-11-14
Replace postmaster.c's own backend type codes with BackendType
Heikki Linnakangas
2024-11-11
Parallel workers use AuthenticatedUserId for connection privilege checks.
Tom Lane
2024-11-11
Fix improper interactions between session_authorization and role.
Tom Lane
2024-10-07
Fix Y2038 issues with MyStartTime.
Nathan Bossart
2024-09-21
Increase the number of fast-path lock slots
Tomas Vondra
2024-08-29
Rename some shared memory initialization routines
Heikki Linnakangas
2024-08-29
Refactor lock manager initialization to make it a bit less special
Heikki Linnakangas
2024-08-14
Use pgBufferUsage for buffer usage tracking in analyze.
Masahiko Sawada
2024-07-29
Move cancel key generation to after forking the backend
Heikki Linnakangas
2024-07-28
Refactor: make default_locale internal to pg_locale.c.
Jeff Davis
2024-07-05
Remove check hooks for GUCs that contribute to MaxBackends.
Nathan Bossart
2024-07-02
Add missing includes for some global variables
Peter Eisentraut
2024-04-06
Increase default vacuum_buffer_usage_limit to 2MB.
Thomas Munro
2024-03-18
Refactor postmaster child process launching
Heikki Linnakangas
2024-03-14
Introduce "builtin" collation provider.
Jeff Davis
2024-03-09
Catalog changes preparing for builtin collation provider.
Jeff Davis
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-03-03
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-03-03
Redefine backend ID to be an index into the proc array
Heikki Linnakangas
2024-02-28
Improve performance of subsystems on top of SLRU
Alvaro Herrera
2024-02-22
Add a new slot sync worker to synchronize logical slots.
Amit Kapila
2024-02-15
Introduce transaction_timeout
Alexander Korotkov
2024-01-04
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
[next]