Reorder XLogNeedsFlush() checks to be more consistent
[postgresql.git] / src / backend / access / transam /
7 hours ago Michael PaquierReorder XLogNeedsFlush() checks to be more consistent master github/master
4 days ago Daniel GustafssonRemove preprocessor guards from injection points
4 days ago Álvaro HerreraDon't include execnodes.h in replication/conflict.h
5 days ago Peter EisentrautRemove PointerIsValid()
11 days ago Michael PaquierMake XLogFlush() and XLogNeedsFlush() decision-making...
2025-09-09 Michael PaquierFix leak with SMgrRelations in startup process
2025-09-08 Amit KapilaAdd test to prevent premature removal of conflict-relev...
2025-09-08 Amit KapilaPost-commit review fixes for 228c370868.
2025-09-05 Michael PaquierFix outdated comments in slru.c
2025-09-05 Michael PaquierChange pg_lsn_in_internal() to use soft error reporting
2025-09-03 Michael PaquierUpdate outdated references to the SLRU ControlLock
2025-09-02 Michael PaquierGenerate pgstat_count_slru*() functions for slru using...
2025-08-29 Peter EisentrautRemove unneeded casts of BufferGetPage() result
2025-08-28 Álvaro HerreraAvoid including commands/dbcommands.h in so many places
2025-08-22 Alexander KorotkovRevert "Get rid of WALBufMappingLock"
2025-08-19 Michael PaquierRefactor ReadMultiXactCounts() into GetMultiXactInfo()
2025-08-18 Michael PaquierRemove unneeded header declarations in multixact.c
2025-08-18 Michael PaquierMove SQL-callable code related to multixacts into its...
2025-08-13 Tom LaneGrab the low-hanging fruit from forcing USE_FLOAT8_BYVA...
2025-08-05 Peter EisentrautFix mixups of FooGetDatum() vs. DatumGetFoo()
2025-08-03 Tom LaneFix assorted pretty-trivial memory leaks in the backend.
2025-07-27 Michael PaquierFix performance regression with flush of pending fixed...
2025-07-23 Amit KapilaPreserve conflict-relevant data during logical replication.
2025-07-19 Alexander KorotkovFix infinite wait when reading a partially written...
2025-07-12 Nathan BossartRemove XLogCtl->ckptFullXid.
2025-07-11 Nathan BossartRename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST.
2025-07-11 Nathan BossartRename CHECKPOINT_FLUSH_ALL to CHECKPOINT_FLUSH_UNLOGGED.
2025-07-11 Amit KapilaFix the handling of two GUCs during upgrade.
2025-07-07 Álvaro HerreraRefactor some repetitive SLRU code
2025-07-07 Álvaro HerreraStandardize LSN formatting by zero padding
2025-07-07 Michael PaquierIntegrate FullTransactionIds deeper into two-phase...
2025-07-04 Michael PaquierDisable commit timestamps during bootstrap
2025-07-03 Michael PaquierImprove checks for GUC recovery_target_timeline
2025-06-14 Alexander KorotkovAdd TAP tests to check replication slot advance during...
2025-06-08 Etsuro FujitaRevert "postgres_fdw: Inherit the local transaction...
2025-06-01 Etsuro Fujitapostgres_fdw: Inherit the local transaction's access...
2025-05-09 Michael PaquierAdd support for runtime arguments in injection points
2025-04-30 David RowleyFix a couple of comment typos
2025-04-19 Michael PaquierFix typos and grammar in the code
2025-04-02 Alexander KorotkovGet rid of WALBufMappingLock
2025-04-02 Fujii MasaoImprove error message when standby does accept connections.
2025-03-29 Peter EisentrautUse PRI?64 instead of "ll?" in format strings (continued).
2025-03-27 Daniel GustafssonFix guc_malloc calls for consistency and OOM checks
2025-03-17 Andres Freundaio: Basic subsystem initialization
2025-03-16 Michael PaquierRevert "Add redo LSN to pgstats files"
2025-03-13 Peter Eisentrautpg_noreturn to replace pg_attribute_noreturn()
2025-03-05 Heikki LinnakangasRename some signal and interrupt handling functions...
2025-03-04 Heikki LinnakangasFix outdated comment
2025-03-03 Tomas VondraAllow parallel CREATE INDEX for GIN indexes
2025-02-26 Michael PaquierImprove FATAL message for invalid TLI history at recovery
2025-02-26 Michael PaquierRe-add GUC track_wal_io_timing
2025-02-25 Andres FreundChange relpath() et al to return path by value
2025-02-24 Michael PaquierRemove read/sync fields from pg_stat_wal and GUC track_...
2025-02-21 Masahiko SawadaAdd default_char_signedness field to ControlFileData.
2025-02-20 Peter EisentrautRemove various unnecessary (char *) casts
2025-02-20 Michael PaquierFix FATAL message for invalid recovery timeline at...
2025-02-19 Amit KapilaInvalidate inactive replication slots.
2025-02-17 Alexander KorotkovRevert: Get rid of WALBufMappingLock
2025-02-17 Michael PaquierMove wal_buffers_full from PgStat_PendingWalStats to...
2025-02-17 Alexander KorotkovGet rid of WALBufMappingLock
2025-02-14 Nathan BossartUse PqMsg_Progress macro in HandleParallelMessage().
2025-02-13 Peter EisentrautRemove unnecessary (char *) casts [xlog]
2025-02-13 Peter EisentrautXLogRegisterData, XLogRegisterBufData void * argument...
2025-02-12 Peter EisentrautRemove unnecessary (char *) casts [mem]
2025-02-04 Michael PaquierAdd data for WAL in pg_stat_io and backend statistics
2025-02-03 Michael PaquierFix typo in xlog.c
2025-01-25 Noah MischMerge copies of converting an XID to a FullTransactionId.
2025-01-20 Peter EisentrautAdd some more use of Page/PageData rather than char *
2025-01-20 Michael PaquierFix header check for continuation records where standby...
2025-01-17 Michael PaquierRevert recent changes related to handling of 2PC files...
2025-01-09 Álvaro HerreraFix SLRU bank selection code
2025-01-06 Nathan BossartAllow changing autovacuum_max_workers without restarting.
2025-01-01 David RowleyFix an assortment of spelling mistakes and typos
2025-01-01 Bruce MomjianUpdate copyright for 2025
2024-12-30 Michael PaquierFix failures with incorrect epoch handling for 2PC...
2024-12-29 Michael PaquierFix handling of orphaned 2PC files in the future at...
2024-12-28 Tom LaneReplace PGPROC.isBackgroundWorker with isRegularBackend.
2024-12-28 Tom LaneExclude parallel workers from connection privilege...
2024-12-19 Melanie PlagemanRemove final mention of FREEZE_PAGE from comments
2024-12-06 Jeff DavisComment fix: "buffer context lock" to "buffer content...
2024-11-28 Peter EisentrautRemove useless casts to (void *)
2024-11-27 Álvaro HerreraMake GUC_check_errdetail messages full sentences
2024-11-27 Michael PaquierHandle better implicit transaction state of pipeline...
2024-11-11 Tom LaneFix improper interactions between session_authorization...
2024-11-08 Tom LaneImprove fix for not entering parallel mode when holding...
2024-11-04 Alexander KorotkovRevert pg_wal_replay_wait() stored procedure
2024-11-01 Heikki LinnakangasRename two functions that wake up other processes
2024-11-01 Heikki LinnakangasUse ProcNumbers instead of direct Latch pointers to...
2024-10-28 Peter EisentrautFix WAL_DEBUG build
2024-10-27 Peter EisentrautRemove unused #include's from backend .c files
2024-10-25 Noah MischFor inplace update, send nontransactional invalidations.
2024-10-24 Noah MischFix parallel worker tracking of new catalog relfilenumbers.
2024-10-24 Alexander KorotkovAdd 'no_error' argument to pg_wal_replay_wait()
2024-10-24 Alexander KorotkovRefactor WaitForLSNReplay() to return the result of...
2024-10-24 Alexander KorotkovMake WaitForLSNReplay() issue FATAL on postmaster death
2024-10-24 Alexander KorotkovMove LSN waiting declarations and definitions to better...
2024-10-24 Alexander KorotkovAvoid looping over all type cache entries in TypeCacheR...
2024-10-04 Peter EisentrautRename PageData to GenericXLogPageData
2024-10-02 Fujii MasaoFix inconsistent reporting of checkpointer stats.
2024-10-01 Michael PaquierFix race condition in COMMIT PREPARED causing orphaned...
next