users/rhaas/postgres.git
10 days ago Peter GeogheganRemove unused nbtree array advancement variable.
10 days ago Tom LaneRestore test coverage of LZ4Stream_gets().
11 days ago Álvaro HerreraStop creating constraints during DETACH CONCURRENTLY
11 days ago Álvaro Herreradbase_redo: Fix Valgrind-reported memory leak
12 days ago Peter GeogheganRemove overzealous _bt_killitems assertion.
12 days ago Michael PaquierFix two typos in xlogstats.h and xlogstats.c
12 days ago Michael PaquierRemove state.tmp when failing to save a replication...
12 days ago Andres Freundbufmgr: Fix valgrind checking for buffers pinned in...
12 days ago Michael Paquiertest_bitmapset: Improve random function
12 days ago Melanie PlagemanEliminate COPY FREEZE use of XLOG_HEAP2_VISIBLE
12 days ago David RowleyCleanup VACUUM option processing error messages
12 days ago Tom LaneClean up memory leakage that occurs in context callback...
13 days ago Masahiko SawadaFix access-to-already-freed-memory issue in pgoutput.
13 days ago Tom LaneAvoid uninitialized-variable warnings from older compilers.
13 days ago Richard GuoFix comment in eager_aggregate.sql
13 days ago Richard GuoRemove unnecessary include of "utils/fmgroids.h"
13 days ago Michael PaquierRemove duplicated log related to slot creation in pg_cr...
13 days ago Amit KapilaAdd "ALL SEQUENCES" support to publications.
13 days ago Amit LangoteFix internal error from CollateExpr in SQL/JSON DEFAULT...
13 days ago David RowleyMake truncate_useless_pathkeys() consider WindowFuncs
13 days ago Andres Freundbufmgr: Don't lock buffer header in StrategyGetBuffer()
13 days ago 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
2025-10-03 Richard GuoFix incorrect function reference in comment
2025-10-03 Michael Paquierpgbench: Fail cleanly when finding a COPY result state
2025-10-03 Tatsuo IshiiAdd IGNORE NULLS/RESPECT NULLS option to Window functions.
2025-10-02 Daniel GustafssonRemove check for NULL in STRICT function
2025-10-02 Daniel GustafssonFixes for comments in test_bitmapset
2025-10-02 Andrew DunstanImprove docs syntax checking
2025-10-02 Daniel Gustafssondoc: Improve wording for base64url definition
2025-10-02 Michael PaquierRemove useless pointer update in ginxlog.c
2025-10-02 John NaylorGenerate EUC_CN mappings from gb18030-2022.ucm
2025-10-02 Michael Paquierpgstattuple: Improve reports generated for indexes...
2025-10-01 Jacob Championtest_json_parser: Speed up 002_inline.pl
2025-10-01 Peter EisentrautFix compiler warnings around _CRT_glob
2025-10-01 David RowleyMinor fixups of test_bitmapset.c
2025-10-01 Michael Paquiertest_bitmapset: Simplify code of the module
2025-09-30 Peter EisentrautRename pg_builtin_integer_constant_p to pg_integer_cons...
2025-09-30 Fujii Masaopgbench: Fix error reporting in readCommandResponse().
2025-09-30 David RowleyFix typo in pgstat_relation.c header comment
2025-09-30 Peter EisentrautRevert "Make some use of anonymous unions [pgcrypto]"
2025-09-30 Peter EisentrautMake some use of anonymous unions [plpython]
2025-09-30 Peter EisentrautMake some use of anonymous unions [pgcrypto]
2025-09-30 Peter EisentrautMake some use of anonymous unions [reorderbuffer xact_time]
2025-09-30 Peter EisentrautMake some use of anonymous unions [pg_locale_t]
2025-09-30 Álvaro HerreraDo a tiny bit of header file maintenance
2025-09-30 Michael PaquierReorder XLogNeedsFlush() checks to be more consistent
2025-09-30 Michael Paquierinjection_points: Add proper locking when reporting...
2025-09-29 Tom LaneAdd GROUP BY ALL.
2025-09-29 David RowleyRemove unused parameter from find_window_run_conditions()
2025-09-29 Noah MischFix StatisticsObjIsVisibleExt() for pg_temp.
2025-09-29 Michael Paquiertest_bitmapset: Expand more the test coverage
2025-09-29 David RowleyImprove planner's width estimates for set operations
2025-09-29 Michael Paquierinjection_points: Enable entry count in its variable...
2025-09-28 Michael PaquierAdd support for tracking of entry count in pgstats
2025-09-27 Tom LaneRefactor to avoid code duplication in transformPLAssign...
2025-09-27 Tom LaneFix missed copying of groupDistinct in transformPLAssig...
2025-09-27 David RowleyTeach MSVC that elog/ereport ERROR doesn't return
2025-09-26 Masahiko SawadaRemove unused for_all_tables field from AlterPublicatio...
next