postgresql.git
3 hours ago Heikki LinnakangasDo not emit WAL for unlogged BRIN indexes master github/master
11 hours ago Amit KapilaFix intermittent BF failure in 040_standby_failover_slo...
15 hours ago Michael Paquierbtree_gist: Fix memory allocation formula
18 hours ago Michael PaquierFix const correctness in pgstat data serialization...
21 hours ago Jacob Championoauth_validator: Avoid races in log_check()
21 hours ago Jacob Championlibpq-oauth: use correct c_args in meson.build
21 hours ago Jacob Championlibpq-fe.h: Don't claim SOCKTYPE in the global namespace
21 hours ago Tom LaneRename regress.so's .mo file to postgresql-regress...
26 hours ago Heikki LinnakangasMake postmaster 003_start_stop.pl test less flaky
31 hours ago Amit KapilaSupport existing publications in pg_createsubscriber.
38 hours ago Michael PaquierChange pgstat_report_vacuum() to use Relation
41 hours ago Michael PaquierRemove useless code in InjectionPointAttach()
41 hours ago Jeff DavisAvoid global LC_CTYPE dependency in pg_locale_icu.c.
41 hours ago Jeff Davisdowncase_identifier(): use method table from locale...
44 hours ago Jeff Davisltree: fix case-insensitive matching.
44 hours ago Jeff DavisClarify a #define introduced in 8d299052fe.
46 hours ago Jeff DavisFix multibyte issue in ltree_strncasecmp().
47 hours ago Robert HaasSwitch memory contexts in ReinitializeParallelDSM.
2 days ago Tom LaneTest PRI* macros even when we can't test NLS translation.
2 days ago Melanie PlagemanAdd explanatory comment to prune_freeze_setup()
2 days ago Melanie PlagemanFix const qualification in prune_freeze_setup()
2 days ago Daniel Gustafssondoc: Update header file mention for CompareType
2 days ago John NaylorSeparate out bytea sort support from varlena.c
2 days ago Michael PaquierAdd TAP test to check recovery when redo LSN is missing
2 days ago Michael PaquierFail recovery when missing redo checkpoint record witho...
2 days ago Tom LaneRevert "Avoid requiring Spanish locale to test NLS...
2 days ago Jacob Championlibpq: Align oauth_json_set_error() with other NLS...
2 days ago Jacob Championlibpq-oauth: Don't translate internal errors
2 days ago Jacob Championlibpq: Add missing OAuth translations
2 days ago Nathan BossartAllow passing a pointer to GetNamedDSMSegment()'s init...
2 days ago Noah MischRevisit cosmetics of "For inplace update, send nontrans...
2 days ago Noah MischCorrect comments of "Fix data loss at inplace update...
2 days ago Tom LaneAvoid requiring Spanish locale to test NLS infrastructure.
2 days ago Jeff DavisRemove incorrect declarations in pg_wchar.h.
2 days ago Jeff DavisRemove unused single-byte char_is_cased() API.
2 days ago Jeff DavisUse multibyte-aware extraction of pattern prefixes.
2 days ago Tom LaneAdd offnum range checks to suppress compile warnings...
3 days ago Heikki LinnakangasIncrease timeout in multixid_conversion upgrade test
3 days ago Heikki LinnakangasImprove sanity checks on multixid members length
3 days ago Álvaro HerreraDisable recently added CIC/RI isolation tests
3 days ago Peter EisentrautRefactor static_assert() support.
3 days ago Heikki LinnakangasClarify comment on multixid offset wraparound check
3 days ago David RowleyFix typo in tablecmds.c
3 days ago Amit KapilaAdd retry logic to pg_sync_replication_slots().
3 days ago Michael Paquiertest_custom_stats: Fix compilation warning
3 days ago Michael Paquierpageinspect: use index_close() for GiST index relation
3 days ago Michael Paquiertest_custom_stats: Add tests with read/write of auxilia...
3 days ago Michael PaquierAllow cumulative statistics to read/write auxiliary...
3 days ago Tom LaneUpdate typedefs.list to match what the buildfarm curren...
3 days ago Tom LaneMake "pgoff_t" be a typedef not a #define.
3 days ago Tom LaneLooks like we can't test NLS on machines that lack...
3 days ago Andres Freundbufmgr: Add one-entry cache for private refcount
3 days ago Andres Freundbufmgr: Separate keys for private refcount infrastructure
3 days ago Tom LaneTry a few different locale name spellings in nls.sql.
3 days ago Tom LaneFix double assignment.
4 days ago Tom LaneAdd a regression test to verify that NLS translation...
4 days ago Alexander KorotkovRefactor WaitLSNType enum to use a macro for type count
4 days ago Alexander KorotkovFix usage of palloc() in MERGE/SPLIT PARTITION(s) code
4 days ago Alexander KorotkovImplement ALTER TABLE ... SPLIT PARTITION ... command
4 days ago Alexander KorotkovImplement ALTER TABLE ... MERGE PARTITIONS ... command
4 days ago Michael Paquierdoc: Fix incorrect documentation for test_custom_stats
4 days ago Tom LaneFix jsonb_object_agg crash after eliminating null-value...
4 days ago Peter EisentrautUse correct preprocessor conditional in relptr.h
5 days ago Peter EisentrautFix out-of-date comment on makeRangeConstructors
5 days ago Peter EisentrautClarify comment about temporal foreign keys
6 days ago Álvaro HerreraReject opclass options in ON CONFLICT clause
6 days ago Peter EisentrautReplace most StaticAssertStmt() with StaticAssertDecl()
6 days ago Heikki LinnakangasNever store 0 as the nextMXact
6 days ago Nathan BossartFix some comments.
6 days ago Álvaro HerreraFix infer_arbiter_index for partitioned tables
7 days ago Heikki LinnakangasFix comment on how temp files and subtransactions are...
7 days ago Heikki LinnakangasAdd runtime checks for bogus multixact offsets
7 days ago Peter EisentrautMake <assert.h> consistently available in frontend...
7 days ago Michael PaquierUse palloc_object() and palloc_array(), the last change
7 days ago Michael Paquierpg_buffercache: Fix memory allocation formula
7 days ago Amit KapilaEnhance slot synchronization API to respect promotion...
7 days ago Peter GeogheganClarify why _bt_killitems sorts its items array.
7 days ago Michael PaquierFix allocation formula in llvmjit_expr.c
7 days ago Peter GeogheganFix MULTIXACT_DEBUG builds.
7 days ago Tom LaneAllow PG_PRINTF_ATTRIBUTE to be different in C and...
7 days ago Peter GeogheganReturn TIDs in desc order during backwards scans.
7 days ago Jeff DavisAdd pg_iswcased().
7 days ago Jeff DavisRemove char_tolower() API.
7 days ago Heikki LinnakangasFix bogus extra arguments to query_safe in test
7 days ago Heikki LinnakangasImprove DDL deparsing test
8 days ago Melanie PlagemanAdd comment about keeping PD_ALL_VISIBLE and VM in...
8 days ago Melanie PlagemanSimplify vacuum visibility assertion
8 days ago Heikki LinnakangasFix comment in GetPublicationRelations
8 days ago Heikki LinnakangasFix some near-bugs related to ResourceOwner function...
8 days ago Michael Paquierlibpq: Authorize pthread_exit() in libpq_check
8 days ago Michael PaquierFix failures with cross-version pg_upgrade tests
8 days ago Michael PaquierFix two issues with recently-introduced nbtree test
8 days ago Michael PaquierFix meson warning due to missing declaration of NM
8 days ago Heikki LinnakangasFix typo in comment
8 days ago David RowleyFix misleading comment in tuplesort.c
8 days ago Michael PaquierUse palloc_object() and palloc_array() in backend code
8 days ago Thomas MunroFix O_CLOEXEC flag handling in Windows port.
8 days ago Nathan Bossartvacuumdb: Add --dry-run.
8 days ago Nathan BossartAdd ParallelSlotSetIdle().
8 days ago Nathan Bossartvacuumdb: Move some variables to the vacuumingOptions...
next