Commit Graph

57168 Commits (653ce5b8b79cffb163216cd53fec78d260d992b8)
 

Author SHA1 Message Date
Fujii Masao 653ce5b8b7 reindexdb: Skip reindexing temporary tables and indexes. 1 year ago
Noah Misch 4c922821e1 Remove NULL dereference from RenameRelationInternal(). 1 year ago
Noah Misch 0a709c456f Avoid 037_invalid_database.pl hang under debug_discard_caches. 1 year ago
Michael Paquier afbd3dc7d2 Fix incorrect memory access in VACUUM FULL with invalid toast indexes 1 year ago
Michael Paquier 1ea4d9c001 vacuumdb: Skip temporary tables in query to build list of relations 1 year ago
Noah Misch 90f5412a9a Fix use of uninitialized value in previous commit. 1 year ago
Noah Misch 51ff46de29 For inplace update durability, make heap_update() callers wait. 1 year ago
Noah Misch 63f0198056 Fix data loss at inplace update after heap_update(). 1 year ago
Noah Misch acc63ef4fb Warn if LOCKTAG_TUPLE is held at commit, under debug_assertions. 1 year ago
Tom Lane f663f4daf0 Allow meson builds to run test_pg_dump test in installcheck mode. 1 year ago
Daniel Gustafsson 4dd17490fa Drop global objects after completed test 1 year ago
Tom Lane 8e16522163 Doc: explain how to test ADMIN privilege with pg_has_role(). 1 year ago
Bruce Momjian 5a56bd4ed0 doc PG relnotes: remove warning about commit links in PDF build 1 year ago
Bruce Momjian 80c8184dc3 doc PG relnotes: document "Unresolved ID reference found" cause 1 year ago
Bruce Momjian 05bbd42562 doc PG relnotes: rename commit link paragraph for clarity 1 year ago
Bruce Momjian 43a6b90aae Improve Perl script which adds commit links to release notes 1 year ago
Michael Paquier c2fb2f9e20 psql: Fix memory leak with repeated calls of \bind 1 year ago
Bruce Momjian 00c8c4180a doc PG relnotes: add paragraph explaining the section symbol 1 year ago
Bruce Momjian 801cd89ab4 doc PG relnotes: no relnote footnotes for commit links in PDF 1 year ago
Noah Misch 6f6521de9a Don't enter parallel mode when holding interrupts. 1 year ago
Michael Paquier 21aad4bea8 Add missing query ID reporting in extended query protocol 1 year ago
Tom Lane b8b175a4c8 Repair pg_upgrade for identity sequences with non-default persistence. 1 year ago
Bruce Momjian bff6573c3a doc PG relnotes: fix SGML markup for new commit links 1 year ago
Bruce Momjian b0d6026f7c doc PG relnotes: add links to commits 1 year ago
Bruce Momjian dab80b9303 scripts: add Perl script to add links to release notes 1 year ago
Tom Lane 4c9bf947a9 Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile(). 1 year ago
Bruce Momjian 121a03d3e3 doc PG relnotes: add attribution for time zone data files items 1 year ago
Tom Lane 2abc889580 Run regression tests with timezone America/Los_Angeles. 1 year ago
Andrew Dunstan cb52d1cdd1 Improve meson's detection of perl build flags 1 year ago
Andrew Dunstan 0a0db46313 Only define NO_THREAD_SAFE_LOCALE for MSVC plperl when required 1 year ago
Tom Lane d23109f4bd Allow _h_indexbuild() to be interrupted. 1 year ago
Nathan Bossart 0938a4ecda Fix contrib/pageinspect's test for sequences. 1 year ago
Nathan Bossart 2bd4c06bba Reintroduce support for sequences in pgstattuple and pageinspect. 1 year ago
David Rowley 4f601b9598 Doc: alphabetize aggregate function table 1 year ago
Tom Lane f3336626d2 Remove incorrect Assert. 1 year ago
Tomas Vondra 8e65d9ff96 Fix unique key checks in JSON object constructors 1 year ago
Tom Lane 06c285018a Fix some whitespace issues in XMLSERIALIZE(... INDENT). 1 year ago
Michael Paquier edb0f6e41b Fix waits of REINDEX CONCURRENTLY for indexes with predicates or expressions 1 year ago
Tom Lane dd20f950d4 Fix incorrect pg_stat_io output on 32-bit machines. 1 year ago
Tom Lane 4fd4d7653e Prevent mis-encoding of "trailing junk after numeric literal" errors. 1 year ago
Thomas Munro 2015dd5c90 Stabilize 039_end_of_wal test. 1 year ago
Masahiko Sawada f3a3311110 Clarify restrict_nonsystem_relation_kind description. 1 year ago
Tom Lane 80d9c07a4a Avoid inserting PlaceHolderVars in cases where pre-v16 PG did not. 1 year ago
Tom Lane 9fe6319dcc Fix mis-deparsing of ORDER BY lists when there is a name conflict. 1 year ago
Peter Eisentraut 5867ee0056 Disallow USING clause when altering type of generated column 1 year ago
Amit Kapila b39c5272c1 Don't advance origin during apply failure. 1 year ago
Alvaro Herrera 25642b2a8b
Minor wording change in table "JSON Creation Functions" 1 year ago
Nathan Bossart 845f9835e8 Fix a couple of wait event descriptions. 1 year ago
John Naylor 409be33c31 Document limit on the number of out-of-line values per table 1 year ago
Alvaro Herrera a6ff329e7b
Avoid failure to open dropped detached partition 1 year ago