Commit Graph

59149 Commits (a54d4ed183927f15e1853b83106acebeeeee11c8)
 

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