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
/
misc
Age
Commit message (
Expand
)
Author
2025-01-13
Reorder vacuum GUCs in postgresql.conf.sample to match docs
Melanie Plageman
2025-01-06
Allow changing autovacuum_max_workers without restarting.
Nathan Bossart
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-25
Partial pgindent of .l and .y files
Peter Eisentraut
2024-12-25
guc: reentrant scanner
Peter Eisentraut
2024-12-23
Fix incorrect source filename references
David Rowley
2024-12-17
Set the stack_base_ptr in main(), not in random other places.
Tom Lane
2024-12-15
Fix warnings about declaration of environ on MinGW.
Thomas Munro
2024-12-02
Deprecate MD5 passwords.
Nathan Bossart
2024-11-26
Reordering DISTINCT keys to match input path's pathkeys
Richard Guo
2024-11-15
Fix per-session activation of ALTER {ROLE|DATABASE} SET role.
Noah Misch
2024-11-13
Fix comment in injection_point.c
Michael Paquier
2024-11-11
Fix improper interactions between session_authorization and role.
Tom Lane
2024-10-27
Remove unused #include's from backend .c files
Peter Eisentraut
2024-10-24
Support configuring TLSv1.3 cipher suites
Daniel Gustafsson
2024-10-24
Support configuring multiple ECDH curves
Daniel Gustafsson
2024-10-13
Use MAX_PARALLEL_WORKER_LIMIT for max_parallel_maintenance_workers
Michael Paquier
2024-10-09
Apply GUC name from central table in more places of guc.c
Michael Paquier
2024-09-04
Apply more quoting to GUC names in messages
Michael Paquier
2024-08-30
Clarify restrict_nonsystem_relation_kind description.
Masahiko Sawada
2024-08-29
Message style improvements
Peter Eisentraut
2024-08-22
Fix attach of a previously-detached injection point.
Noah Misch
2024-08-19
Mark search_path as GUC_REPORT
Tomas Vondra
2024-08-14
Remove TRACE_SORT macro
Peter Eisentraut
2024-08-10
Allow adjusting session_authorization and role in parallel workers.
Tom Lane
2024-08-10
Lower minimum maintenance_work_mem to 64kB
John Naylor
2024-08-05
Restrict accesses to non-system views and foreign tables during pg_dump.
Masahiko Sawada
2024-08-01
Convert node test compile-time settings into run-time parameters
Peter Eisentraut
2024-07-26
Introduce num_os_semaphores GUC.
Nathan Bossart
2024-07-26
Add test for early backend startup errors
Heikki Linnakangas
2024-07-26
Fix using injection points at backend startup in EXEC_BACKEND mode
Heikki Linnakangas
2024-07-24
Move all extern declarations for GUC variables to header files
Peter Eisentraut
2024-07-23
Replace remaining strtok() with strtok_r()
Peter Eisentraut
2024-07-18
Add INJECTION_POINT_CACHED() to run injection points directly from cache
Michael Paquier
2024-07-15
Fix bad indentation introduced in 43cd30bcd1c
Andres Freund
2024-07-15
Fix type confusion in guc_var_compare()
Andres Freund
2024-07-15
Use atomics to avoid locking in InjectionPointRun()
Heikki Linnakangas
2024-07-05
Remove check hooks for GUCs that contribute to MaxBackends.
Nathan Bossart
2024-07-05
Support loading of injection points
Michael Paquier
2024-07-02
Add missing includes for some global variables
Peter Eisentraut
2024-07-02
Convert some extern variables to static
Peter Eisentraut
2024-07-01
Rename standby_slot_names to synchronized_standby_slots.
Amit Kapila
2024-06-28
Improve locking around InjectionPointRun()
Michael Paquier
2024-06-05
Move new SLRU buffers GUCs to a better place in postgresql.conf.sample
Peter Eisentraut
2024-05-17
A few follow-up fixes for GUC name quoting
Peter Eisentraut
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-05-12
Introduce private data area for injection points
Michael Paquier
2024-05-06
postgresql.conf: align variable comments, mostly new ones
Bruce Momjian
2024-05-06
Revert: Remove useless self-joins
Alexander Korotkov
2024-04-29
Revert "Add GUC backtrace_on_internal_error"
Peter Eisentraut
[prev]
[next]