Commit Graph

61445 Commits (c3eda50b0648005281c2a3cf95375708f8ef97fc)
 

Author SHA1 Message Date
David Rowley c3eda50b06 Change internal queryid type from uint64 to int64 4 weeks ago
Bruce Momjian 03c53a7314 doc PG 18 relnotes: modify async I/O item for other improvements 1 month ago
Tom Lane 470273da0f Avoid resource leaks when a dblink connection fails. 1 month ago
Fujii Masao 3c4d7557e0 Fix assertion failure in pg_prewarm() on objects without storage. 1 month ago
Michael Paquier c3623703f3 Add AioUringCompletion in wait_event_names.txt 1 month ago
Bruce Momjian a1de1b0833 doc PG 18 relnotes: split apart log_connections item 1 month ago
Michael Paquier 35a428f30b pg_stat_statements: Fix parameter number gaps in normalized queries 1 month ago
Bruce Momjian 089f27cf8a doc: clarify log_connections new "setup_durations" output 1 month ago
Bruce Momjian bf6034d00d doc PG 18 relnotes: move ANALYZE item,split ANALYZE/EXPLAIN item 1 month ago
Tom Lane e5d64fd654 Tighten parsing of datetime input. 1 month ago
Tom Lane be86ca103a Fix memory leakage when function compilation fails. 1 month ago
Bruce Momjian c861092b0e doc PG 18 relnotes: clarify multiplication item 1 month ago
Michael Paquier 4fbb46f612 Adjust regex for test with opening parenthesis in character classes 1 month ago
Michael Paquier d46911e584 Fix conversion of SIMILAR TO regexes for character classes 1 month ago
Bruce Momjian 3e782ca322 doc PG 18 relnotes: add removal details to MD5 item 1 month ago
Bruce Momjian 08b8aa1748 doc PG 18 relnotes: fix markup 1 month ago
Jeff Davis 34eb2a80d5 Change pg_dump default for statistics export. 1 month ago
Masahiko Sawada 4c08ecd161 Fix assertion when decrementing eager scanning success and failure counters. 1 month ago
Peter Eisentraut c53f3b9cc8 Improve file_copy_method entry in postgresql.conf.sample 1 month ago
Daniel Gustafsson 1f62dbf5f0 doc: Fix wording in JIT README 1 month ago
Michael Paquier 52a1df85f2 Fix race condition in subscription TAP test 021_twophase 1 month ago
Amit Kapila 3bcb554fd2 Doc: Make logical replication examples executable in bulk. 1 month ago
Fujii Masao 47d90b741d doc: Fix documenation for snapshot export in logical decoding. 1 month ago
Bruce Momjian 44ce4e1593 doc PG 18 relnotes: clarify btree skip-scan item 1 month ago
Jacob Champion a8f093234d oauth: Correct missing comma in Requires.private 1 month ago
Jacob Champion cbc8fd0c9a oauth: Limit JSON parsing depth in the client 1 month ago
Bruce Momjian 1ca583f6c0 doc PG 18 relnotes: update to current 1 month ago
Tom Lane 02502c1bca Fix per-relation memory leakage in autovacuum. 1 month ago
Tom Lane 6aa33afe6d Fix AlignedAllocRealloc to cope sanely with OOM. 1 month ago
Daniel Gustafsson fb844b9f06 Revert function to get memory context stats for processes 1 month ago
Peter Eisentraut 70a13c528b Move oauth_validator_libraries in postgresql.conf.sample 1 month ago
Bruce Momjian 883339c170 doc PG 18 relnotes: adjust CREATE SUBSCRIPTION attribution 1 month ago
Bruce Momjian 7ddfac79f2 doc PG 18 relnotes: clarify btree skip scan item 1 month ago
Bruce Momjian 3b7140d27e doc PG 18 relnotes: remove duplicate commit entry 1 month ago
Tom Lane b7ab88ddb1 Fix assorted new memory leaks in libpq. 1 month ago
Melanie Plageman cb1456423d Replace deprecated log_connections values in docs and tests 1 month ago
Tom Lane d376ab570e In ExecInitModifyTable, don't scribble on the source plan. 1 month ago
Tom Lane f24605e2dc Fix memory leak in XMLSERIALIZE(... INDENT). 1 month ago
Nathan Bossart 5d6eac80cd pg_dump: Adjust reltuples from 0 to -1 for dumps of older versions. 1 month ago
Amit Langote 1722d5eb05 Revert "Don't lock partitions pruned by initial pruning" 1 month ago
Peter Eisentraut f3622b6476 doc: Move documentation of md5_password_warnings to a better place 1 month ago
Michael Paquier 3d0c3a418f Adjust operation names of pg_aios to match the documentation 1 month ago
Fujii Masao 0bd762e81f Fix incorrect WAL description for PREPARE TRANSACTION record. 1 month ago
Michael Paquier 06450c7b8c Fix regression with location calculation of nested statements 1 month ago
Nathan Bossart a6060f1cbe pg_dump: Fix array literals in fetchAttributeStats(). 1 month ago
Heikki Linnakangas cbf53e2b8a Fix cross-version upgrade test failure 1 month ago
Michael Paquier 54675d8986 doc: Clarify use of _ccnew and _ccold in REINDEX CONCURRENTLY 1 month ago
Andres Freund acad909321 aio: Fix possible state confusions due to interrupt processing 1 month ago
Heikki Linnakangas 29f7ce6fe7 Fix deparsing FETCH FIRST <expr> ROWS WITH TIES 1 month ago
Amit Kapila ad5eaf390c Don't retreat slot's confirmed_flush LSN. 1 month ago