postgresql.git
2025-10-16 Michael PaquierOverride log_error_verbosity to "default" in test 009_l...
2025-10-16 Michael PaquierAdd tests for logging of temporary file removal and...
2025-10-15 Nathan BossartFix lookup code for REINDEX INDEX.
2025-10-15 Jeff DavisAdd pg_iswalpha() and related functions.
2025-10-15 Nathan BossartFix lookups in pg_{clear,restore}_{attribute,relation...
2025-10-15 Peter EisentrautChange reset_extra into a config_generic common field
2025-10-15 Peter EisentrautAdd log_autoanalyze_min_duration
2025-10-15 Etsuro FujitaFix EvalPlanQual handling of foreign/custom joins in...
2025-10-15 Peter EisentrautAdd some const qualifiers
2025-10-15 Peter EisentrautModernize some for loops
2025-10-15 Peter Eisentrautplpython: Remove support for major version conflict...
2025-10-15 Amit KapilaStandardize use of REFRESH PUBLICATION in code and...
2025-10-15 Michael Paquierpg_createsubscriber: Use new routine to retrieve data...
2025-10-15 Michael Paquierpg_resetwal: Use new routine to retrieve data of PG_VERSION
2025-10-15 Michael Paquierpg_combinebackup: Use new routine to retrieve data...
2025-10-15 Masahiko SawadaRevert "pg_createsubscriber: Add log message when no...
2025-10-14 Melanie PlagemanMake heap_page_is_all_visible independent of LVRelState
2025-10-14 Melanie PlagemanInline TransactionIdFollows/Precedes[OrEquals]()
2025-10-14 Melanie PlagemanAdd helper for freeze determination to heap_page_prune_...
2025-10-14 Masahiko Sawadapg_createsubscriber: Add log message when no publicatio...
2025-10-14 Jeff Davispg_regc_locale.c: rename some static functions.
2025-10-14 Nathan Bossartdblink: Avoid locking relation before privilege check.
2025-10-14 Melanie PlagemanBump XLOG_PAGE_MAGIC after xl_heap_prune change
2025-10-14 Tatsuo IshiiUse ereport rather than elog in WinCheckAndInitializeNu...
2025-10-14 Richard GuoRename apply_at to apply_agg_at for clarity
2025-10-14 Michael Paquierpg_upgrade: Use new routine to retrieve data of PG_VERSION
2025-10-14 Michael PaquierIntroduce frontend API able to retrieve the contents...
2025-10-13 Michael PaquierFix version number calculation for data folder flush...
2025-10-13 Melanie PlagemanEliminate XLOG_HEAP2_VISIBLE from vacuum phase III
2025-10-13 Tom LaneFix incorrect message-printing in win32security.c.
2025-10-13 David RowleyDoc: clarify n_distinct_inherited setting
2025-10-13 Tom LaneFix serious performance problems in LZ4Stream_read_inte...
2025-10-13 Tom LaneFix poor buffering logic in pg_dump's lz4 and zstd...
2025-10-13 Tom LaneFix issue with reading zero bytes in Gzip_read.
2025-10-13 Magnus Haganderdocs: Fix protocol version 3.2 message format of Cancel...
2025-10-13 Magnus HaganderRemove extra semicolon in example
2025-10-12 Peter GeogheganRemove unused nbtree array advancement variable.
2025-10-11 Tom LaneRestore test coverage of LZ4Stream_gets().
2025-10-11 Álvaro HerreraStop creating constraints during DETACH CONCURRENTLY
2025-10-11 Álvaro Herreradbase_redo: Fix Valgrind-reported memory leak
2025-10-10 Peter GeogheganRemove overzealous _bt_killitems assertion.
2025-10-10 Michael PaquierFix two typos in xlogstats.h and xlogstats.c
2025-10-10 Michael PaquierRemove state.tmp when failing to save a replication...
2025-10-09 Andres Freundbufmgr: Fix valgrind checking for buffers pinned in...
2025-10-09 Michael Paquiertest_bitmapset: Improve random function
2025-10-09 Melanie PlagemanEliminate COPY FREEZE use of XLOG_HEAP2_VISIBLE
2025-10-09 David RowleyCleanup VACUUM option processing error messages
2025-10-09 Tom LaneClean up memory leakage that occurs in context callback...
2025-10-09 Masahiko SawadaFix access-to-already-freed-memory issue in pgoutput.
2025-10-09 Tom LaneAvoid uninitialized-variable warnings from older compilers.
2025-10-09 Richard GuoFix comment in eager_aggregate.sql
2025-10-09 Richard GuoRemove unnecessary include of "utils/fmgroids.h"
2025-10-09 Michael PaquierRemove duplicated log related to slot creation in pg_cr...
2025-10-09 Amit KapilaAdd "ALL SEQUENCES" support to publications.
2025-10-09 Amit LangoteFix internal error from CollateExpr in SQL/JSON DEFAULT...
2025-10-08 David RowleyMake truncate_useless_pathkeys() consider WindowFuncs
2025-10-08 Andres Freundbufmgr: Don't lock buffer header in StrategyGetBuffer()
2025-10-08 Andres Freundbufmgr: fewer calls to BufferDescriptorGetContentLock
2025-10-08 Andres Freundbufmgr: Fix signedness of mask variable in BufferSync()
2025-10-08 Andres Freundbufmgr: Introduce FlushUnlockedBuffer
2025-10-08 Andres FreundImprove ReadRecentBuffer() scalability
2025-10-08 Masahiko SawadaAdd mem_exceeded_count column to pg_stat_replication_slots.
2025-10-08 Tom LaneCleanup NAN code in float.h, too.
2025-10-08 Robert HaasAdd extension_state member to PlannedStmt.
2025-10-08 Robert HaasAdd planner_setup_hook and planner_shutdown_hook.
2025-10-08 Robert HaasAdd ExplainState argument to pg_plan_query() and planner().
2025-10-08 Richard GuoImplement Eager Aggregation
2025-10-08 Richard GuoAllow negative aggtransspace to indicate unbounded...
2025-10-08 Michael PaquierImprove description of some WAL records for GIN
2025-10-08 Michael PaquierAdd stats_reset to pg_stat_user_functions
2025-10-08 Amit KapilaFix typo in function header comment.
2025-10-08 Tatsuo IshiiFix Coverity issues reported in commit 25a30bbd423.
2025-10-07 David RowleyCleanup INFINITY code in float.h
2025-10-07 Robert HaasRemove PlannerInfo's join_search_private method.
2025-10-07 Robert HaasAllow private state in certain planner data structures.
2025-10-07 Tom LaneAdjust new TAP test to work on macOS.
2025-10-07 Tom LaneImprove psql's ability to select pager mode accurately.
2025-10-07 Robert HaasAssign each subquery a unique name prior to planning it.
2025-10-07 Daniel Gustafssondoc: Add missing parenthesis in pg_stat_progress_analyz...
2025-10-07 Álvaro HerreraFix compile of src/tutorial/funcs.c
2025-10-07 David RowleyTeach planner to short-circuit EXCEPT/INTERSECT with...
2025-10-07 David RowleyFix incorrect targetlist in dummy UNIONs
2025-10-06 Masahiko SawadaAvoid unnecessary GinFormTuple() calls for incompressib...
2025-10-06 Nathan BossartOptimize hex_encode() and hex_decode() using SIMD.
2025-10-06 Andrew DunstanRevert "Improve docs syntax checking"
2025-10-06 Amit KapilaExpose sequence page LSN via pg_get_sequence_data.
2025-10-06 Michael PaquierAdd comment in ginxlog.h about block used with ginxlogI...
2025-10-06 Michael PaquierRemove block information from description of some WAL...
2025-10-06 Michael PaquierAdd stats_reset to pg_stat_all_{tables,indexes} and...
2025-10-06 Michael PaquierAdd test for pg_stat_reset_single_table_counters()...
2025-10-06 Michael PaquierFix two comments in numeric.c
2025-10-05 Tom LaneUse SOCK_ERRNO[_SET] in fe-secure-gssapi.c.
2025-10-05 Álvaro HerreraDon't include access/htup_details.h in executor/tuptable.h
2025-10-05 Álvaro HerreraDon't include execnodes.h in brin.h or gin.h
2025-10-04 David RowleyTeach UNION planner to remove dummy inputs
2025-10-03 David RowleyUse bms_add_members() instead of bms_union() when possible
2025-10-03 Nathan BossartOptimize vector8_has_le() on AArch64.
2025-10-03 Nathan BossartMake some use of anonymous unions [DSM registry].
2025-10-03 David RowleyTidy-up unneeded NULL parameter checks from SQL function
2025-10-03 John NaylorFix reuse-after-free hazard in dead_items_reset
next