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
Commit message (
Expand
)
Author
Age
*
hash: Refactor bucket squeeze code.
Robert Haas
2017-02-27
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
*
Fix sloppy handling of corner-case errors in fd.c.
Tom Lane
2017-02-21
*
Fix race condition in ConditionVariablePrepareToSleep.
Robert Haas
2017-02-09
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Don't count background workers against a user's connection limit.
Andrew Dunstan
2017-02-01
*
Fix CatalogTupleInsert/Update abstraction for case of shared indstate.
Tom Lane
2017-02-01
*
Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().
Tom Lane
2017-02-01
*
Tweak catalog indexing abstraction for upcoming WARM
Alvaro Herrera
2017-01-31
*
Check interrupts during hot standby waits
Simon Riggs
2017-01-26
*
Fix comments in StrategyNotifyBgWriter().
Tatsuo Ishii
2017-01-24
*
Logical replication
Peter Eisentraut
2017-01-20
*
Fix typo
Alvaro Herrera
2017-01-17
*
Fix typo
Alvaro Herrera
2017-01-17
*
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
*
Fix typos in comments.
Fujii Masao
2017-01-16
*
Fix possible leak of semaphore count.
Robert Haas
2017-01-05
*
Fix possible crash reading pg_stat_activity.
Robert Haas
2017-01-05
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Skip checkpoints, archiving on idle systems.
Andres Freund
2016-12-22
*
Fix corner-case bug in WaitEventSetWaitBlock on Windows.
Robert Haas
2016-12-21
*
Fix outdated comment in lwlock.c
Robert Haas
2016-12-16
*
Simplify LWLock tranche machinery by removing array_base/array_stride.
Robert Haas
2016-12-16
*
Make the different Unix-y semaphore implementations ABI-compatible.
Tom Lane
2016-12-12
*
Add support for temporary replication slots
Peter Eisentraut
2016-12-12
*
Fix whitespace.
Heikki Linnakangas
2016-12-07
*
Silence compiler warnings
Stephen Frost
2016-12-06
*
Replace PostmasterRandom() with a stronger source, second attempt.
Heikki Linnakangas
2016-12-05
*
Remove barrier.h
Robert Haas
2016-11-22
*
Support condition variables.
Robert Haas
2016-11-22
*
Reserve zero as an invalid DSM handle.
Robert Haas
2016-11-15
*
Add API to check if an existing exclusive lock allows cleanup.
Robert Haas
2016-11-04
*
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-10-20
*
Fix WAL-logging of FSM and VM truncation.
Heikki Linnakangas
2016-10-19
*
Fix fallback implementation of pg_atomic_write_u32().
Andres Freund
2016-10-07
*
Rename WAIT_* constants to PG_WAIT_*.
Robert Haas
2016-10-05
*
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-10-04
*
Don't trust CreateFileMapping() to clear the error code on success.
Tom Lane
2016-09-23
*
Avoid using PostmasterRandom() for DSM control segment ID.
Tom Lane
2016-09-23
*
Use PostmasterRandom(), not random(), for DSM control segment ID.
Robert Haas
2016-09-20
*
Retry DSM control segment creation if Windows indicates access denied.
Robert Haas
2016-09-20
*
Fix copy/pasto in file identification
Simon Riggs
2016-09-12
*
Rewrite PageIndexDeleteNoCompact into a form that only deletes 1 tuple.
Tom Lane
2016-09-09
*
Convert PageAddItem into a macro to save a few cycles.
Tom Lane
2016-09-09
*
Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use it.
Tom Lane
2016-09-09
*
In PageIndexTupleDelete, don't assume stored item lengths are MAXALIGNed.
Tom Lane
2016-09-09
*
Improve scalability of md.c for large relations.
Andres Freund
2016-09-08
*
Faster PageIsVerified() for the all zeroes case.
Andres Freund
2016-09-08
*
Fix mdtruncate() to close fd.c handle of deleted segments.
Andres Freund
2016-09-08
*
Add debug check function LWLockHeldByMeInMode()
Simon Riggs
2016-09-05
[next]