Commit Graph

59089 Commits (06ffce4559d0f7d29e0d92d18b72b4b96772ad1c)
 

Author SHA1 Message Date
Robert Haas 6a6ebb92b0 Initialize wal_level in the initial checkpoint record. 11 months ago
Robert Haas e4326fbc60 Remove grotty use of disable_cost for TID scan plans. 11 months ago
Robert Haas c0348fd0e3 Add missing call to ConditionVariableCancelSleep(). 11 months ago
Peter Eisentraut 5d2e1cc117 Replace some strtok() with strsep() 11 months ago
Alvaro Herrera 90c1ba52e0
postgres_fdw: Split out the query_cancel test to its own file 11 months ago
Peter Eisentraut 683be87fbb Add port/ replacement for strsep() 11 months ago
Richard Guo 7e187a7386 Fix unstable test in select_parallel.sql 11 months ago
Michael Paquier 2d8ef5e24f Add new error code for "file name too long" 11 months ago
Andres Freund 5ec2c529f5 meson: Add dependency lookups via names used by cmake 11 months ago
Andres Freund 2416fdb3ee meson: Add support for detecting ossp-uuid without pkg-config 11 months ago
Andres Freund 7ed2ce0b25 meson: Add support for detecting gss without pkg-config 11 months ago
Andres Freund c3dafaaac3 meson: Add missing argument to gssapi.h check 11 months ago
Tom Lane 220003b9b9 Correctly check updatability of columns targeted by INSERT...DEFAULT. 11 months ago
Noah Misch 8720a15e9a Use read streams in CREATE DATABASE when STRATEGY=WAL_LOG. 11 months ago
Noah Misch a858be17c3 Add a way to create read stream object by using SMgrRelation. 11 months ago
Noah Misch af07a827b9 Refactor PinBufferForBlock() to remove checks about persistence. 11 months ago
Noah Misch e00c45f685 Remove "smgr_persistence == 0" dead code. 11 months ago
Nathan Bossart 22b0ccd65d Add overflow checks to money type. 12 months ago
Melanie Plageman aa607980ae Test that vacuum removes tuples older than OldestXmin 12 months ago
Melanie Plageman 83c39a1f7f Ensure vacuum removes all visibly dead tuples older than OldestXmin 12 months ago
Heikki Linnakangas 5784a493f1 Move resowner from common JitContext to LLVM specific 12 months ago
Michael Paquier 3a137ab7e5 Add more test coverage for jsonpath "$.*" with arrays 12 months ago
Etsuro Fujita 5c571a34d0 postgres_fdw: Avoid "cursor can only scan forward" error. 12 months ago
Michael Paquier c145f321b6 Propagate query IDs of utility statements in functions 12 months ago
Tom Lane cd85ae1114 Improve pg_ctl's message for shutdown after recovery. 12 months ago
Tom Lane 56c6be57af Doc: improve description of plpgsql's RAISE command. 12 months ago
Robert Haas 402b586d0a Do not summarize WAL if generated with wal_level=minimal. 12 months ago
Michael Paquier a0a5869a85 Add INJECTION_POINT_CACHED() to run injection points directly from cache 12 months ago
Tom Lane 6159331acf Doc: fix minor syntax error in example. 12 months ago
Nathan Bossart a99cc6c6b4 Use PqMsg_* macros in more places. 12 months ago
Andrew Dunstan f2a0d5808c Avoid error in recovery test if history file is not yet present 12 months ago
Amit Langote 86d33987e8 SQL/JSON: Rethink c2d93c3802 12 months ago
Michael Paquier ec678692f6 Make write of pgstats file durable at shutdown 12 months ago
Jeff Davis 4b74ebf726 When creating materialized views, use REFRESH to load data. 12 months ago
Nathan Bossart 0a8ca122e5 Add a couple of recent commits to .git-blame-ignore-revs. 12 months ago
Andrew Dunstan 49546ae9c7 Adjust recently added test for pg_signal_autovacuum role 12 months ago
Amit Langote 884d791b21 SQL/JSON: Fix a paragraph in JSON_TABLE documentation 12 months ago
Michael Paquier d2b74882ca Add tap test for pg_signal_autovacuum role 12 months ago
Andres Freund 47ecbfdfcc Fix bad indentation introduced in 43cd30bcd1 12 months ago
Andres Freund 4128453003 ci: Use newer LLVM version with gcc, to avoid compiler warnings 12 months ago
Jeff Davis 8e28778ce3 Add missing RestrictSearchPath() calls. 12 months ago
Andres Freund c8a6ec206a ci: Upgrade to Debian Bookworm 12 months ago
Andres Freund 43cd30bcd1 Fix type confusion in guc_var_compare() 12 months ago
Tom Lane a0899c0a97 Doc: minor improvements for plpgsql "Transaction Management" section. 12 months ago
Thomas Munro 8583b1f993 Run LLVM verify pass on IR in assert builds. 12 months ago
Heikki Linnakangas 91651347ba Use correct type for pq_mq_parallel_leader_proc_number variable 12 months ago
Heikki Linnakangas 86db52a506 Use atomics to avoid locking in InjectionPointRun() 12 months ago
Fujii Masao 4e5d6c4091 Fix unstable tests in partition_merge.sql and partition_split.sql. 12 months ago
Fujii Masao c086896625 Fix tablespace handling in MERGE/SPLIT partition commands. 12 months ago
Richard Guo 069d0ff022 Check lateral references within PHVs for memoize cache keys 12 months ago