index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-16
*
Final pgindent run with pg_bsd_indent version 2.1.
Tom Lane
2020-05-16
*
Fix assertion with relation using REPLICA IDENTITY FULL in subscriber
Michael Paquier
2020-05-16
*
Change locktype "speculative token" to "spectoken".
Tom Lane
2020-05-15
*
Fix walsender error cleanup code
Alvaro Herrera
2020-05-15
*
Drop the redundant "Lock" suffix from LWLock wait event names.
Tom Lane
2020-05-15
*
Fix bogus initialization of replication origin shared memory state.
Tom Lane
2020-05-15
*
Rename assorted LWLock tranches.
Tom Lane
2020-05-15
*
Add comments linking pg_strftime to timestamptz_to_str
Alvaro Herrera
2020-05-15
*
Avoid killing btree items that are already dead
Alvaro Herrera
2020-05-15
*
Rename SLRU structures and associated LWLocks.
Tom Lane
2020-05-15
*
Make COPY TO keep locks until the transaction end.
Amit Kapila
2020-05-15
*
Remove duplicated comment block in event_trigger.c
Michael Paquier
2020-05-15
*
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
*
Move check for fsync=off so that pendingOps still gets cleared.
Heikki Linnakangas
2020-05-14
*
Fix the MSVC build for versions 2015 and later.
Amit Kapila
2020-05-14
*
Fix async.c to not register any SLRU stats counts in the postmaster.
Tom Lane
2020-05-13
*
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-13
*
Improve management of SLRU statistics collection.
Tom Lane
2020-05-13
*
Adjust walsender usage of xlogreader, simplify APIs
Alvaro Herrera
2020-05-13
*
Use proper GetDatum function in pg_stat_get_slru().
Fujii Masao
2020-05-13
*
Initialize SLRU stats entries to zero.
Fujii Masao
2020-05-13
*
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-05-12
*
Rework EXPLAIN format for incremental sort
Tomas Vondra
2020-05-12
*
Fix typos and improve incremental sort comments
Tomas Vondra
2020-05-12
*
Remove unnecessary #include.
Etsuro Fujita
2020-05-12
*
Fix comment in xlogutils.c
Michael Paquier
2020-05-12
*
Adjust "root of to-be-deleted subtree" function.
Peter Geoghegan
2020-05-11
*
Fix obsolete references to "XLogRead"
Alvaro Herrera
2020-05-11
*
Translation updates
Peter Eisentraut
2020-05-11
*
Remove smgrdounlink() in smgr.c from the code tree
Michael Paquier
2020-05-10
*
Simplify show_incremental_sort_info a bit
Tomas Vondra
2020-05-09
*
Do no reset bounded before incremental sort rescan
Tomas Vondra
2020-05-09
*
Fix handling of REWIND/MARK/BACKWARD in incremental sort
Tomas Vondra
2020-05-09
*
Rework XLogReader callback system
Alvaro Herrera
2020-05-08
*
Fix several DDL issues of generated columns versus inheritance
Peter Eisentraut
2020-05-08
*
Propagate ALTER TABLE ... SET STORAGE to indexes
Peter Eisentraut
2020-05-08
*
Report missing wait event for timeline history file.
Fujii Masao
2020-05-08
*
Refactor nbtree deletion INCOMPLETE_SPLIT check.
Peter Geoghegan
2020-05-07
*
Fix YA text phrase search bug.
Tom Lane
2020-05-07
*
Heed lock protocol in DROP OWNED BY
Alvaro Herrera
2020-05-06
*
Fix severe memory leaks in GSSAPI encryption support.
Tom Lane
2020-05-05
*
Change the display of WAL usage statistics in Explain.
Amit Kapila
2020-05-05
*
Fix typo in comment
Alexander Korotkov
2020-05-03
*
Refactor btvacuumpage().
Peter Geoghegan
2020-05-02
*
Fix GSS client to non-GSS server connection
Stephen Frost
2020-05-02
*
Remove superfluous memset from pgstat_recv_resetslrucounter
Tomas Vondra
2020-05-02
*
Simplify cost_incremental_sort a bit
Tomas Vondra
2020-05-02
*
Remove pg_xact entry from SLRU stats
Tomas Vondra
2020-05-02
[next]