index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
storage
Age
Commit message (
Expand
)
Author
2020-10-28
Add CheckBuffer() to check on-disk pages without shared buffer loading
Michael Paquier
2020-10-26
Extend PageIsVerified() to handle more custom options
Michael Paquier
2020-09-25
Defer flushing of SLRU files.
Thomas Munro
2020-09-11
Don't run atexit callbacks during signal exits from ProcessStartupPacket.
Tom Lane
2020-09-04
C comment: correct use of 64-"byte" cache line size
Bruce Momjian
2020-08-26
Extend the BufFile interface.
Amit Kapila
2020-08-15
Prevent concurrent SimpleLruTruncate() for any given SLRU.
Noah Misch
2020-08-14
snapshot scalability: Move subxact info to ProcGlobal, remove PGXACT.
Andres Freund
2020-08-14
snapshot scalability: Move PGXACT->vacuumFlags to ProcGlobal->vacuumFlags.
Andres Freund
2020-08-14
snapshot scalability: Introduce dense array of in-progress xids.
Andres Freund
2020-08-13
snapshot scalability: Move PGXACT->xmin back to PGPROC.
Andres Freund
2020-08-12
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-11
Rename VariableCacheData.nextFullXid to nextXid.
Andres Freund
2020-08-07
Remove PROC_IN_ANALYZE and derived flags
Alvaro Herrera
2020-07-31
Preallocate some DSM space at startup.
Thomas Munro
2020-07-31
Cache smgrnblocks() results in recovery.
Thomas Munro
2020-07-30
Use a long lived WaitEventSet for WaitLatch().
Thomas Munro
2020-07-17
Add huge_page_size setting for use on Linux.
Thomas Munro
2020-07-08
code: replace 'master' with 'leader' where appropriate.
Andres Freund
2020-06-18
Clean up includes of s_lock.h.
Andres Freund
2020-06-17
Avoid potential spinlock in a signal handler as part of global barriers.
Andres Freund
2020-06-17
Remove STATUS_WAITING
Peter Eisentraut
2020-06-16
Make BufFileWrite() void.
Thomas Munro
2020-06-07
Spelling adjustments
Peter Eisentraut
2020-05-15
Drop the redundant "Lock" suffix from LWLock wait event names.
Tom Lane
2020-05-15
Rename assorted LWLock tranches.
Tom Lane
2020-05-15
Rename SLRU structures and associated LWLocks.
Tom Lane
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-10
Remove smgrdounlink() in smgr.c from the code tree
Michael Paquier
2020-04-08
Support PrefetchBuffer() in recovery.
Thomas Munro
2020-04-07
snapshot scalability: Move delayChkpt from PGXACT to PGPROC.
Andres Freund
2020-04-04
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-22
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-21
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-20
Allow relation extension lock to conflict among parallel group members.
Amit Kapila
2020-03-18
Assert that we don't acquire a heavyweight lock on another object after
Amit Kapila
2020-03-16
Introduce a maintenance_io_concurrency setting.
Thomas Munro
2020-03-16
Simplify the effective_io_concurrency setting.
Thomas Munro
2020-03-11
Remove HAVE_WORKING_LINK
Peter Eisentraut
2020-03-06
Fix page-level checksum calculation in checksum_impl.h
Michael Paquier
2020-03-05
Avoid -Wconversion warnings when using checksum_impl.h
Michael Paquier
2020-02-24
Account explicitly for long-lived FDs that are allocated outside fd.c.
Tom Lane
2020-02-03
Add declaration-level assertions for compile-time checks
Michael Paquier
2020-01-28
Remove dependency on HeapTuple from predicate locking functions.
Thomas Munro
2020-01-24
Add pg_file_sync() to adminpack extension.
Fujii Masao
2020-01-21
Add GUC variables for stat tracking and timeout as PGDLLIMPORT
Michael Paquier
2020-01-11
Remove STATUS_FOUND
Peter Eisentraut
2020-01-09
Add pg_shmem_allocations view.
Robert Haas
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-19
Extend the ProcSignal mechanism to support barriers.
Robert Haas
[next]