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
2024-11-14
Assign a child slot to every postmaster child process
Heikki Linnakangas
2024-11-12
Add missing word in comment
Amit Langote
2024-11-04
Revert pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-11-04
Split ProcSleep function into JoinWaitQueue and ProcSleep
Heikki Linnakangas
2024-11-01
Use ProcNumbers instead of direct Latch pointers to address other procs
Heikki Linnakangas
2024-10-25
For inplace update, send nontransactional invalidations.
Noah Misch
2024-10-08
bufmgr/smgr: Don't cross segment boundaries in StartReadBuffers()
Andres Freund
2024-10-08
Use an shmem_exit callback to remove backend from PMChildFlags on exit
Heikki Linnakangas
2024-10-05
Remove unneeded #include
Heikki Linnakangas
2024-10-01
Use macro to define the number of enum values
Peter Eisentraut
2024-09-24
For inplace update durability, make heap_update() callers wait.
Noah Misch
2024-09-21
Increase the number of fast-path lock slots
Tomas Vondra
2024-09-18
Allow ReadStream to be consumed as raw block numbers.
Thomas Munro
2024-09-03
Add block_range_read_stream_cb(), to deduplicate code.
Noah Misch
2024-09-03
Add const qualifiers to XLogRegister*() functions
Peter Eisentraut
2024-09-03
Fix typos and grammar in code comments and docs
Michael Paquier
2024-08-29
Rename some shared memory initialization routines
Heikki Linnakangas
2024-08-29
Refactor lock manager initialization to make it a bit less special
Heikki Linnakangas
2024-08-14
Apply PGDLLIMPORT markings to some GUC variables
Peter Eisentraut
2024-08-05
Fix typo in bufpage.h.
Amit Kapila
2024-08-02
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-07-30
Remove --disable-spinlocks.
Thomas Munro
2024-07-29
Move cancel key generation to after forking the backend
Heikki Linnakangas
2024-07-24
Move all extern declarations for GUC variables to header files
Peter Eisentraut
2024-07-23
Move extern declarations for EXEC_BACKEND to header files
Peter Eisentraut
2024-07-20
Add a way to create read stream object by using SMgrRelation.
Noah Misch
2024-07-20
Refactor PinBufferForBlock() to remove checks about persistence.
Noah Misch
2024-07-20
Remove "smgr_persistence == 0" dead code.
Noah Misch
2024-07-05
Lift limitation that PGPROC->links must be the first field
Heikki Linnakangas
2024-07-02
Improve some global variable declarations
Peter Eisentraut
2024-07-01
Remove support for HPPA (a/k/a PA-RISC) architecture.
Tom Lane
2024-06-27
Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX.
Noah Misch
2024-06-27
Add wait event type "InjectionPoint", a custom type like "Extension".
Noah Misch
2024-06-27
Fix MVCC bug with prepared xact with subxacts on standby
Heikki Linnakangas
2024-06-12
Harmonize function parameter names for Postgres 17.
Peter Geoghegan
2024-05-17
Remove unused typedefs
Peter Eisentraut
2024-04-18
Fix typos and duplicate words
Daniel Gustafsson
2024-04-11
Revert: Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-04-08
Add pg_buffercache_evict() function for testing.
Thomas Munro
2024-04-07
Use an LWLock instead of a spinlock in waitlsn.c
Alexander Korotkov
2024-04-06
Allow BufferAccessStrategy to limit pin count.
Thomas Munro
2024-04-02
Avoid deadlock during orphan temp table removal.
Tom Lane
2024-04-03
Provide API for streaming relation data.
Thomas Munro
2024-04-03
Provide vectored variant of ReadBuffer().
Thomas Munro
2024-04-02
Use TidStore for dead tuple TIDs storage during lazy vacuum.
Masahiko Sawada
2024-03-20
Rework lwlocknames.txt to become lwlocklist.h
Alvaro Herrera
2024-03-14
Allow a no-wait lock acquisition to succeed in more cases.
Robert Haas
2024-03-14
Fix false reports in pg_visibility
Alexander Korotkov
2024-03-03
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-03-03
Redefine backend ID to be an index into the proc array
Heikki Linnakangas
[next]