Commit Graph

61558 Commits (fc39b286ad7262a4aac8ff9a34f244763bed7a53)
 

Author SHA1 Message Date
Peter Eisentraut fc32be3c94 Fix incorrect format placeholders 7 months ago
Peter Eisentraut 32edf732e8 Rename gist stratnum support function 7 months ago
Michael Paquier 5231ed8262 Use replay LSN as target for cascading logical WAL senders 7 months ago
Tom Lane c98975ba85 Add commit 4672b6223 to .git-blame-ignore-revs. 7 months ago
Tom Lane 4672b62239 Run pgindent on the previous commit. 7 months ago
Tom Lane c6f7f11d8f Fix edge-case resource leaks in PL/Python error reporting. 7 months ago
Etsuro Fujita e5a3c9d9b5 postgres_fdw: Inherit the local transaction's access/deferrable modes. 7 months ago
Dean Rasheed b006bcd531 Fix MERGE into a plain inheritance parent table. 7 months ago
Michael Paquier e050af2868 Change internal plan ID type from uint64 to int64 7 months ago
Nathan Bossart 706054b11b Ensure we have a snapshot when updating various system catalogs. 7 months ago
Tom Lane 232d8caeaa Fix memory leakage in postgres_fdw's DirectModify code path. 7 months ago
Tom Lane d98cefe114 Allow larger packets during GSSAPI authentication exchange. 7 months ago
Fujii Masao 961553daf5 Make XactLockTableWait() and ConditionalXactLockTableWait() interruptable more. 7 months ago
David Rowley c3eda50b06 Change internal queryid type from uint64 to int64 7 months ago
Bruce Momjian 03c53a7314 doc PG 18 relnotes: modify async I/O item for other improvements 7 months ago
Tom Lane 470273da0f Avoid resource leaks when a dblink connection fails. 7 months ago
Fujii Masao 3c4d7557e0 Fix assertion failure in pg_prewarm() on objects without storage. 7 months ago
Michael Paquier c3623703f3 Add AioUringCompletion in wait_event_names.txt 7 months ago
Bruce Momjian a1de1b0833 doc PG 18 relnotes: split apart log_connections item 7 months ago
Michael Paquier 35a428f30b pg_stat_statements: Fix parameter number gaps in normalized queries 7 months ago
Bruce Momjian 089f27cf8a doc: clarify log_connections new "setup_durations" output 7 months ago
Bruce Momjian bf6034d00d doc PG 18 relnotes: move ANALYZE item,split ANALYZE/EXPLAIN item 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
Bruce Momjian c861092b0e doc PG 18 relnotes: clarify multiplication item 7 months ago
Michael Paquier 4fbb46f612 Adjust regex for test with opening parenthesis in character classes 7 months ago
Michael Paquier d46911e584 Fix conversion of SIMILAR TO regexes for character classes 7 months ago
Bruce Momjian 3e782ca322 doc PG 18 relnotes: add removal details to MD5 item 7 months ago
Bruce Momjian 08b8aa1748 doc PG 18 relnotes: fix markup 7 months ago
Jeff Davis 34eb2a80d5 Change pg_dump default for statistics export. 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
Michael Paquier 52a1df85f2 Fix race condition in subscription TAP test 021_twophase 7 months ago
Amit Kapila 3bcb554fd2 Doc: Make logical replication examples executable in bulk. 7 months ago
Fujii Masao 47d90b741d doc: Fix documenation for snapshot export in logical decoding. 7 months ago
Bruce Momjian 44ce4e1593 doc PG 18 relnotes: clarify btree skip-scan item 7 months ago
Jacob Champion a8f093234d oauth: Correct missing comma in Requires.private 7 months ago
Jacob Champion cbc8fd0c9a oauth: Limit JSON parsing depth in the client 7 months ago
Bruce Momjian 1ca583f6c0 doc PG 18 relnotes: update to current 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
Bruce Momjian 883339c170 doc PG 18 relnotes: adjust CREATE SUBSCRIPTION attribution 7 months ago
Bruce Momjian 7ddfac79f2 doc PG 18 relnotes: clarify btree skip scan item 7 months ago
Bruce Momjian 3b7140d27e doc PG 18 relnotes: remove duplicate commit entry 7 months ago
Tom Lane b7ab88ddb1 Fix assorted new memory leaks in libpq. 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