Don't retreat slot's confirmed_flush LSN.
[postgresql.git] / src / backend / utils / misc /
9 days ago Michael PaquierAdd support for runtime arguments in injection points
2025-04-25 Andres FreundFix bug allowing io_combine_limit > io_max_combine_comb...
2025-04-08 Thomas MunroIntroduce file_copy_method setting.
2025-04-07 Tomas VondraAdd support for basic NUMA awareness
2025-04-07 Tom LaneAdd local-address escape "%L" to log_line_prefix.
2025-04-07 Alexander KorotkovRemove GUC_NOT_IN_SAMPLE from enable_self_join_elimination
2025-04-06 Alexander KorotkovRevert "Put enable_self_join_elimination into postgresq...
2025-04-06 Alexander KorotkovPut enable_self_join_elimination into postgresql.conf...
2025-03-30 Andres FreundEnable IO concurrency on all systems
2025-03-27 Daniel GustafssonFix guc_malloc calls for consistency and OOM checks
2025-03-27 Álvaro HerreraRemove the query_id_squash_values GUC
2025-03-26 Andres Freundaio: Add io_method=io_uring
2025-03-24 Andres FreundRedefine max_files_per_process to control additionally...
2025-03-21 Masahiko SawadaAdd GUC option to control maximum active replication...
2025-03-20 Nathan BossartAdd vacuum_truncate configuration parameter.
2025-03-19 Peter Eisentrautextension_control_path
2025-03-19 Thomas MunroIncrease io_combine_limit range to 1MB.
2025-03-19 Thomas MunroIntroduce io_max_combine_limit.
2025-03-18 Álvaro HerreraIntroduce squashing of constant lists in query jumbling
2025-03-18 Andres Freundaio: Add io_method=worker
2025-03-18 Andres Freundaio: Infrastructure for io_method=worker
2025-03-18 Daniel GustafssonAdd X25519 to the default set of curves
2025-03-18 Melanie PlagemanIncrease default maintenance_io_concurrency to 16
2025-03-17 Andres Freundaio: Basic subsystem initialization
2025-03-14 Fujii MasaoAdd GUC option to log lock acquisition failures.
2025-03-12 Melanie PlagemanIncrease default effective_io_concurrency to 16
2025-03-12 Melanie PlagemanAdd connection establishment duration logging
2025-03-12 Melanie PlagemanModularize log_connections output
2025-03-03 Melanie PlagemanTrigger more frequent autovacuums with relallfrozen
2025-02-26 Michael PaquierRe-add GUC track_wal_io_timing
2025-02-24 Andres FreundMove MAX_BACKENDS to procnumber.h
2025-02-24 Michael PaquierRemove read/sync fields from pg_stat_wal and GUC track_...
2025-02-21 Masahiko SawadaAdd default_char_signedness field to ControlFileData.
2025-02-20 Daniel GustafssonAdd support for OAUTHBEARER SASL mechanism
2025-02-19 Amit KapilaInvalidate inactive replication slots.
2025-02-18 Michael PaquierMake the description of some GUCs more consistent
2025-02-17 Alexander KorotkovImplement Self-Join Elimination
2025-02-14 Nathan BossartDescribe special values in GUC descriptions more consis...
2025-02-11 Nathan BossartAdd cost-based vacuum delay time to progress views.
2025-02-11 Melanie PlagemanEagerly scan all-visible pages to amortize aggressive...
2025-02-11 Andres Freundconfig: Rename "Asynchronous Behavior" to "I/O"
2025-02-11 Andres Freundconfig: Split "Worker Processes" out of "Asynchronous...
2025-02-06 Nathan BossartFix autovacuum_vacuum_max_threshold's GUC description.
2025-02-05 Nathan BossartIntroduce autovacuum_vacuum_max_threshold.
2025-02-02 Michael PaquierMention jsonlog in description of logging_collector...
2025-01-31 Tom LaneRemove obsolete restriction on the range of log_rotatio...
2025-01-30 Tom LaneUse "ssize_t" not "long" in max_stack_depth-related...
2025-01-17 Peter EisentrautRemove flex version checks
2025-01-14 Melanie PlagemanSynchronize guc_tables.c categories with vacuum docs...
2025-01-13 Melanie PlagemanReorder vacuum GUCs in postgresql.conf.sample to match...
2025-01-06 Nathan BossartAllow changing autovacuum_max_workers without restarting.
2025-01-01 Bruce MomjianUpdate copyright for 2025
2024-12-25 Peter EisentrautPartial pgindent of .l and .y files
2024-12-25 Peter Eisentrautguc: reentrant scanner
2024-12-23 David RowleyFix incorrect source filename references
2024-12-17 Tom LaneSet the stack_base_ptr in main(), not in random other...
2024-12-14 Thomas MunroFix warnings about declaration of environ on MinGW.
2024-12-02 Nathan BossartDeprecate MD5 passwords.
2024-11-26 Richard GuoReordering DISTINCT keys to match input path's pathkeys
2024-11-16 Noah MischFix per-session activation of ALTER {ROLE|DATABASE...
2024-11-13 Michael PaquierFix comment in injection_point.c
2024-11-11 Tom LaneFix improper interactions between session_authorization...
2024-10-27 Peter EisentrautRemove unused #include's from backend .c files
2024-10-24 Daniel GustafssonSupport configuring TLSv1.3 cipher suites
2024-10-24 Daniel GustafssonSupport configuring multiple ECDH curves
2024-10-13 Michael PaquierUse MAX_PARALLEL_WORKER_LIMIT for max_parallel_maintena...
2024-10-09 Michael PaquierApply GUC name from central table in more places of...
2024-09-04 Michael PaquierApply more quoting to GUC names in messages
2024-08-30 Masahiko SawadaClarify restrict_nonsystem_relation_kind description.
2024-08-29 Peter EisentrautMessage style improvements
2024-08-22 Noah MischFix attach of a previously-detached injection point.
2024-08-19 Tomas VondraMark search_path as GUC_REPORT
2024-08-14 Peter EisentrautRemove TRACE_SORT macro
2024-08-10 Tom LaneAllow adjusting session_authorization and role in paral...
2024-08-10 John NaylorLower minimum maintenance_work_mem to 64kB
2024-08-05 Masahiko SawadaRestrict accesses to non-system views and foreign table...
2024-08-01 Peter EisentrautConvert node test compile-time settings into run-time...
2024-07-26 Nathan BossartIntroduce num_os_semaphores GUC.
2024-07-26 Heikki LinnakangasAdd test for early backend startup errors
2024-07-26 Heikki LinnakangasFix using injection points at backend startup in EXEC_B...
2024-07-24 Peter EisentrautMove all extern declarations for GUC variables to heade...
2024-07-23 Peter EisentrautReplace remaining strtok() with strtok_r()
2024-07-18 Michael PaquierAdd INJECTION_POINT_CACHED() to run injection points...
2024-07-15 Andres FreundFix bad indentation introduced in 43cd30bcd1c
2024-07-15 Andres FreundFix type confusion in guc_var_compare()
2024-07-15 Heikki LinnakangasUse atomics to avoid locking in InjectionPointRun()
2024-07-05 Nathan BossartRemove check hooks for GUCs that contribute to MaxBackends.
2024-07-05 Michael PaquierSupport loading of injection points
2024-07-02 Peter EisentrautAdd missing includes for some global variables
2024-07-02 Peter EisentrautConvert some extern variables to static
2024-07-01 Amit KapilaRename standby_slot_names to synchronized_standby_slots.
2024-06-28 Michael PaquierImprove locking around InjectionPointRun()
2024-06-05 Peter EisentrautMove new SLRU buffers GUCs to a better place in postgre...
2024-05-17 Peter EisentrautA few follow-up fixes for GUC name quoting
2024-05-17 Peter EisentrautRevise GUC names quoting in messages again
2024-05-12 Michael PaquierIntroduce private data area for injection points
2024-05-07 Bruce Momjianpostgresql.conf: align variable comments, mostly new...
2024-05-06 Alexander KorotkovRevert: Remove useless self-joins
2024-04-29 Peter EisentrautRevert "Add GUC backtrace_on_internal_error"
2024-04-23 Tom LaneImprove "out of range" error messages for GUCs.
next