projects
/
postgresql.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Reorder XLogNeedsFlush() checks to be more consistent
[postgresql.git]
/
src
/
backend
/
access
/
transam
/
7 hours ago
Michael Paquier
Reorder XLogNeedsFlush() checks to be more consistent
master
github/master
tree
|
commitdiff
4 days ago
Daniel Gustafsson
Remove preprocessor guards from injection points
tree
|
commitdiff
4 days ago
Álvaro Herrera
Don't include execnodes.h in replication/conflict.h
tree
|
commitdiff
5 days ago
Peter Eisentraut
Remove PointerIsValid()
tree
|
commitdiff
11 days ago
Michael Paquier
Make XLogFlush() and XLogNeedsFlush() decision-making...
tree
|
commitdiff
2025-09-09
Michael Paquier
Fix leak with SMgrRelations in startup process
tree
|
commitdiff
2025-09-08
Amit Kapila
Add test to prevent premature removal of conflict-relev...
tree
|
commitdiff
2025-09-08
Amit Kapila
Post-commit review fixes for 228c370868.
tree
|
commitdiff
2025-09-05
Michael Paquier
Fix outdated comments in slru.c
tree
|
commitdiff
2025-09-05
Michael Paquier
Change pg_lsn_in_internal() to use soft error reporting
tree
|
commitdiff
2025-09-03
Michael Paquier
Update outdated references to the SLRU ControlLock
tree
|
commitdiff
2025-09-02
Michael Paquier
Generate pgstat_count_slru*() functions for slru using...
tree
|
commitdiff
2025-08-29
Peter Eisentraut
Remove unneeded casts of BufferGetPage() result
tree
|
commitdiff
2025-08-28
Álvaro Herrera
Avoid including commands/dbcommands.h in so many places
tree
|
commitdiff
2025-08-22
Alexander Korotkov
Revert "Get rid of WALBufMappingLock"
tree
|
commitdiff
2025-08-19
Michael Paquier
Refactor ReadMultiXactCounts() into GetMultiXactInfo()
tree
|
commitdiff
2025-08-18
Michael Paquier
Remove unneeded header declarations in multixact.c
tree
|
commitdiff
2025-08-18
Michael Paquier
Move SQL-callable code related to multixacts into its...
tree
|
commitdiff
2025-08-13
Tom Lane
Grab the low-hanging fruit from forcing USE_FLOAT8_BYVA...
tree
|
commitdiff
2025-08-05
Peter Eisentraut
Fix mixups of FooGetDatum() vs. DatumGetFoo()
tree
|
commitdiff
2025-08-03
Tom Lane
Fix assorted pretty-trivial memory leaks in the backend.
tree
|
commitdiff
2025-07-27
Michael Paquier
Fix performance regression with flush of pending fixed...
tree
|
commitdiff
2025-07-23
Amit Kapila
Preserve conflict-relevant data during logical replication.
tree
|
commitdiff
2025-07-19
Alexander Korotkov
Fix infinite wait when reading a partially written...
tree
|
commitdiff
2025-07-12
Nathan Bossart
Remove XLogCtl->ckptFullXid.
tree
|
commitdiff
2025-07-11
Nathan Bossart
Rename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST.
tree
|
commitdiff
2025-07-11
Nathan Bossart
Rename CHECKPOINT_FLUSH_ALL to CHECKPOINT_FLUSH_UNLOGGED.
tree
|
commitdiff
2025-07-11
Amit Kapila
Fix the handling of two GUCs during upgrade.
tree
|
commitdiff
2025-07-07
Álvaro Herrera
Refactor some repetitive SLRU code
tree
|
commitdiff
2025-07-07
Álvaro Herrera
Standardize LSN formatting by zero padding
tree
|
commitdiff
2025-07-07
Michael Paquier
Integrate FullTransactionIds deeper into two-phase...
tree
|
commitdiff
2025-07-04
Michael Paquier
Disable commit timestamps during bootstrap
tree
|
commitdiff
2025-07-03
Michael Paquier
Improve checks for GUC recovery_target_timeline
tree
|
commitdiff
2025-06-14
Alexander Korotkov
Add TAP tests to check replication slot advance during...
tree
|
commitdiff
2025-06-08
Etsuro Fujita
Revert "postgres_fdw: Inherit the local transaction...
tree
|
commitdiff
2025-06-01
Etsuro Fujita
postgres_fdw: Inherit the local transaction's access...
tree
|
commitdiff
2025-05-09
Michael Paquier
Add support for runtime arguments in injection points
tree
|
commitdiff
2025-04-30
David Rowley
Fix a couple of comment typos
tree
|
commitdiff
2025-04-19
Michael Paquier
Fix typos and grammar in the code
tree
|
commitdiff
2025-04-02
Alexander Korotkov
Get rid of WALBufMappingLock
tree
|
commitdiff
2025-04-02
Fujii Masao
Improve error message when standby does accept connections.
tree
|
commitdiff
2025-03-29
Peter Eisentraut
Use PRI?64 instead of "ll?" in format strings (continued).
tree
|
commitdiff
2025-03-27
Daniel Gustafsson
Fix guc_malloc calls for consistency and OOM checks
tree
|
commitdiff
2025-03-17
Andres Freund
aio: Basic subsystem initialization
tree
|
commitdiff
2025-03-16
Michael Paquier
Revert "Add redo LSN to pgstats files"
tree
|
commitdiff
2025-03-13
Peter Eisentraut
pg_noreturn to replace pg_attribute_noreturn()
tree
|
commitdiff
2025-03-05
Heikki Linnakangas
Rename some signal and interrupt handling functions...
tree
|
commitdiff
2025-03-04
Heikki Linnakangas
Fix outdated comment
tree
|
commitdiff
2025-03-03
Tomas Vondra
Allow parallel CREATE INDEX for GIN indexes
tree
|
commitdiff
2025-02-26
Michael Paquier
Improve FATAL message for invalid TLI history at recovery
tree
|
commitdiff
2025-02-26
Michael Paquier
Re-add GUC track_wal_io_timing
tree
|
commitdiff
2025-02-25
Andres Freund
Change relpath() et al to return path by value
tree
|
commitdiff
2025-02-24
Michael Paquier
Remove read/sync fields from pg_stat_wal and GUC track_...
tree
|
commitdiff
2025-02-21
Masahiko Sawada
Add default_char_signedness field to ControlFileData.
tree
|
commitdiff
2025-02-20
Peter Eisentraut
Remove various unnecessary (char *) casts
tree
|
commitdiff
2025-02-20
Michael Paquier
Fix FATAL message for invalid recovery timeline at...
tree
|
commitdiff
2025-02-19
Amit Kapila
Invalidate inactive replication slots.
tree
|
commitdiff
2025-02-17
Alexander Korotkov
Revert: Get rid of WALBufMappingLock
tree
|
commitdiff
2025-02-17
Michael Paquier
Move wal_buffers_full from PgStat_PendingWalStats to...
tree
|
commitdiff
2025-02-17
Alexander Korotkov
Get rid of WALBufMappingLock
tree
|
commitdiff
2025-02-14
Nathan Bossart
Use PqMsg_Progress macro in HandleParallelMessage().
tree
|
commitdiff
2025-02-13
Peter Eisentraut
Remove unnecessary (char *) casts [xlog]
tree
|
commitdiff
2025-02-13
Peter Eisentraut
XLogRegisterData, XLogRegisterBufData void * argument...
tree
|
commitdiff
2025-02-12
Peter Eisentraut
Remove unnecessary (char *) casts [mem]
tree
|
commitdiff
2025-02-04
Michael Paquier
Add data for WAL in pg_stat_io and backend statistics
tree
|
commitdiff
2025-02-03
Michael Paquier
Fix typo in xlog.c
tree
|
commitdiff
2025-01-25
Noah Misch
Merge copies of converting an XID to a FullTransactionId.
tree
|
commitdiff
2025-01-20
Peter Eisentraut
Add some more use of Page/PageData rather than char *
tree
|
commitdiff
2025-01-20
Michael Paquier
Fix header check for continuation records where standby...
tree
|
commitdiff
2025-01-17
Michael Paquier
Revert recent changes related to handling of 2PC files...
tree
|
commitdiff
2025-01-09
Álvaro Herrera
Fix SLRU bank selection code
tree
|
commitdiff
2025-01-06
Nathan Bossart
Allow changing autovacuum_max_workers without restarting.
tree
|
commitdiff
2025-01-01
David Rowley
Fix an assortment of spelling mistakes and typos
tree
|
commitdiff
2025-01-01
Bruce Momjian
Update copyright for 2025
tree
|
commitdiff
2024-12-30
Michael Paquier
Fix failures with incorrect epoch handling for 2PC...
tree
|
commitdiff
2024-12-29
Michael Paquier
Fix handling of orphaned 2PC files in the future at...
tree
|
commitdiff
2024-12-28
Tom Lane
Replace PGPROC.isBackgroundWorker with isRegularBackend.
tree
|
commitdiff
2024-12-28
Tom Lane
Exclude parallel workers from connection privilege...
tree
|
commitdiff
2024-12-19
Melanie Plageman
Remove final mention of FREEZE_PAGE from comments
tree
|
commitdiff
2024-12-06
Jeff Davis
Comment fix: "buffer context lock" to "buffer content...
tree
|
commitdiff
2024-11-28
Peter Eisentraut
Remove useless casts to (void *)
tree
|
commitdiff
2024-11-27
Álvaro Herrera
Make GUC_check_errdetail messages full sentences
tree
|
commitdiff
2024-11-27
Michael Paquier
Handle better implicit transaction state of pipeline...
tree
|
commitdiff
2024-11-11
Tom Lane
Fix improper interactions between session_authorization...
tree
|
commitdiff
2024-11-08
Tom Lane
Improve fix for not entering parallel mode when holding...
tree
|
commitdiff
2024-11-04
Alexander Korotkov
Revert pg_wal_replay_wait() stored procedure
tree
|
commitdiff
2024-11-01
Heikki Linnakangas
Rename two functions that wake up other processes
tree
|
commitdiff
2024-11-01
Heikki Linnakangas
Use ProcNumbers instead of direct Latch pointers to...
tree
|
commitdiff
2024-10-28
Peter Eisentraut
Fix WAL_DEBUG build
tree
|
commitdiff
2024-10-27
Peter Eisentraut
Remove unused #include's from backend .c files
tree
|
commitdiff
2024-10-25
Noah Misch
For inplace update, send nontransactional invalidations.
tree
|
commitdiff
2024-10-24
Noah Misch
Fix parallel worker tracking of new catalog relfilenumbers.
tree
|
commitdiff
2024-10-24
Alexander Korotkov
Add 'no_error' argument to pg_wal_replay_wait()
tree
|
commitdiff
2024-10-24
Alexander Korotkov
Refactor WaitForLSNReplay() to return the result of...
tree
|
commitdiff
2024-10-24
Alexander Korotkov
Make WaitForLSNReplay() issue FATAL on postmaster death
tree
|
commitdiff
2024-10-24
Alexander Korotkov
Move LSN waiting declarations and definitions to better...
tree
|
commitdiff
2024-10-24
Alexander Korotkov
Avoid looping over all type cache entries in TypeCacheR...
tree
|
commitdiff
2024-10-04
Peter Eisentraut
Rename PageData to GenericXLogPageData
tree
|
commitdiff
2024-10-02
Fujii Masao
Fix inconsistent reporting of checkpointer stats.
tree
|
commitdiff
2024-10-01
Michael Paquier
Fix race condition in COMMIT PREPARED causing orphaned...
tree
|
commitdiff
next