Fix assertion failure with replication slot release in single-user mode
[postgresql.git] / src / backend /
2 hours ago Michael PaquierFix assertion failure with replication slot release... master github/master
10 hours ago Nathan BossartFix comment for MAX_SIMUL_LWLOCKS.
26 hours ago Amit KapilaFix self-deadlock during DROP SUBSCRIPTION.
27 hours ago Michael PaquierRefactor ReadMultiXactCounts() into GetMultiXactInfo()
31 hours ago Michael PaquierRemove useless pointer update in StatsShmemInit()
31 hours ago Richard GuoSimplify relation_has_unique_index_for()
31 hours ago Richard GuoPathify RHS unique-ification for semijoin planning
32 hours ago Michael PaquierRemove unneeded header declarations in multixact.c
33 hours ago David RowleyRemove HASH_DEBUG output from dynahash.c
33 hours ago David RowleyUse elog(DEBUG4) for dynahash.c statistics output
47 hours ago Peter EisentrautDetect buffer underflow in get_th()
2 days ago Michael PaquierMove SQL-callable code related to multixacts into its...
2 days ago Michael PaquierRefactor init_params() in sequence.c to not use FormDat...
4 days ago Masahiko SawadaFix typos in comments.
4 days ago Masahiko SawadaFix constant when extracting timestamp from UUIDv7.
5 days ago David RowleyFix invalid format string in HASH_DEBUG code
5 days ago David RowleyFix failing -D HASH_STATISTICS builds
5 days ago David RowleyAdd Asserts to validate prevbit values in bms_prev_member
5 days ago Álvaro HerreraAvoid including tableam.h and xlogreader.h in nbtree.h
5 days ago Tom LaneDon't leak memory during failure exit from SelectConfig...
5 days ago Heikki LinnakangasFix LSN format in debug message
6 days ago Michael PaquierFix compilation warning with SerializeClientConnectionI...
6 days ago Fujii MasaoRevert logical snapshot filename format change in SnapB...
6 days ago Tom LaneGrab the low-hanging fruit from forcing USE_FLOAT8_BYVA...
6 days ago Tom LaneGrab the low-hanging fruit from forcing sizeof(Datum...
6 days ago Tom LaneMake type Datum be 8 bytes wide everywhere.
6 days ago Tom LaneDon't treat EINVAL from semget() as a hard failure.
8 days ago Andres FreundReduce ExecSeqScan* code size using pg_assume()
8 days ago Andres Freundmeson: add and use stamp files for generated headers
9 days ago Dean RasheedFix security checks in selectivity estimation functions.
11 days ago Thomas MunroFix rare bug in read_stream.c's split IO handling.
11 days ago Tom LaneMop-up for Datum conversion cleanups.
11 days ago Peter EisentrautAdd missing Datum conversions
11 days ago Peter EisentrautRemove useless/superfluous Datum conversions
11 days ago Thomas MunroRemove obsolete comment.
11 days ago Etsuro FujitaFix oversight in FindTriggerIncompatibleWithInheritance.
12 days ago Etsuro FujitaDisallow collecting transition tuples from child foreig...
12 days ago Michael PaquierAdd information about "generation" when dropping twice...
12 days ago Dean RasheedExtend int128.h to support more numeric code.
12 days ago Alexander KorotkovFix checkpointer shared memory allocation
13 days ago Michael PaquierFix incorrect Datum conversion in timestamptz_trunc_int...
13 days ago Nathan BossartExpand usage of macros for protocol characters.
13 days ago Nathan BossartRename transformRelOptions()'s "namspace" parameter...
13 days ago Peter EisentrautRemove INT64_HEX_FORMAT and UINT64_HEX_FORMAT
2025-08-05 Masahiko SawadaSuppress maybe-uninitialized warning.
2025-08-05 Tom LaneFix incorrect return value in brin_minmax_multi_distanc...
2025-08-05 Masahiko SawadaAdd backup_type column to pg_stat_progress_basebackup.
2025-08-05 Jeff DavisDon't copy datlocale from template unless provider...
2025-08-05 Tom LaneMop-up for commit e035863c9.
2025-08-05 Peter EisentrautFix varatt versus Datum type confusions
2025-08-05 Peter EisentrautFix various hash function uses
2025-08-05 Amit KapilaThrow ERROR when publish_generated_columns is specified...
2025-08-05 Peter EisentrautFix mixups of FooGetDatum() vs. DatumGetFoo()
2025-08-04 Fujii MasaoAvoid unexpected shutdown when sync_replication_slots...
2025-08-04 David RowleyFix incorrect comment regarding mod_since_analyze
2025-08-04 Amit KapilaDetect and report update_deleted conflicts.
2025-08-03 Tom LaneTake a little more care in set_backtrace().
2025-08-03 Tom LaneAvoid leakage of zero-length arrays in partition_bounds...
2025-08-03 Tom LaneSilence complaints about leaks in PlanCacheComputeResul...
2025-08-03 Tom LaneSuppress complaints about leaks in TS dictionary loading.
2025-08-03 Tom LaneSilence Valgrind leakage complaints in more-or-less...
2025-08-03 Tom LaneFix assorted pretty-trivial memory leaks in the backend.
2025-08-03 Tom LaneFix MemoryContextAllocAligned's interaction with Valgrind.
2025-08-03 Tom LaneImprove our support for Valgrind's leak tracking.
2025-08-02 Michael PaquierFix use-after-free with INSERT ON CONFLICT changes...
2025-08-01 Nathan BossartAllow resetting unknown custom GUCs with reserved prefixes.
2025-08-01 Masahiko SawadaFix typo in AutoVacLauncherMain().
2025-08-01 Amit KapilaFix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLI...
2025-07-31 Michael PaquierRename CachedPlanType to PlannedStmtOrigin for PlannedStmt
2025-07-29 Heikki LinnakangasHandle cancel requests with PID 0 gracefully
2025-07-29 Tom LaneDon't put library-supplied -L/-I switches before user...
2025-07-29 Peter EisentrautUpdate comment
2025-07-29 Tom LaneRemove unnecessary complication around xmlParseBalanced...
2025-07-29 Robert HaasRun pgindent.
2025-07-29 David RowleyDisplay Memoize planner estimates in EXPLAIN
2025-07-28 Tom LaneAvoid regression in the size of XML input that we will...
2025-07-28 Robert HaasRemove misleading hint for "unexpected data beyond...
2025-07-28 Robert HaasAvoid throwing away the error message in syncrep_yyerror.
2025-07-27 Michael PaquierFix performance regression with flush of pending fixed...
2025-07-27 Alexander KorotkovProcess sync requests incrementally in AbsorbSyncRequests
2025-07-27 Michael PaquierAdd assertions for all the required index AM callbacks
2025-07-25 Tom LaneReap the benefits of not having to avoid leaking PGresults.
2025-07-25 Tom LaneCreate infrastructure to reliably prevent leakage of...
2025-07-25 Tom LaneFix dynahash's HASH_FIXED_SIZE ("isfixed") option.
2025-07-25 Álvaro HerreraRefactor grammar to create opt_utility_option_list
2025-07-25 Fujii MasaoFix background worker not restarting after crash-and...
2025-07-25 Michael PaquierFix assertion failure with latch wait in single-user...
2025-07-24 Nathan BossartFix return value of visibilitymap_get_status().
2025-07-24 Michael PaquierIntroduce field tracking cached plan type in PlannedStmt
2025-07-23 Tom LaneFix build breakage on Solaris-alikes with late-model...
2025-07-23 Nathan BossartCross-check lists of built-in LWLock tranches.
2025-07-23 Nathan BossartUse PqMsg_* macros in walsender.c
2025-07-23 Amit KapilaPreserve conflict-relevant data during logical replication.
2025-07-22 Fujii MasaoRemove translation marker from libpq-be-fe-helpers.h.
2025-07-22 Andres Freundaio: Fix assertion, clarify README
2025-07-22 Fujii MasaoLog remote NOTICE, WARNING, and similar messages using...
2025-07-22 Richard GuoReduce "Var IS [NOT] NULL" quals during constant folding
2025-07-22 Richard GuoCentralize collection of catalog info needed early...
2025-07-22 Richard GuoExpand virtual generated columns before sublink pull-up
2025-07-19 Tom LaneMostly-cosmetic adjustments to estimate_multivariate_bu...
next