Commit Graph

59008 Commits (97f2bc5aa531e32e91c7f27aeaeb87a07e13e822)
 

Author SHA1 Message Date
Fujii Masao 97f2bc5aa5 pg_stat_statements: Add regression test for privilege handling. 1 year ago
Alvaro Herrera 3dd637f3d5
Reset relhassubclass upon attaching table as a partition 1 year ago
Amit Kapila 07fbecb87b Doc: Fix the mistakes in the subscription's failover option. 1 year ago
Thomas Munro f6bef362ca Refactor tidstore.c iterator buffering. 1 year ago
Amit Kapila 1462aad2e4 Allow altering of two_phase option of a SUBSCRIPTION. 1 year ago
Peter Eisentraut 774d47b6c0 Move all extern declarations for GUC variables to header files 1 year ago
Nathan Bossart 991f8cf8ab Detect integer overflow in array_set_slice(). 1 year ago
Peter Eisentraut d3cc5ffe81 Move extern declarations for EXEC_BACKEND to header files 1 year ago
Noah Misch 840b3b5b4e Fix private struct field name to match the code using it. 1 year ago
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