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