aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* Review of the glossaryAlvaro Herrera2020-05-15
* doc: PG 13 rels: use xref labels referencing ref/*.sgml filesBruce Momjian2020-05-15
* docs: add xreflabel entries for autovacuum, SP-GiST, and TOASTBruce Momjian2020-05-15
* doc: add missing xreflabels to the main docs (not refs)Bruce Momjian2020-05-15
* doc: PG 13 relnotes: adjust UUID item, againBruce Momjian2020-05-15
* doc: PG 13 relnotes: fix uuid itemBruce Momjian2020-05-15
* doc: PG 13 relnotes: final SGML indenting adjustmentsBruce Momjian2020-05-15
* doc: remove extra blank line at the top of SGML filesBruce Momjian2020-05-15
* doc: make ref/*.sgml file header comment layout consistentBruce Momjian2020-05-15
* doc: PG 13 relnotes: fix xref link and remove extra wordBruce Momjian2020-05-15
* Make COPY TO keep locks until the transaction end.Amit Kapila2020-05-15
* docs: PG 13 relnotes: add links and SGML formattingBruce Momjian2020-05-14
* Remove duplicated comment block in event_trigger.cMichael Paquier2020-05-15
* Doc: hack on table 26.1 till it fits in PDF format.Tom Lane2020-05-14
* Doc: tweak examples to silence line-too-long PDF build warnings.Tom Lane2020-05-14
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* doc: PG 13 relnotes: move docbook version change to doc sect.Bruce Momjian2020-05-14
* Collect built-in LWLock tranche names statically, not dynamically.Tom Lane2020-05-14
* Doc: Fix some inconsistencies with markupsMichael Paquier2020-05-14
* Fix typo in comment on OpenSSL PEM password callback type name.Heikki Linnakangas2020-05-14
* Fix amcheck for page checks concurrent to replay of btree page deletionAlexander Korotkov2020-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 pg_recvlogical avoidance of superfluous Standby Status Update.Noah Misch2020-05-13
* In successful pg_recvlogical, end PGRES_COPY_OUT cleanly.Noah Misch2020-05-13
* Doc: split up wait_event table.Tom Lane2020-05-13
* Doc: reformat catalog/view description tables.Tom Lane2020-05-13
* Fix async.c to not register any SLRU stats counts in the postmaster.Tom Lane2020-05-13
* doc: PG 13 relnotes: adjust wal_skip_threshold wordingBruce Momjian2020-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
* docs: PG 13 relnotes: adjust wal_skip_threshold and UTF8 itemsBruce Momjian2020-05-12
* Fix stragglerAlvaro Herrera2020-05-12
* 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
* Do pre-release housekeeping on catalog data.Tom Lane2020-05-12