Commit Graph

58997 Commits (935e675f3c9efd0e39bf33db15ab85049cc4ee7c)
 

Author SHA1 Message Date
Peter Eisentraut 935e675f3c Get rid of a global variable 2 years ago
Michael Paquier ffb0603929 Improve comments in slru.{c,h} about segment name format 2 years ago
Peter Eisentraut 65504b747f Replace remaining strtok() with strtok_r() 2 years ago
Peter Eisentraut 4d130b2872 Windows replacement for strtok_r() 2 years ago
Richard Guo 8b2e9fd26a Remove redundant code in create_gather_merge_path 2 years ago
Richard Guo 581df21487 Fix rowcount estimate for gather (merge) paths 2 years ago
Tom Lane d2cba4f2cb Doc: improve description of plpgsql's FETCH and MOVE commands. 2 years ago
Melanie Plageman efcbb76efe Revert "Test that vacuum removes tuples older than OldestXmin" 2 years ago
Robert Haas 6a6ebb92b0 Initialize wal_level in the initial checkpoint record. 2 years ago
Robert Haas e4326fbc60 Remove grotty use of disable_cost for TID scan plans. 2 years ago
Robert Haas c0348fd0e3 Add missing call to ConditionVariableCancelSleep(). 2 years ago
Peter Eisentraut 5d2e1cc117 Replace some strtok() with strsep() 2 years ago
Alvaro Herrera 90c1ba52e0
postgres_fdw: Split out the query_cancel test to its own file 2 years ago
Peter Eisentraut 683be87fbb Add port/ replacement for strsep() 2 years ago
Richard Guo 7e187a7386 Fix unstable test in select_parallel.sql 2 years ago
Michael Paquier 2d8ef5e24f Add new error code for "file name too long" 2 years ago
Andres Freund 5ec2c529f5 meson: Add dependency lookups via names used by cmake 2 years ago
Andres Freund 2416fdb3ee meson: Add support for detecting ossp-uuid without pkg-config 2 years ago
Andres Freund 7ed2ce0b25 meson: Add support for detecting gss without pkg-config 2 years ago
Andres Freund c3dafaaac3 meson: Add missing argument to gssapi.h check 2 years ago
Tom Lane 220003b9b9 Correctly check updatability of columns targeted by INSERT...DEFAULT. 2 years ago
Noah Misch 8720a15e9a Use read streams in CREATE DATABASE when STRATEGY=WAL_LOG. 2 years ago
Noah Misch a858be17c3 Add a way to create read stream object by using SMgrRelation. 2 years ago
Noah Misch af07a827b9 Refactor PinBufferForBlock() to remove checks about persistence. 2 years ago
Noah Misch e00c45f685 Remove "smgr_persistence == 0" dead code. 2 years ago
Nathan Bossart 22b0ccd65d Add overflow checks to money type. 2 years ago
Melanie Plageman aa607980ae Test that vacuum removes tuples older than OldestXmin 2 years ago
Melanie Plageman 83c39a1f7f Ensure vacuum removes all visibly dead tuples older than OldestXmin 2 years ago
Heikki Linnakangas 5784a493f1 Move resowner from common JitContext to LLVM specific 2 years ago
Michael Paquier 3a137ab7e5 Add more test coverage for jsonpath "$.*" with arrays 2 years ago
Etsuro Fujita 5c571a34d0 postgres_fdw: Avoid "cursor can only scan forward" error. 2 years ago
Michael Paquier c145f321b6 Propagate query IDs of utility statements in functions 2 years ago
Tom Lane cd85ae1114 Improve pg_ctl's message for shutdown after recovery. 2 years ago
Tom Lane 56c6be57af Doc: improve description of plpgsql's RAISE command. 2 years ago
Robert Haas 402b586d0a Do not summarize WAL if generated with wal_level=minimal. 2 years ago
Michael Paquier a0a5869a85 Add INJECTION_POINT_CACHED() to run injection points directly from cache 2 years ago
Tom Lane 6159331acf Doc: fix minor syntax error in example. 2 years ago
Nathan Bossart a99cc6c6b4 Use PqMsg_* macros in more places. 2 years ago
Andrew Dunstan f2a0d5808c Avoid error in recovery test if history file is not yet present 2 years ago
Amit Langote 86d33987e8 SQL/JSON: Rethink c2d93c3802 2 years ago
Michael Paquier ec678692f6 Make write of pgstats file durable at shutdown 2 years ago
Jeff Davis 4b74ebf726 When creating materialized views, use REFRESH to load data. 2 years ago
Nathan Bossart 0a8ca122e5 Add a couple of recent commits to .git-blame-ignore-revs. 2 years ago
Andrew Dunstan 49546ae9c7 Adjust recently added test for pg_signal_autovacuum role 2 years ago
Amit Langote 884d791b21 SQL/JSON: Fix a paragraph in JSON_TABLE documentation 2 years ago
Michael Paquier d2b74882ca Add tap test for pg_signal_autovacuum role 2 years ago
Andres Freund 47ecbfdfcc Fix bad indentation introduced in 43cd30bcd1 2 years ago
Andres Freund 4128453003 ci: Use newer LLVM version with gcc, to avoid compiler warnings 2 years ago
Jeff Davis 8e28778ce3 Add missing RestrictSearchPath() calls. 2 years ago
Andres Freund c8a6ec206a ci: Upgrade to Debian Bookworm 2 years ago