aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane2020-05-16
* Final pgindent run with pg_bsd_indent version 2.1.Tom Lane2020-05-16
* Fix assertion with relation using REPLICA IDENTITY FULL in subscriberMichael Paquier2020-05-16
* Change locktype "speculative token" to "spectoken".Tom Lane2020-05-15
* Fix walsender error cleanup codeAlvaro Herrera2020-05-15
* Drop the redundant "Lock" suffix from LWLock wait event names.Tom Lane2020-05-15
* Fix bogus initialization of replication origin shared memory state.Tom Lane2020-05-15
* Rename assorted LWLock tranches.Tom Lane2020-05-15
* Add comments linking pg_strftime to timestamptz_to_strAlvaro Herrera2020-05-15
* Avoid killing btree items that are already deadAlvaro Herrera2020-05-15
* Rename SLRU structures and associated LWLocks.Tom Lane2020-05-15
* Make COPY TO keep locks until the transaction end.Amit Kapila2020-05-15
* Remove duplicated comment block in event_trigger.cMichael Paquier2020-05-15
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Collect built-in LWLock tranche names statically, not dynamically.Tom Lane2020-05-14
* Move check for fsync=off so that pendingOps still gets cleared.Heikki Linnakangas2020-05-14
* Fix the MSVC build for versions 2015 and later.Amit Kapila2020-05-14
* Fix async.c to not register any SLRU stats counts in the postmaster.Tom Lane2020-05-13
* Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera2020-05-13
* Improve management of SLRU statistics collection.Tom Lane2020-05-13
* Adjust walsender usage of xlogreader, simplify APIsAlvaro Herrera2020-05-13
* Use proper GetDatum function in pg_stat_get_slru().Fujii Masao2020-05-13
* Initialize SLRU stats entries to zero.Fujii Masao2020-05-13
* Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera2020-05-12
* Rework EXPLAIN format for incremental sortTomas Vondra2020-05-12
* Fix typos and improve incremental sort commentsTomas Vondra2020-05-12
* Remove unnecessary #include.Etsuro Fujita2020-05-12
* Fix comment in xlogutils.cMichael Paquier2020-05-12
* Adjust "root of to-be-deleted subtree" function.Peter Geoghegan2020-05-11
* Fix obsolete references to "XLogRead"Alvaro Herrera2020-05-11
* Translation updatesPeter Eisentraut2020-05-11
* Remove smgrdounlink() in smgr.c from the code treeMichael Paquier2020-05-10
* Simplify show_incremental_sort_info a bitTomas Vondra2020-05-09
* Do no reset bounded before incremental sort rescanTomas Vondra2020-05-09
* Fix handling of REWIND/MARK/BACKWARD in incremental sortTomas Vondra2020-05-09
* Rework XLogReader callback systemAlvaro Herrera2020-05-08
* Fix several DDL issues of generated columns versus inheritancePeter Eisentraut2020-05-08
* Propagate ALTER TABLE ... SET STORAGE to indexesPeter Eisentraut2020-05-08
* Report missing wait event for timeline history file.Fujii Masao2020-05-08
* Refactor nbtree deletion INCOMPLETE_SPLIT check.Peter Geoghegan2020-05-07
* Fix YA text phrase search bug.Tom Lane2020-05-07
* Heed lock protocol in DROP OWNED BYAlvaro Herrera2020-05-06
* Fix severe memory leaks in GSSAPI encryption support.Tom Lane2020-05-05
* Change the display of WAL usage statistics in Explain.Amit Kapila2020-05-05
* Fix typo in commentAlexander Korotkov2020-05-03
* Refactor btvacuumpage().Peter Geoghegan2020-05-02
* Fix GSS client to non-GSS server connectionStephen Frost2020-05-02
* Remove superfluous memset from pgstat_recv_resetslrucounterTomas Vondra2020-05-02
* Simplify cost_incremental_sort a bitTomas Vondra2020-05-02
* Remove pg_xact entry from SLRU statsTomas Vondra2020-05-02