Commit Graph

59434 Commits (9db3018cf83b4be1dbcdca8274e97ea8645df49c)
 

Author SHA1 Message Date
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
Jeff Davis 8e28778ce3 Add missing RestrictSearchPath() calls. 1 year ago
Andres Freund c8a6ec206a ci: Upgrade to Debian Bookworm 1 year ago
Andres Freund 43cd30bcd1 Fix type confusion in guc_var_compare() 1 year ago
Tom Lane a0899c0a97 Doc: minor improvements for plpgsql "Transaction Management" section. 1 year ago
Thomas Munro 8583b1f993 Run LLVM verify pass on IR in assert builds. 1 year ago
Heikki Linnakangas 91651347ba Use correct type for pq_mq_parallel_leader_proc_number variable 1 year ago
Heikki Linnakangas 86db52a506 Use atomics to avoid locking in InjectionPointRun() 1 year ago
Fujii Masao 4e5d6c4091 Fix unstable tests in partition_merge.sql and partition_split.sql. 1 year ago
Fujii Masao c086896625 Fix tablespace handling in MERGE/SPLIT partition commands. 1 year ago
Richard Guo 069d0ff022 Check lateral references within PHVs for memoize cache keys 1 year ago
Tom Lane f96c2c7278 Avoid unhelpful internal error for incorrect recursive-WITH queries. 1 year ago
Noah Misch d5e6891502 Fix new assertion for MERGE view_name ... DO NOTHING. 1 year ago
Noah Misch 7102070329 Don't lose partitioned table reltuples=0 after relhassubclass=f. 1 year ago
Andrew Dunstan 055891f374 Make sure to run pg_isready on correct port 1 year ago
Thomas Munro a8458f508a Fix lost Windows socket EOF events. 1 year ago