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
2022-07-28
Clean up some residual confusion between OIDs and RelFileNumbers.
Robert Haas
2022-07-27
Convert macros to static inline functions (buf_internals.h)
Robert Haas
2022-07-21
Add missing space in comments.
Amit Kapila
2022-07-15
Support gcc -fkeep-inline-functions
Peter Eisentraut
2022-07-13
Avoid unsatisfied-external-reference errors in static inlines.
Tom Lane
2022-07-13
Convert macros to static inline functions (bufmgr.h)
Peter Eisentraut
2022-07-13
Convert macros to static inline functions (itemptr.h)
Peter Eisentraut
2022-07-12
Rename some functions to mention Relation instead of RelFileLocator.
Robert Haas
2022-07-12
Further tidy-up for old CPU architectures.
Thomas Munro
2022-07-11
Convert macros to static inline functions (bufpage.h)
Peter Eisentraut
2022-07-11
Fix lock assertions in dshash.c.
Thomas Munro
2022-07-11
Tidy up claimed supported CPUs and OSes.
Thomas Munro
2022-07-08
Remove HP/Intel Itanium support.
Thomas Munro
2022-07-08
Remove HP-UX port.
Thomas Munro
2022-07-07
Convert macros to static inline functions (block.h)
Peter Eisentraut
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-05
Revert 019_replslot_limit.pl related debugging aids.
Andres Freund
2022-07-05
Remove durable_rename_excl()
Michael Paquier
2022-05-31
shm_mq_sendv: Fix flushing bug when receiver not yet attached.
Robert Haas
2022-05-19
Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGS
Alvaro Herrera
2022-05-12
Add missing 'extern' to function prototypes.
Andres Freund
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-05-07
Rethink PROCSIGNAL_BARRIER_SMGRRELEASE.
Thomas Munro
2022-04-28
Revert recent changes with durable_rename_excl()
Michael Paquier
2022-04-28
Remove durable_rename_excl()
Michael Paquier
2022-04-15
Tighten ComputeXidHorizons' handling of walsenders.
Tom Lane
2022-04-08
Rename delayChkpt to delayChkptFlags.
Robert Haas
2022-04-08
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-04-06
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
Use ISB as a spin-delay instruction on ARM64.
Tom Lane
2022-03-29
Add new block-by-block strategy for CREATE DATABASE.
Robert Haas
2022-03-24
Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.
Robert Haas
2022-03-03
Remove some pointless code in block.h.
Tom Lane
2022-03-03
Fix bogus casting in BlockIdGetBlockNumber().
Tom Lane
2022-02-25
Add further debug info to help debug 019_replslot_limit.pl failures.
Andres Freund
2022-02-14
Add WL_SOCKET_CLOSED for socket shutdown events.
Thomas Munro
2022-02-12
Fix DROP {DATABASE,TABLESPACE} on Windows.
Thomas Munro
2022-01-07
Update copyright for 2022
Bruce Momjian
2022-01-03
Use MaxLockMode symbol in more places.
Tom Lane
2021-12-16
Change ProcSendSignal() to take pgprocno.
Thomas Munro
2021-11-19
Fix parallel operations that prevent oldest xmin from advancing.
Amit Kapila
2021-10-23
Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.
Noah Misch
2021-10-14
shm_mq: Update mq_bytes_written less often.
Robert Haas
2021-09-21
Introduce GUC shared_memory_size_in_huge_pages
Michael Paquier
2021-09-08
Introduce GUC shared_memory_size
Michael Paquier
2021-09-06
Move the shared memory size calculation to its own function
Michael Paquier
2021-09-02
Optimize fileset usage in apply worker.
Amit Kapila
2021-08-30
Refactor sharedfileset.c to separate out fileset implementation.
Amit Kapila
2021-08-13
Add RISC-V spinlock support in s_lock.h.
Tom Lane
2021-08-07
Move temporary file cleanup to before_shmem_exit().
Andres Freund
[next]