index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
ipc
Commit message (
Expand
)
Author
Age
*
Fix calculation of how much shared memory is required to store a TOC.
Fujii Masao
2021-01-15
*
Detect the deadlocks between backends and the startup process.
Fujii Masao
2021-01-06
*
Fix index deletion latestRemovedXid bug.
Peter Geoghegan
2020-12-30
*
Avoid invalid alloc size error in shm_mq
Peter Eisentraut
2020-10-20
*
Handle EACCES errors from kevent() better.
Thomas Munro
2020-10-15
*
Make WL_POSTMASTER_DEATH level-triggered on kqueue builds.
Thomas Munro
2020-10-15
*
Message fixes and style improvements
Peter Eisentraut
2020-09-14
*
Avoid potential spinlock in a signal handler as part of global barriers.
Andres Freund
2020-06-17
*
Spelling adjustments
Peter Eisentraut
2020-06-07
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Collect built-in LWLock tranche names statically, not dynamically.
Tom Lane
2020-05-14
*
Revert 0f5ca02f53
Alexander Korotkov
2020-04-08
*
snapshot scalability: Move delayChkpt from PGXACT to PGPROC.
Andres Freund
2020-04-07
*
Implement waiting for given lsn at transaction start
Alexander Korotkov
2020-04-07
*
Revert "Improve handling of parameter differences in physical replication"
Peter Eisentraut
2020-04-04
*
Add wait events for recovery conflicts.
Fujii Masao
2020-04-03
*
Fix assorted typos
Magnus Hagander
2020-03-31
*
Improve handling of parameter differences in physical replication
Peter Eisentraut
2020-03-30
*
Go back to returning int from ereport auxiliary functions.
Tom Lane
2020-03-25
*
Improve the internal implementation of ereport().
Tom Lane
2020-03-24
*
Don't use EV_CLEAR for kqueue events.
Thomas Munro
2020-03-18
*
Fix kqueue support under debugger on macOS.
Thomas Munro
2020-03-18
*
Refactor ps_status.c API
Peter Eisentraut
2020-03-11
*
Remove utils/acl.h from catalog/objectaddress.h
Peter Eisentraut
2020-03-10
*
Fix bug that causes to report waiting in PS display twice, in hot standby.
Fujii Masao
2020-03-10
*
Account explicitly for long-lived FDs that are allocated outside fd.c.
Tom Lane
2020-02-24
*
Add kqueue(2) support to the WaitEventSet API.
Thomas Munro
2020-02-05
*
Fix memory leak on DSM slot exhaustion.
Thomas Munro
2020-02-01
*
Report time spent in posix_fallocate() as a wait event.
Thomas Munro
2020-01-31
*
Adjust DSM and DSA slot usage constants.
Thomas Munro
2020-01-31
*
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-30
*
Add pg_shmem_allocations view.
Robert Haas
2020-01-09
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Extend the ProcSignal mechanism to support barriers.
Robert Haas
2019-12-19
*
Introduce the 'force' option for the Drop Database command.
Amit Kapila
2019-11-13
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
*
Use standard compare_exchange loop style in ProcArrayGroupClearXid().
Noah Misch
2019-10-18
*
Use data directory inode number, not port, to select SysV resource keys.
Tom Lane
2019-09-05
*
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
*
Remove superfluous newlines in function prototypes.
Andres Freund
2019-07-31
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-29
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-22
*
Fix inconsistencies in the code
Michael Paquier
2019-07-08
*
Use consistent style for checking return from system calls
Peter Eisentraut
2019-07-07
*
Fix many typos and inconsistencies
Michael Paquier
2019-07-01
*
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-06-17
*
Fix typos in various places
Michael Paquier
2019-06-03
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
[next]