projects
/
postgresql.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Don't retreat slot's confirmed_flush LSN.
[postgresql.git]
/
src
/
backend
/
utils
/
misc
/
9 days ago
Michael Paquier
Add support for runtime arguments in injection points
tree
|
commitdiff
2025-04-25
Andres Freund
Fix bug allowing io_combine_limit > io_max_combine_comb...
tree
|
commitdiff
2025-04-08
Thomas Munro
Introduce file_copy_method setting.
tree
|
commitdiff
2025-04-07
Tomas Vondra
Add support for basic NUMA awareness
tree
|
commitdiff
2025-04-07
Tom Lane
Add local-address escape "%L" to log_line_prefix.
tree
|
commitdiff
2025-04-07
Alexander Korotkov
Remove GUC_NOT_IN_SAMPLE from enable_self_join_elimination
tree
|
commitdiff
2025-04-06
Alexander Korotkov
Revert "Put enable_self_join_elimination into postgresq...
tree
|
commitdiff
2025-04-06
Alexander Korotkov
Put enable_self_join_elimination into postgresql.conf...
tree
|
commitdiff
2025-03-30
Andres Freund
Enable IO concurrency on all systems
tree
|
commitdiff
2025-03-27
Daniel Gustafsson
Fix guc_malloc calls for consistency and OOM checks
tree
|
commitdiff
2025-03-27
Álvaro Herrera
Remove the query_id_squash_values GUC
tree
|
commitdiff
2025-03-26
Andres Freund
aio: Add io_method=io_uring
tree
|
commitdiff
2025-03-24
Andres Freund
Redefine max_files_per_process to control additionally...
tree
|
commitdiff
2025-03-21
Masahiko Sawada
Add GUC option to control maximum active replication...
tree
|
commitdiff
2025-03-20
Nathan Bossart
Add vacuum_truncate configuration parameter.
tree
|
commitdiff
2025-03-19
Peter Eisentraut
extension_control_path
tree
|
commitdiff
2025-03-19
Thomas Munro
Increase io_combine_limit range to 1MB.
tree
|
commitdiff
2025-03-19
Thomas Munro
Introduce io_max_combine_limit.
tree
|
commitdiff
2025-03-18
Álvaro Herrera
Introduce squashing of constant lists in query jumbling
tree
|
commitdiff
2025-03-18
Andres Freund
aio: Add io_method=worker
tree
|
commitdiff
2025-03-18
Andres Freund
aio: Infrastructure for io_method=worker
tree
|
commitdiff
2025-03-18
Daniel Gustafsson
Add X25519 to the default set of curves
tree
|
commitdiff
2025-03-18
Melanie Plageman
Increase default maintenance_io_concurrency to 16
tree
|
commitdiff
2025-03-17
Andres Freund
aio: Basic subsystem initialization
tree
|
commitdiff
2025-03-14
Fujii Masao
Add GUC option to log lock acquisition failures.
tree
|
commitdiff
2025-03-12
Melanie Plageman
Increase default effective_io_concurrency to 16
tree
|
commitdiff
2025-03-12
Melanie Plageman
Add connection establishment duration logging
tree
|
commitdiff
2025-03-12
Melanie Plageman
Modularize log_connections output
tree
|
commitdiff
2025-03-03
Melanie Plageman
Trigger more frequent autovacuums with relallfrozen
tree
|
commitdiff
2025-02-26
Michael Paquier
Re-add GUC track_wal_io_timing
tree
|
commitdiff
2025-02-24
Andres Freund
Move MAX_BACKENDS to procnumber.h
tree
|
commitdiff
2025-02-24
Michael Paquier
Remove read/sync fields from pg_stat_wal and GUC track_...
tree
|
commitdiff
2025-02-21
Masahiko Sawada
Add default_char_signedness field to ControlFileData.
tree
|
commitdiff
2025-02-20
Daniel Gustafsson
Add support for OAUTHBEARER SASL mechanism
tree
|
commitdiff
2025-02-19
Amit Kapila
Invalidate inactive replication slots.
tree
|
commitdiff
2025-02-18
Michael Paquier
Make the description of some GUCs more consistent
tree
|
commitdiff
2025-02-17
Alexander Korotkov
Implement Self-Join Elimination
tree
|
commitdiff
2025-02-14
Nathan Bossart
Describe special values in GUC descriptions more consis...
tree
|
commitdiff
2025-02-11
Nathan Bossart
Add cost-based vacuum delay time to progress views.
tree
|
commitdiff
2025-02-11
Melanie Plageman
Eagerly scan all-visible pages to amortize aggressive...
tree
|
commitdiff
2025-02-11
Andres Freund
config: Rename "Asynchronous Behavior" to "I/O"
tree
|
commitdiff
2025-02-11
Andres Freund
config: Split "Worker Processes" out of "Asynchronous...
tree
|
commitdiff
2025-02-06
Nathan Bossart
Fix autovacuum_vacuum_max_threshold's GUC description.
tree
|
commitdiff
2025-02-05
Nathan Bossart
Introduce autovacuum_vacuum_max_threshold.
tree
|
commitdiff
2025-02-02
Michael Paquier
Mention jsonlog in description of logging_collector...
tree
|
commitdiff
2025-01-31
Tom Lane
Remove obsolete restriction on the range of log_rotatio...
tree
|
commitdiff
2025-01-30
Tom Lane
Use "ssize_t" not "long" in max_stack_depth-related...
tree
|
commitdiff
2025-01-17
Peter Eisentraut
Remove flex version checks
tree
|
commitdiff
2025-01-14
Melanie Plageman
Synchronize guc_tables.c categories with vacuum docs...
tree
|
commitdiff
2025-01-13
Melanie Plageman
Reorder vacuum GUCs in postgresql.conf.sample to match...
tree
|
commitdiff
2025-01-06
Nathan Bossart
Allow changing autovacuum_max_workers without restarting.
tree
|
commitdiff
2025-01-01
Bruce Momjian
Update copyright for 2025
tree
|
commitdiff
2024-12-25
Peter Eisentraut
Partial pgindent of .l and .y files
tree
|
commitdiff
2024-12-25
Peter Eisentraut
guc: reentrant scanner
tree
|
commitdiff
2024-12-23
David Rowley
Fix incorrect source filename references
tree
|
commitdiff
2024-12-17
Tom Lane
Set the stack_base_ptr in main(), not in random other...
tree
|
commitdiff
2024-12-14
Thomas Munro
Fix warnings about declaration of environ on MinGW.
tree
|
commitdiff
2024-12-02
Nathan Bossart
Deprecate MD5 passwords.
tree
|
commitdiff
2024-11-26
Richard Guo
Reordering DISTINCT keys to match input path's pathkeys
tree
|
commitdiff
2024-11-16
Noah Misch
Fix per-session activation of ALTER {ROLE|DATABASE...
tree
|
commitdiff
2024-11-13
Michael Paquier
Fix comment in injection_point.c
tree
|
commitdiff
2024-11-11
Tom Lane
Fix improper interactions between session_authorization...
tree
|
commitdiff
2024-10-27
Peter Eisentraut
Remove unused #include's from backend .c files
tree
|
commitdiff
2024-10-24
Daniel Gustafsson
Support configuring TLSv1.3 cipher suites
tree
|
commitdiff
2024-10-24
Daniel Gustafsson
Support configuring multiple ECDH curves
tree
|
commitdiff
2024-10-13
Michael Paquier
Use MAX_PARALLEL_WORKER_LIMIT for max_parallel_maintena...
tree
|
commitdiff
2024-10-09
Michael Paquier
Apply GUC name from central table in more places of...
tree
|
commitdiff
2024-09-04
Michael Paquier
Apply more quoting to GUC names in messages
tree
|
commitdiff
2024-08-30
Masahiko Sawada
Clarify restrict_nonsystem_relation_kind description.
tree
|
commitdiff
2024-08-29
Peter Eisentraut
Message style improvements
tree
|
commitdiff
2024-08-22
Noah Misch
Fix attach of a previously-detached injection point.
tree
|
commitdiff
2024-08-19
Tomas Vondra
Mark search_path as GUC_REPORT
tree
|
commitdiff
2024-08-14
Peter Eisentraut
Remove TRACE_SORT macro
tree
|
commitdiff
2024-08-10
Tom Lane
Allow adjusting session_authorization and role in paral...
tree
|
commitdiff
2024-08-10
John Naylor
Lower minimum maintenance_work_mem to 64kB
tree
|
commitdiff
2024-08-05
Masahiko Sawada
Restrict accesses to non-system views and foreign table...
tree
|
commitdiff
2024-08-01
Peter Eisentraut
Convert node test compile-time settings into run-time...
tree
|
commitdiff
2024-07-26
Nathan Bossart
Introduce num_os_semaphores GUC.
tree
|
commitdiff
2024-07-26
Heikki Linnakangas
Add test for early backend startup errors
tree
|
commitdiff
2024-07-26
Heikki Linnakangas
Fix using injection points at backend startup in EXEC_B...
tree
|
commitdiff
2024-07-24
Peter Eisentraut
Move all extern declarations for GUC variables to heade...
tree
|
commitdiff
2024-07-23
Peter Eisentraut
Replace remaining strtok() with strtok_r()
tree
|
commitdiff
2024-07-18
Michael Paquier
Add INJECTION_POINT_CACHED() to run injection points...
tree
|
commitdiff
2024-07-15
Andres Freund
Fix bad indentation introduced in 43cd30bcd1c
tree
|
commitdiff
2024-07-15
Andres Freund
Fix type confusion in guc_var_compare()
tree
|
commitdiff
2024-07-15
Heikki Linnakangas
Use atomics to avoid locking in InjectionPointRun()
tree
|
commitdiff
2024-07-05
Nathan Bossart
Remove check hooks for GUCs that contribute to MaxBackends.
tree
|
commitdiff
2024-07-05
Michael Paquier
Support loading of injection points
tree
|
commitdiff
2024-07-02
Peter Eisentraut
Add missing includes for some global variables
tree
|
commitdiff
2024-07-02
Peter Eisentraut
Convert some extern variables to static
tree
|
commitdiff
2024-07-01
Amit Kapila
Rename standby_slot_names to synchronized_standby_slots.
tree
|
commitdiff
2024-06-28
Michael Paquier
Improve locking around InjectionPointRun()
tree
|
commitdiff
2024-06-05
Peter Eisentraut
Move new SLRU buffers GUCs to a better place in postgre...
tree
|
commitdiff
2024-05-17
Peter Eisentraut
A few follow-up fixes for GUC name quoting
tree
|
commitdiff
2024-05-17
Peter Eisentraut
Revise GUC names quoting in messages again
tree
|
commitdiff
2024-05-12
Michael Paquier
Introduce private data area for injection points
tree
|
commitdiff
2024-05-07
Bruce Momjian
postgresql.conf: align variable comments, mostly new...
tree
|
commitdiff
2024-05-06
Alexander Korotkov
Revert: Remove useless self-joins
tree
|
commitdiff
2024-04-29
Peter Eisentraut
Revert "Add GUC backtrace_on_internal_error"
tree
|
commitdiff
2024-04-23
Tom Lane
Improve "out of range" error messages for GUCs.
tree
|
commitdiff
next