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
Age
Commit message (
Expand
)
Author
7 days
Toggle logical decoding dynamically based on logical slot presence.
Masahiko Sawada
2025-12-10
Use palloc_object() and palloc_array() in backend code
Michael Paquier
2025-10-21
Remove obsolete global database_ctype_is_c.
Jeff Davis
2025-09-26
Create a separate file listing backend types
Álvaro Herrera
2025-08-14
Fix compilation warning with SerializeClientConnectionInfo()
Michael Paquier
2025-08-02
Silence Valgrind leakage complaints in more-or-less-hackish ways.
Tom Lane
2025-07-16
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-10
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-27
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-06
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-15
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-13
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-13
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
[next]