Commit Graph

26983 Commits (03c53a73141aa0e0ee6b0c7642671c1e972bae32)

Author SHA1 Message Date
Michael Paquier c3623703f3 Add AioUringCompletion in wait_event_names.txt 7 months ago
Tom Lane e5d64fd654 Tighten parsing of datetime input. 7 months ago
Tom Lane be86ca103a Fix memory leakage when function compilation fails. 7 months ago
Michael Paquier d46911e584 Fix conversion of SIMILAR TO regexes for character classes 7 months ago
Masahiko Sawada 4c08ecd161 Fix assertion when decrementing eager scanning success and failure counters. 7 months ago
Peter Eisentraut c53f3b9cc8 Improve file_copy_method entry in postgresql.conf.sample 7 months ago
Daniel Gustafsson 1f62dbf5f0 doc: Fix wording in JIT README 7 months ago
Tom Lane 02502c1bca Fix per-relation memory leakage in autovacuum. 7 months ago
Tom Lane 6aa33afe6d Fix AlignedAllocRealloc to cope sanely with OOM. 7 months ago
Daniel Gustafsson fb844b9f06 Revert function to get memory context stats for processes 7 months ago
Peter Eisentraut 70a13c528b Move oauth_validator_libraries in postgresql.conf.sample 7 months ago
Melanie Plageman cb1456423d Replace deprecated log_connections values in docs and tests 7 months ago
Tom Lane d376ab570e In ExecInitModifyTable, don't scribble on the source plan. 7 months ago
Tom Lane f24605e2dc Fix memory leak in XMLSERIALIZE(... INDENT). 7 months ago
Amit Langote 1722d5eb05 Revert "Don't lock partitions pruned by initial pruning" 7 months ago
Michael Paquier 3d0c3a418f Adjust operation names of pg_aios to match the documentation 7 months ago
Fujii Masao 0bd762e81f Fix incorrect WAL description for PREPARE TRANSACTION record. 7 months ago
Michael Paquier 06450c7b8c Fix regression with location calculation of nested statements 7 months ago
Andres Freund acad909321 aio: Fix possible state confusions due to interrupt processing 7 months ago
Heikki Linnakangas 29f7ce6fe7 Fix deparsing FETCH FIRST <expr> ROWS WITH TIES 7 months ago
Amit Kapila ad5eaf390c Don't retreat slot's confirmed_flush LSN. 7 months ago
Alexander Korotkov 3d3a81fc24 Fix tuple_fraction calculation in generate_orderedappend_paths() 7 months ago
Daniel Gustafsson 0d4dad200d Fix function name reference in comment 7 months ago
Richard Guo fe29b2a1da Fix Assert failure in XMLTABLE parser 7 months ago
Richard Guo 2c0ed86d39 Add explicit initialization for all PlannerGlobal fields 7 months ago
Álvaro Herrera 0588656366
Fix comment of tsquerysend() 7 months ago
Álvaro Herrera dc9a2d54fd
relcache: Avoid memory leak on tables with no CHECK constraints 7 months ago
Álvaro Herrera 7b2ad43426
Sort includes in alphabetical order 7 months ago
Tom Lane d4a7e4e179 Fix incorrect "return NULL" in BumpAllocLarge(). 7 months ago
Noah Misch 4a4ee0c2c1 Remove GLOBALTABLESPACE_OID assert for locked buffers. 7 months ago
Michael Paquier c259ba881c aio: Use runtime arguments with injections points in tests 7 months ago
Michael Paquier 371f2db8b0 Add support for runtime arguments in injection points 7 months ago
Heikki Linnakangas b28c59a6cd Use 'void *' for arbitrary buffers, 'uint8 *' for byte arrays 7 months ago
Richard Guo c06e909c26 Track the number of presorted outer pathkeys in MergePath 7 months ago
Richard Guo 773db22269 Suppress unnecessary explicit sorting for EPQ mergejoin path 7 months ago
Nathan Bossart 16bf24e0e4 Remove pg_replication_origin's TOAST table. 7 months ago
Peter Geoghegan 5f4d98d4f3 Prevent premature nbtree array advancement. 7 months ago
Peter Geoghegan 7e25c9363a nbtree: tighten up array recheck rules. 7 months ago
Alexander Korotkov ab42d643c1 Refactor ChangeVarNodesExtended() using the custom callback 8 months ago
Michael Paquier c4c236ab5c Fix some comments related to IO workers 8 months ago
Noah Misch 627acc3caa With GB18030, prevent SIGSEGV from reading past end of allocation. 8 months ago
Peter Eisentraut 18c4fff640 Translation updates 8 months ago
Alexander Korotkov 2782f3b845 Revert "Refactor ChangeVarNodesExtended() using the custom callback" 8 months ago
Alexander Korotkov 250a718aad Refactor ChangeVarNodesExtended() using the custom callback 8 months ago
Etsuro Fujita 5201bba266 Fix memory allocation/copy mistakes. 8 months ago
Etsuro Fujita 6e91b9c16f Fix typos in comments. 8 months ago
Peter Geoghegan 0f08df4068 Avoid treating nonrequired nbtree keys as required. 8 months ago
Tomas Vondra 1681a70df3 Fix memory leak in _gin_parallel_merge 8 months ago
Tom Lane e83a8ae447 Don't use a tuplestore if we don't have to for SQL-language functions. 8 months ago
Álvaro Herrera c83a38758d
Handle self-referencing FKs correctly in partitioned tables 8 months ago