]> granicus.if.org Git - postgresql/history - src/backend/storage
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / backend / storage /
2019-10-19 Peter EisentrautFix most -Wundef warnings
2019-10-19 Noah MischUse standard compare_exchange loop style in ProcArrayGr...
2019-10-16 Alvaro HerreraFix crash when reporting CREATE INDEX progress
2019-10-04 Robert HaasRename some toasting functions based on whether they...
2019-09-24 Fujii MasaoSpeedup truncations of relation forks.
2019-09-23 Peter EisentrautMessage style fixes
2019-09-18 Fujii MasaoRemove unused smgrdounlinkfork() function.
2019-09-11 Tom LaneRearrange postmaster's startup sequence for better...
2019-09-05 Tom LaneUse data directory inode number, not port, to select...
2019-09-05 Robert HaasSplit tuptoaster.c into three separate files.
2019-08-19 Michael PaquierFix inconsistencies and typos in the tree, take 11
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 Tom LaneFix busted logic for parallel lock grouping in TopoSort().
2019-07-29 Michael PaquierFix inconsistencies and typos in the tree
2019-07-28 Michael PaquierFix typo in fd.c
2019-07-22 David RowleyUse appendBinaryStringInfo in more places where the...
2019-07-22 Michael PaquierFix inconsistencies and typos in the tree
2019-07-17 Thomas MunroMove some md.c-specific logic from smgr.c to md.c.
2019-07-16 Michael PaquierFix inconsistencies and typos in the tree
2019-07-15 Tom LaneRepresent Lists as expansible arrays, not chains of...
2019-07-13 Thomas MunroForward received condition variable signals on cancel.
2019-07-13 Thomas MunroIntroduce timed waits for condition variables.
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-20 Thomas MunroRemove obsolete comments about sempahores from proc.c.
2019-06-17 Michael PaquierFix more typos and inconsistencies in the tree
2019-06-08 Amit KapilaFix assorted inconsistencies.
2019-06-03 Michael PaquierFix typos in various places
2019-05-29 Alvaro HerreraMake one message just like all its siblings.
2019-05-24 Thomas MunroFix typos.
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-05-22 Tom LaneInitial pgindent run for v12.
2019-05-18 Tom LaneMake BufFileCreateTemp() ensure that temp tablespaces...
2019-05-18 Andres Freundtableam: Don't assume that every AM uses md.c style...
2019-05-13 Peter GeogheganStandardize ItemIdData terminology.
2019-05-09 Thomas MunroFix SxactGlobalXmin tracking.
2019-05-07 Amit KapilaRevert "Avoid the creation of the free space map for...
2019-04-25 Fujii MasaoFix function names in comments.
2019-04-24 Alvaro HerreraUnify error messages
2019-04-17 Michael PaquierSimplify some ERROR paths clearing wait events and...
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-05 Thomas MunroFix bugs in mdsyncfiletag().
2019-04-04 Thomas MunroRefactor the fsync queue for wider use.
2019-04-04 Noah MischConsistently test for in-use shared memory.
2019-04-02 Alvaro HerreraPrevent use of uninitialized variable
2019-04-02 Alvaro HerreraReport progress of CREATE INDEX operations
2019-03-28 Thomas MunroAdd basic infrastructure for 64 bit transaction IDs.
2019-03-27 Tomas VondraTrack unowned relations in doubly-linked list
2019-03-25 Peter EisentrautAdd macro to cast away volatile without allowing change...
2019-03-16 Amit KapilaImprove code comments in b0eaa4c51b.
2019-03-15 Thomas MunroEnable parallel query with SERIALIZABLE isolation.
2019-03-11 Alvaro HerreraMove hash_any prototype from access/hash.h to utils...
2019-03-09 Magnus HaganderTrack block level checksum failures in pg_stat_database
2019-03-08 Michael PaquierTighten use of OpenTransientFile and CloseTransientFile
2019-03-07 Thomas MunroDrop the vestigial "smgr" type.
2019-03-04 Peter EisentrautRemove volatile from latch API
2019-03-01 Amit KapilaClear the local map when not used.
2019-02-25 Michael PaquierMake release of 2PC identifier and locks consistent...
2019-02-24 Thomas MunroTolerate EINVAL when calling fsync() on a directory.
2019-02-24 Thomas MunroTolerate ENOSYS failure from sync_file_range().
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-12 Michael PaquierMove max_wal_senders out of max_connections for connect...
2019-02-04 Amit KapilaAvoid creation of the free space map for small heap...
2019-02-03 Thomas MunroAdd shared_memory_type GUC.
2019-01-28 Amit KapilaRevert "Avoid creation of the free space map for small...
2019-01-28 Amit KapilaAvoid creation of the free space map for small heap...
2019-01-28 Amit KapilaIn bootstrap mode, don't allow the creation of files...
2019-01-22 Andres FreundMove remaining code from tqual.[ch] to heapam.h / heapa...
2019-01-21 Andres FreundRemove superfluous tqual.h includes.
2019-01-21 Andres FreundReplace uses of heap_open et al with the corresponding...
2019-01-21 Andres FreundReplace heapam.h includes with {table, relation}.h...
2019-01-10 Michael PaquierFix grammar mistakes in md.c
2019-01-02 Bruce MomjianUpdate copyright for 2019
2019-01-01 Michael PaquierRemove configure switch --disable-strong-random
2018-11-28 Peter GeogheganHave BufFileSize() ereport() on FileSize() failure.
2018-11-27 Thomas MunroDon't count zero-filled buffers as 'read' in EXPLAIN.
2018-11-23 Thomas MunroAdd WL_EXIT_ON_PM_DEATH pseudo-event.
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-11-19 Tom LaneHandle EPIPE more sanely when we close a pipe reading...
2018-11-19 Thomas MunroPANIC on fsync() failure.
2018-11-19 Thomas MunroDon't forget about failed fsync() requests.
2018-11-15 Thomas MunroUse 64 bit type for BufFileSize().
2018-11-13 Amit KapilaFix the initialization of atomic variables introduced...
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 set-but-unused variable.
2018-11-06 Thomas MunroUse pg_pread() and pg_pwrite() for data files and WAL.
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-16 Andres FreundCorrect constness of a few variables.
2018-10-14 Michael PaquierAvoid duplicate XIDs at recovery when building initial...
2018-10-04 Michael PaquierRefactor user-facing SQL functions signalling backends
2018-10-01 Tom LaneAdd assertions that we hold some relevant lock during...
2018-09-22 Alexander KorotkovReplace CAS loop with single TAS in ProcArrayGroupClear...
next