]> granicus.if.org Git - postgresql/history - src/backend/storage/ipc
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / backend / storage / ipc /
2019-10-19 Noah MischUse standard compare_exchange loop style in ProcArrayGr...
2019-09-05 Tom LaneUse data directory inode number, not port, to select...
2019-08-13 Michael PaquierFix inconsistencies and typos in the tree, take 10
2019-08-05 Michael PaquierFix inconsistencies and typos in the tree, take 9
2019-07-31 Andres FreundRemove superfluous newlines in function prototypes.
2019-07-29 Michael PaquierFix inconsistencies and typos in the tree
2019-07-22 Michael PaquierFix inconsistencies and typos in the tree
2019-07-08 Michael PaquierFix inconsistencies in the code
2019-07-07 Peter EisentrautUse consistent style for checking return from system...
2019-07-01 Michael PaquierFix many typos and inconsistencies
2019-06-17 Michael PaquierFix more typos and inconsistencies in the tree
2019-06-03 Michael PaquierFix typos in various places
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-05-22 Tom LaneInitial pgindent run for v12.
2019-04-24 Alvaro HerreraUnify error messages
2019-04-13 Noah MischConsistently test for in-use shared memory.
2019-04-05 Noah MischRevert "Consistently test for in-use shared memory."
2019-04-04 Noah MischConsistently test for in-use shared memory.
2019-04-02 Alvaro HerreraReport progress of CREATE INDEX operations
2019-03-28 Thomas MunroAdd basic infrastructure for 64 bit transaction IDs.
2019-03-25 Peter EisentrautAdd macro to cast away volatile without allowing change...
2019-03-08 Michael PaquierTighten use of OpenTransientFile and CloseTransientFile
2019-03-04 Peter EisentrautRemove volatile from latch API
2019-02-17 Thomas MunroFix race in dsm_unpin_segment() when handles are reused.
2019-02-15 Thomas MunroFix race in dsm_attach() when handles are reused.
2019-02-03 Thomas MunroAdd shared_memory_type GUC.
2019-01-22 Andres FreundMove remaining code from tqual.[ch] to heapam.h / heapa...
2019-01-02 Bruce MomjianUpdate copyright for 2019
2019-01-01 Michael PaquierRemove configure switch --disable-strong-random
2018-11-23 Thomas MunroAdd WL_EXIT_ON_PM_DEATH pseudo-event.
2018-11-11 Andres FreundRemove volatiles from {procarray,volatile}.c and fix...
2018-11-10 Andres FreundCombine two flag tests in GetSnapshotData().
2018-11-06 Thomas MunroRemove some remaining traces of dsm_resize().
2018-11-06 Thomas MunroRemove dsm_resize() and dsm_remap().
2018-11-02 Magnus HaganderFix spelling errors and typos in comments
2018-10-14 Michael PaquierAvoid duplicate XIDs at recovery when building initial...
2018-10-04 Michael PaquierRefactor user-facing SQL functions signalling backends
2018-09-22 Alexander KorotkovReplace CAS loop with single TAS in ProcArrayGroupClear...
2018-09-19 Tom LaneDon't ignore locktable-full failures in StandbyAcquireA...
2018-09-18 Thomas MunroAllow DSM allocation to be interrupted.
2018-09-08 Michael PaquierRemove duplicated words split across lines in comments
2018-09-07 Tom LaneFix longstanding recursion hazard in sinval message...
2018-07-12 Peter EisentrautReset shmem_exit_inprogress after shmem_exit()
2018-07-11 Alexander KorotkovFix wrong file path in header comment
2018-07-11 Thomas MunroUse signals for postmaster death on FreeBSD.
2018-07-11 Thomas MunroUse signals for postmaster death on Linux.
2018-07-10 Peter EisentrautRemove dynamic_shared_memory_type=none
2018-06-30 Andrew Dunstanpgindent run prior to branching
2018-06-26 Thomas MunroMove RecoveryLockList into a hash table.
2018-06-16 Simon RiggsRemove AELs from subxids correctly on standby
2018-06-14 Simon RiggsRemove spurious code comments in standby related code
2018-06-14 Simon RiggsRemove cut-off bug from RunningTransactionData
2018-06-07 Simon RiggsExclude VACUUMs from RunningXactData
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-04-10 Tom LaneFix incorrect close() call in dsm_impl_mmap().
2018-04-09 Magnus HaganderRevert "Allow on-line enabling and disabling of data...
2018-04-07 Stephen FrostRefactor dir/file permissions
2018-04-05 Magnus HaganderAllow on-line enabling and disabling of data checksums
2018-04-01 Tom LaneFix a boatload of typos in C comments.
2018-03-29 Bruce MomjianC comment: fix wording about shared memory message...
2018-03-05 Robert Haasshm_mq: Fix detach race condition.
2018-03-02 Robert Haasshm_mq: Have the receiver set the sender's less frequently.
2018-03-02 Robert Haasshm_mq: Reduce spinlock usage.
2018-03-02 Andres FreundRemove volatile qualifiers from shm_mq.c.
2018-02-20 Magnus HaganderFix typo
2018-02-19 Tom LaneRemove bogus "extern" annotations on function definitions.
2018-02-16 Peter EisentrautFix crash when canceling parallel query
2018-01-11 Peter EisentrautFix Latin spelling
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-12-21 Alvaro HerreraFix typo
2017-12-04 Tom LaneClean up assorted messiness around AllocateDir() usage.
2017-11-30 Andres FreundAdd a barrier primitive for synchronizing backends.
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-11-07 Robert HaasFix typo in comment.
2017-09-26 Tom LaneFix failure-to-read-man-page in commit 899bd785c.
2017-09-25 Tom LaneAvoid SIGBUS on Linux when a DSM memory request overrun...
2017-09-23 Peter EisentrautRefactor new file permission handling
2017-09-07 Peter EisentrautReduce excessive dereferencing of function pointers
2017-08-31 Tom LaneClean up shm_mq cleanup.
2017-08-16 Heikki LinnakangasFix shm_toc.c to always return buffer-aligned memory.
2017-08-16 Peter EisentrautInitialize replication_slot_catalog_xmin in procarray
2017-08-15 Tom LaneDistinguish wait-for-connection from wait-for-write...
2017-08-14 Tom LaneFinal pgindent + perltidy run for v10.
2017-08-11 Peter EisentrautRemove uses of "slave" in replication contexts
2017-07-13 Heikki LinnakangasFix race between GetNewTransactionId and GetOldestActiv...
2017-07-12 Heikki LinnakangasFix variable and type name in comment.
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-06-14 Andres FreundDon't force-assign transaction id when exporting a...
2017-06-13 Peter EisentrautFix typo
2017-06-09 Peter EisentrautFix typo
2017-06-06 Andres FreundPrevent possibility of panics during shutdown checkpoint.
2017-06-06 Peter EisentrautIgnore WL_POSTMASTER_DEATH latch event in single user...
2017-06-05 Tom LaneCode review for shm_toc.h/.c.
2017-06-05 Tom LaneDon't be so trusting that shm_toc_lookup() will always...
2017-04-27 Tom LaneCope with glibc too old to have epoll_create1().
2017-04-27 Andres FreundPreserve required !catalog tuples while computing initi...
2017-04-27 Tom LaneMake latch.c more paranoid about child-process cases.
2017-04-27 Simon RiggsRework handling of subtransactions in 2PC recovery
next