Commit Graph

49199 Commits (1255466f8358ecac29581aa5ecec76628dc2e33c)
 

Author SHA1 Message Date
Bruce Momjian 1255466f83 doc: PG 13 relnotes: move docbook version change to doc sect. 5 years ago
Tom Lane 29c3e2dd5a Collect built-in LWLock tranche names statically, not dynamically. 5 years ago
Michael Paquier 07451e1f1a Doc: Fix some inconsistencies with markups 5 years ago
Heikki Linnakangas 267cc6ed29 Fix typo in comment on OpenSSL PEM password callback type name. 5 years ago
Alexander Korotkov 34dae902ca Fix amcheck for page checks concurrent to replay of btree page deletion 5 years ago
Heikki Linnakangas e8abf585ab Move check for fsync=off so that pendingOps still gets cleared. 5 years ago
Amit Kapila a169155453 Fix the MSVC build for versions 2015 and later. 5 years ago
Noah Misch cee9cadb59 Fix pg_recvlogical avoidance of superfluous Standby Status Update. 5 years ago
Noah Misch 8222a9d9a1 In successful pg_recvlogical, end PGRES_COPY_OUT cleanly. 5 years ago
Tom Lane 4fa8bd392d Doc: split up wait_event table. 5 years ago
Tom Lane a042750646 Doc: reformat catalog/view description tables. 5 years ago
Tom Lane 7fd89f4d7a Fix async.c to not register any SLRU stats counts in the postmaster. 5 years ago
Bruce Momjian d82a5058fd doc: PG 13 relnotes: adjust wal_skip_threshold wording 5 years ago
Alvaro Herrera 17cc133f01
Dial back -Wimplicit-fallthrough to level 3 5 years ago
Tom Lane 81ca868630 Improve management of SLRU statistics collection. 5 years ago
Alvaro Herrera 850196b610
Adjust walsender usage of xlogreader, simplify APIs 5 years ago
Fujii Masao 043e3e0401 Use proper GetDatum function in pg_stat_get_slru(). 5 years ago
Fujii Masao f3d23d83ef Initialize SLRU stats entries to zero. 5 years ago
Bruce Momjian ac3a4866c0 docs: PG 13 relnotes: adjust wal_skip_threshold and UTF8 items 5 years ago
Alvaro Herrera 87c291e29d
Fix straggler 5 years ago
Alvaro Herrera 3e9744465d
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS 5 years ago
Tomas Vondra 6a918c3ac8 Rework EXPLAIN format for incremental sort 5 years ago
Tomas Vondra 1a40d37a9f Fix typos and improve incremental sort comments 5 years ago
Tom Lane 7b48f1b490 Do pre-release housekeeping on catalog data. 5 years ago
Etsuro Fujita 2793bbe75e Remove unnecessary #include. 5 years ago
Michael Paquier 078c9cd258 Fix comment in xlogutils.c 5 years ago
Fujii Masao 81ec990a23 Correct standbycheck regression test output. 5 years ago
Bruce Momjian b89d90b051 doc: PG 13 relnotes: add documentation section and reformat 5 years ago
Tom Lane 57775e82b2 Doc: hack table 13.2 "Conflicting Lock Modes" till it fits in PDF. 5 years ago
Bruce Momjian aa976d3b90 doc: PG 13 relnotes: add duplicate btree optimization details 5 years ago
Bruce Momjian ca4599b0dc doc: PG 13 relnotes: cumulative fixes from email feedback 5 years ago
Tom Lane 4d1563717f Doc: fix remaining over-length entries in SQL keywords table. 5 years ago
Tom Lane 60c90c16c1 Doc: fix "Unresolved ID reference" warnings, clean up man page cross-refs. 5 years ago
Peter Geoghegan 624686abcf Adjust "root of to-be-deleted subtree" function. 5 years ago
Alvaro Herrera a8be5364ac
Fix obsolete references to "XLogRead" 5 years ago
Peter Eisentraut 7a9c9ce641 Translation updates 5 years ago
Tom Lane 336aa51b70 Doc: marginal hacking to remove some PDF build warnings. 5 years ago
Michael Paquier e111c9f90a Remove smgrdounlink() in smgr.c from the code tree 5 years ago
Tom Lane 9356e43544 Doc: fix assorted misstatements of fact in catalog & system view docs. 5 years ago
Tom Lane 96d175e3e2 Fix findoidjoins to recognize oidvector columns. 5 years ago
Tomas Vondra ebeb3dea77 Simplify show_incremental_sort_info a bit 5 years ago
Tomas Vondra 9155b4be9a Do no reset bounded before incremental sort rescan 5 years ago
Tomas Vondra c442722648 Fix handling of REWIND/MARK/BACKWARD in incremental sort 5 years ago
Tom Lane 6c298881c2 Update oidjoins regression test for v13. 5 years ago
Alvaro Herrera 89a7d21dfc
pg_restore: Provide file name with one failure message 5 years ago
Alvaro Herrera b060dbe000
Rework XLogReader callback system 5 years ago
Peter Eisentraut 871696ba20 Improve use of prepositions in messages 5 years ago
Peter Eisentraut 7666ef313d Unify find_other_exec() error messages 5 years ago
Peter Eisentraut 086ffddf36 Fix several DDL issues of generated columns versus inheritance 5 years ago
Peter Eisentraut 501e41dd3c Propagate ALTER TABLE ... SET STORAGE to indexes 5 years ago