Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
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
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
/
include
/
miscadmin.h
Age
Commit message (
Expand
)
Author
2025-05-23
Revert function to get memory context stats for processes
Daniel Gustafsson
2025-05-08
Use 'void *' for arbitrary buffers, 'uint8 *' for byte arrays
Heikki Linnakangas
2025-05-07
Fix some comments related to IO workers
Michael Paquier
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-12
Add connection establishment duration logging
Melanie Plageman
2025-01-30
Use "ssize_t" not "long" in max_stack_depth-related code.
Tom Lane
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-17
Set the stack_base_ptr in main(), not in random other places.
Tom Lane
2024-11-14
Replace postmaster.c's own backend type codes with BackendType
Heikki Linnakangas
2024-11-11
Fix improper interactions between session_authorization and role.
Tom Lane
2024-09-21
Increase the number of fast-path lock slots
Tomas Vondra
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-03-20
Remove assertions that some compiler say are tautological
Heikki Linnakangas
2024-03-04
Use MyBackendType in more places to check what process this is
Heikki Linnakangas
2024-03-04
Remove MyAuxProcType, use MyBackendType instead
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-11
Remove trace_recovery_messages
Michael Paquier
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-16
Add support event triggers on authenticated login
Alexander Korotkov
2023-10-12
Add option to bgworkers to allow the bypass of role login check
Michael Paquier
2023-10-11
Refactor InitPostgres() to use bitwise option flags
Michael Paquier
2023-07-14
Fix privilege check for SET SESSION AUTHORIZATION.
Nathan Bossart
2023-07-14
Move privilege check for SET SESSION AUTHORIZATION.
Nathan Bossart
2023-04-06
Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option
David Rowley
2023-03-02
Fix outdated references to guc.c
Daniel Gustafsson
2023-02-09
pgstat: Infrastructure for more detailed IO statistics
Andres Freund
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-20
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-08-24
Allow parallel workers to retrieve some data from Port
Michael Paquier
2022-08-23
Add BackendType for standalone backends
Andres Freund
2022-07-25
Process session_preload_libraries within InitPostgres's transaction.
Tom Lane
2022-07-08
Remove HP/Intel Itanium support.
Thomas Munro
2022-05-13
Add a new shmem_request_hook hook.
Robert Haas
2022-04-12
Revert the addition of GetMaxBackends() and related stuff.
Robert Haas
2022-04-08
Apply PGDLLIMPORT markings broadly.
Robert Haas
[next]