postgresql.git
2 hours ago Heikki LinnakangasUse proper type for RestoreTransactionSnapshot's PGPROC arg master github/master
5 hours ago John NaylorUpdate pg_hba.conf example to reflect MD5 deprecation
8 hours ago Michael PaquierFix typos in gininsert.c
11 hours ago Fujii MasaoAdd guard to prevent recursive memory context logging.
15 hours ago Michael PaquierUse table/index_close() more consistently
20 hours ago Noah MischSort DO_SUBSCRIPTION_REL dump objects independent of...
25 hours ago Heikki LinnakangasDo not emit WAL for unlogged BRIN indexes
33 hours ago Amit KapilaFix intermittent BF failure in 040_standby_failover_slo...
36 hours ago Michael Paquierbtree_gist: Fix memory allocation formula
39 hours ago Michael PaquierFix const correctness in pgstat data serialization...
42 hours ago Jacob Championoauth_validator: Avoid races in log_check()
42 hours ago Jacob Championlibpq-oauth: use correct c_args in meson.build
42 hours ago Jacob Championlibpq-fe.h: Don't claim SOCKTYPE in the global namespace
43 hours ago Tom LaneRename regress.so's .mo file to postgresql-regress...
2 days ago Heikki LinnakangasMake postmaster 003_start_stop.pl test less flaky
2 days ago Amit KapilaSupport existing publications in pg_createsubscriber.
2 days ago Michael PaquierChange pgstat_report_vacuum() to use Relation
2 days ago Michael PaquierRemove useless code in InjectionPointAttach()
2 days ago Jeff DavisAvoid global LC_CTYPE dependency in pg_locale_icu.c.
2 days ago Jeff Davisdowncase_identifier(): use method table from locale...
2 days ago Jeff Davisltree: fix case-insensitive matching.
2 days ago Jeff DavisClarify a #define introduced in 8d299052fe.
2 days ago Jeff DavisFix multibyte issue in ltree_strncasecmp().
2 days 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()
3 days ago Daniel Gustafssondoc: Update header file mention for CompareType
3 days ago John NaylorSeparate out bytea sort support from varlena.c
3 days ago Michael PaquierAdd TAP test to check recovery when redo LSN is missing
3 days ago Michael PaquierFail recovery when missing redo checkpoint record witho...
3 days ago Tom LaneRevert "Avoid requiring Spanish locale to test NLS...
3 days ago Jacob Championlibpq: Align oauth_json_set_error() with other NLS...
3 days ago Jacob Championlibpq-oauth: Don't translate internal errors
3 days ago Jacob Championlibpq: Add missing OAuth translations
3 days ago Nathan BossartAllow passing a pointer to GetNamedDSMSegment()'s init...
3 days ago Noah MischRevisit cosmetics of "For inplace update, send nontrans...
3 days ago Noah MischCorrect comments of "Fix data loss at inplace update...
3 days ago Tom LaneAvoid requiring Spanish locale to test NLS infrastructure.
3 days ago Jeff DavisRemove incorrect declarations in pg_wchar.h.
3 days ago Jeff DavisRemove unused single-byte char_is_cased() API.
3 days ago Jeff DavisUse multibyte-aware extraction of pattern prefixes.
3 days ago Tom LaneAdd offnum range checks to suppress compile warnings...
3 days ago Heikki LinnakangasIncrease timeout in multixid_conversion upgrade test
4 days ago Heikki LinnakangasImprove sanity checks on multixid members length
4 days ago Álvaro HerreraDisable recently added CIC/RI isolation tests
4 days ago Peter EisentrautRefactor static_assert() support.
4 days ago Heikki LinnakangasClarify comment on multixid offset wraparound check
4 days ago David RowleyFix typo in tablecmds.c
4 days ago Amit KapilaAdd retry logic to pg_sync_replication_slots().
4 days ago Michael Paquiertest_custom_stats: Fix compilation warning
4 days ago Michael Paquierpageinspect: use index_close() for GiST index relation
4 days ago Michael Paquiertest_custom_stats: Add tests with read/write of auxilia...
4 days ago Michael PaquierAllow cumulative statistics to read/write auxiliary...
4 days ago Tom LaneUpdate typedefs.list to match what the buildfarm curren...
4 days ago Tom LaneMake "pgoff_t" be a typedef not a #define.
4 days ago Tom LaneLooks like we can't test NLS on machines that lack...
4 days ago Andres Freundbufmgr: Add one-entry cache for private refcount
4 days ago Andres Freundbufmgr: Separate keys for private refcount infrastructure
4 days ago Tom LaneTry a few different locale name spellings in nls.sql.
4 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
5 days ago Alexander KorotkovFix usage of palloc() in MERGE/SPLIT PARTITION(s) code
5 days ago Alexander KorotkovImplement ALTER TABLE ... SPLIT PARTITION ... command
5 days ago Alexander KorotkovImplement ALTER TABLE ... MERGE PARTITIONS ... command
5 days ago Michael Paquierdoc: Fix incorrect documentation for test_custom_stats
5 days ago Tom LaneFix jsonb_object_agg crash after eliminating null-value...
5 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
7 days ago Álvaro HerreraReject opclass options in ON CONFLICT clause
7 days ago Peter EisentrautReplace most StaticAssertStmt() with StaticAssertDecl()
7 days ago Heikki LinnakangasNever store 0 as the nextMXact
7 days ago Nathan BossartFix some comments.
7 days ago Álvaro HerreraFix infer_arbiter_index for partitioned tables
8 days ago Heikki LinnakangasFix comment on how temp files and subtransactions are...
8 days ago Heikki LinnakangasAdd runtime checks for bogus multixact offsets
8 days ago Peter EisentrautMake <assert.h> consistently available in frontend...
8 days ago Michael PaquierUse palloc_object() and palloc_array(), the last change
8 days ago Michael Paquierpg_buffercache: Fix memory allocation formula
8 days ago Amit KapilaEnhance slot synchronization API to respect promotion...
8 days ago Peter GeogheganClarify why _bt_killitems sorts its items array.
8 days ago Michael PaquierFix allocation formula in llvmjit_expr.c
8 days ago Peter GeogheganFix MULTIXACT_DEBUG builds.
8 days ago Tom LaneAllow PG_PRINTF_ATTRIBUTE to be different in C and...
8 days ago Peter GeogheganReturn TIDs in desc order during backwards scans.
8 days ago Jeff DavisAdd pg_iswcased().
8 days ago Jeff DavisRemove char_tolower() API.
8 days ago Heikki LinnakangasFix bogus extra arguments to query_safe in test
8 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
9 days ago Heikki LinnakangasFix comment in GetPublicationRelations
9 days ago Heikki LinnakangasFix some near-bugs related to ResourceOwner function...
9 days ago Michael Paquierlibpq: Authorize pthread_exit() in libpq_check
9 days ago Michael PaquierFix failures with cross-version pg_upgrade tests
9 days ago Michael PaquierFix two issues with recently-introduced nbtree test
9 days ago Michael PaquierFix meson warning due to missing declaration of NM
9 days ago Heikki LinnakangasFix typo in comment
next