postgresql.git
18 hours ago Tom LaneRestore test coverage of LZ4Stream_gets(). master github/master
20 hours ago Álvaro HerreraStop creating constraints during DETACH CONCURRENTLY
24 hours ago Álvaro Herreradbase_redo: Fix Valgrind-reported memory leak
44 hours ago Peter GeogheganRemove overzealous _bt_killitems assertion.
2 days ago Michael PaquierFix two typos in xlogstats.h and xlogstats.c
2 days ago Michael PaquierRemove state.tmp when failing to save a replication...
2 days ago Andres Freundbufmgr: Fix valgrind checking for buffers pinned in...
2 days ago Michael Paquiertest_bitmapset: Improve random function
2 days ago Melanie PlagemanEliminate COPY FREEZE use of XLOG_HEAP2_VISIBLE
2 days ago David RowleyCleanup VACUUM option processing error messages
2 days ago Tom LaneClean up memory leakage that occurs in context callback...
2 days ago Masahiko SawadaFix access-to-already-freed-memory issue in pgoutput.
3 days ago Tom LaneAvoid uninitialized-variable warnings from older compilers.
3 days ago Richard GuoFix comment in eager_aggregate.sql
3 days ago Richard GuoRemove unnecessary include of "utils/fmgroids.h"
3 days ago Michael PaquierRemove duplicated log related to slot creation in pg_cr...
3 days ago Amit KapilaAdd "ALL SEQUENCES" support to publications.
3 days ago Amit LangoteFix internal error from CollateExpr in SQL/JSON DEFAULT...
3 days ago David RowleyMake truncate_useless_pathkeys() consider WindowFuncs
3 days ago Andres Freundbufmgr: Don't lock buffer header in StrategyGetBuffer()
3 days ago Andres Freundbufmgr: fewer calls to BufferDescriptorGetContentLock
3 days ago Andres Freundbufmgr: Fix signedness of mask variable in BufferSync()
3 days ago Andres Freundbufmgr: Introduce FlushUnlockedBuffer
3 days ago Andres FreundImprove ReadRecentBuffer() scalability
3 days ago Masahiko SawadaAdd mem_exceeded_count column to pg_stat_replication_slots.
3 days ago Tom LaneCleanup NAN code in float.h, too.
4 days ago Robert HaasAdd extension_state member to PlannedStmt.
4 days ago Robert HaasAdd planner_setup_hook and planner_shutdown_hook.
4 days ago Robert HaasAdd ExplainState argument to pg_plan_query() and planner().
4 days ago Richard GuoImplement Eager Aggregation
4 days ago Richard GuoAllow negative aggtransspace to indicate unbounded...
4 days ago Michael PaquierImprove description of some WAL records for GIN
4 days ago Michael PaquierAdd stats_reset to pg_stat_user_functions
4 days ago Amit KapilaFix typo in function header comment.
4 days ago Tatsuo IshiiFix Coverity issues reported in commit 25a30bbd423.
4 days ago David RowleyCleanup INFINITY code in float.h
4 days ago Robert HaasRemove PlannerInfo's join_search_private method.
4 days ago Robert HaasAllow private state in certain planner data structures.
4 days ago Tom LaneAdjust new TAP test to work on macOS.
5 days ago Tom LaneImprove psql's ability to select pager mode accurately.
5 days ago Robert HaasAssign each subquery a unique name prior to planning it.
5 days ago Daniel Gustafssondoc: Add missing parenthesis in pg_stat_progress_analyz...
5 days ago Álvaro HerreraFix compile of src/tutorial/funcs.c
5 days ago David RowleyTeach planner to short-circuit EXCEPT/INTERSECT with...
5 days ago David RowleyFix incorrect targetlist in dummy UNIONs
5 days ago Masahiko SawadaAvoid unnecessary GinFormTuple() calls for incompressib...
5 days ago Nathan BossartOptimize hex_encode() and hex_decode() using SIMD.
6 days ago Andrew DunstanRevert "Improve docs syntax checking"
6 days ago Amit KapilaExpose sequence page LSN via pg_get_sequence_data.
6 days ago Michael PaquierAdd comment in ginxlog.h about block used with ginxlogI...
6 days ago Michael PaquierRemove block information from description of some WAL...
6 days ago Michael PaquierAdd stats_reset to pg_stat_all_{tables,indexes} and...
6 days ago Michael PaquierAdd test for pg_stat_reset_single_table_counters()...
6 days ago Michael PaquierFix two comments in numeric.c
6 days ago Tom LaneUse SOCK_ERRNO[_SET] in fe-secure-gssapi.c.
6 days ago Álvaro HerreraDon't include access/htup_details.h in executor/tuptable.h
6 days ago Álvaro HerreraDon't include execnodes.h in brin.h or gin.h
8 days ago David RowleyTeach UNION planner to remove dummy inputs
8 days ago David RowleyUse bms_add_members() instead of bms_union() when possible
8 days ago Nathan BossartOptimize vector8_has_le() on AArch64.
9 days ago Nathan BossartMake some use of anonymous unions [DSM registry].
9 days ago David RowleyTidy-up unneeded NULL parameter checks from SQL function
9 days ago John NaylorFix reuse-after-free hazard in dead_items_reset
9 days ago Richard GuoFix incorrect function reference in comment
9 days ago Michael Paquierpgbench: Fail cleanly when finding a COPY result state
9 days ago Tatsuo IshiiAdd IGNORE NULLS/RESPECT NULLS option to Window functions.
9 days ago Daniel GustafssonRemove check for NULL in STRICT function
9 days ago Daniel GustafssonFixes for comments in test_bitmapset
10 days ago Andrew DunstanImprove docs syntax checking
10 days ago Daniel Gustafssondoc: Improve wording for base64url definition
10 days ago Michael PaquierRemove useless pointer update in ginxlog.c
10 days ago John NaylorGenerate EUC_CN mappings from gb18030-2022.ucm
10 days ago Michael Paquierpgstattuple: Improve reports generated for indexes...
10 days ago Jacob Championtest_json_parser: Speed up 002_inline.pl
11 days ago Peter EisentrautFix compiler warnings around _CRT_glob
11 days ago David RowleyMinor fixups of test_bitmapset.c
11 days ago Michael Paquiertest_bitmapset: Simplify code of the module
11 days ago Peter EisentrautRename pg_builtin_integer_constant_p to pg_integer_cons...
12 days ago Fujii Masaopgbench: Fix error reporting in readCommandResponse().
12 days ago David RowleyFix typo in pgstat_relation.c header comment
12 days ago Peter EisentrautRevert "Make some use of anonymous unions [pgcrypto]"
12 days ago Peter EisentrautMake some use of anonymous unions [plpython]
12 days ago Peter EisentrautMake some use of anonymous unions [pgcrypto]
12 days ago Peter EisentrautMake some use of anonymous unions [reorderbuffer xact_time]
12 days ago Peter EisentrautMake some use of anonymous unions [pg_locale_t]
12 days ago Álvaro HerreraDo a tiny bit of header file maintenance
12 days ago Michael PaquierReorder XLogNeedsFlush() checks to be more consistent
12 days ago Michael Paquierinjection_points: Add proper locking when reporting...
12 days ago Tom LaneAdd GROUP BY ALL.
12 days ago David RowleyRemove unused parameter from find_window_run_conditions()
12 days ago Noah MischFix StatisticsObjIsVisibleExt() for pg_temp.
13 days ago Michael Paquiertest_bitmapset: Expand more the test coverage
13 days ago David RowleyImprove planner's width estimates for set operations
13 days ago Michael Paquierinjection_points: Enable entry count in its variable...
13 days ago 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...
2025-09-26 Álvaro HerreraSplit vacuumdb to create vacuuming.c/h
next