Commit Graph

50630 Commits (8c5d9ccca9670e8d7eda35e08b35e4e16bcf600c)
 

Author SHA1 Message Date
Alvaro Herrera 8c5d9ccca9
Improve recently-added test reliability 3 years ago
Tom Lane 476f9d5330 Partially undo commit 94da73281. 3 years ago
Tom Lane c102d11067 Fix non-bulletproof ScalarArrayOpExpr code for extended statistics. 3 years ago
Alvaro Herrera c122a99bd6
Backpatch addition of .git-blame-ignore-revs 3 years ago
Alvaro Herrera de31e6f81e
BRIN: mask BRIN_EVACUATE_PAGE for WAL consistency checking 3 years ago
Noah Misch ad8ebcfe96 Add HINT for restartpoint race with KeepFileRestoredFromArchive(). 3 years ago
Alvaro Herrera d2a74621ed
regress: fix test instability 3 years ago
Alvaro Herrera ab85566301
Fix ENABLE/DISABLE TRIGGER to handle recursion correctly 3 years ago
Tom Lane 23edf0e8b4 Add CHECK_FOR_INTERRUPTS in ExecInsert's speculative insertion loop. 3 years ago
Tom Lane 8d38ccafca Add proper regression test for the recent SRFs-in-pathkeys problem. 3 years ago
Tom Lane da4ed75881 Fix incorrect tests for SRFs in relation_can_be_sorted_early(). 3 years ago
Tom Lane b2694aebe3 Reduce test runtime of src/test/modules/snapshot_too_old. 3 years ago
Tom Lane 6b67db10c3 Be more wary about 32-bit integer overflow in pg_stat_statements. 3 years ago
Tom Lane 331f8b851c Check maximum number of columns in function RTEs, too. 3 years ago
Michael Paquier aadaaeff4c Fix error reporting after ioctl() call with pg_upgrade --clone 3 years ago
Andrew Dunstan b76e136ceb Fix new recovery test for log_error_verbosity=verbose case 3 years ago
Tom Lane ba2002d02c In transformRowExpr(), check for too many columns in the row. 3 years ago
Alvaro Herrera 7cfe688dee
Fix test instability 3 years ago
Alvaro Herrera 9a7e26b9c2
Fix replay of create database records on standby 3 years ago
Alvaro Herrera 16e7a8fd8e
Allow "in place" tablespaces. 3 years ago
Tom Lane 6c193c2ace Force immediate commit after CREATE DATABASE etc in extended protocol. 3 years ago
Tom Lane 4c9e5162f5 Doc: improve documentation about random(). 3 years ago
Bruce Momjian 43fe5134b0 doc: use wording "restore" instead of "reload" of dumps 3 years ago
Bruce Momjian ea9581488b doc: clarify that auth. names are lower case and case-sensitive 3 years ago
Tom Lane 5b5d435139 Fix ruleutils issues with dropped cols in functions-returning-composite. 3 years ago
Fujii Masao 162ade612f Fix assertion failure and segmentation fault in backup code. 3 years ago
Fujii Masao 5630f39b31 Prevent BASE_BACKUP in the middle of another backup in the same session. 3 years ago
Peter Eisentraut b2c8d56618 Re-add SPICleanup for ABI compatibility in stable branch 3 years ago
Tom Lane 36ccca3dba Fix omissions in support for the "regcollation" type. 3 years ago
Tom Lane 6230bd7df4 postgres_fdw: set search_path to 'pg_catalog' while deparsing constants. 3 years ago
Thomas Munro c75b6b454e Make dsm_impl_posix_resize more future-proof. 3 years ago
Bruce Momjian 65a0cf8632 docs: make monitoring "phases" table titles consistent 3 years ago
Bruce Momjian ef9d0cf19c doc: clarify how dropping of extensions affects dependent objs. 3 years ago
Bruce Momjian 2d4c6437c8 pg_upgrade doc: mention that replication slots must be recreated 3 years ago
Bruce Momjian bf3d692deb doc: add documentation about ecpg Oracle-compatibility mode 3 years ago
Bruce Momjian 85e32877f1 doc: clarify the behavior of identically-named savepoints 3 years ago
Bruce Momjian ebf06040e5 doc: clarify that "excluded" ON CONFLICT is a single row 3 years ago
Bruce Momjian 2d0329b6bd doc: mention that INSERT can block because of unique indexes 3 years ago
Bruce Momjian 3336b3de34 doc: mention the pg_locks lock names in parentheses 3 years ago
Thomas Munro 17aa39da50 Don't clobber postmaster sigmask in dsm_impl_resize. 3 years ago
Thomas Munro e73fe6e828 Block signals while allocating DSM memory. 3 years ago
Thomas Munro 7cdd0c2d7c Fix lock assertions in dshash.c. 3 years ago
Thomas Munro e5b5b4448c Fix \watch's interaction with libedit on ^C. 3 years ago
Bruce Momjian 49d296d8e8 doc: add examples for array_length() and jsonb_array_length() 3 years ago
Bruce Momjian 12f56b6a70 doc: add pg_prewarm example 3 years ago
Dean Rasheed f890223bc3 Fix alias matching in transformLockingClause(). 3 years ago
Alvaro Herrera d2323570ad
BRIN: improve documentation on summarization 3 years ago
Andrew Dunstan 03cefe8148 Remove %error-verbose directive from jsonpath parser 3 years ago
Noah Misch 97b005f3fb Fix previous commit's ecpg_clocale for ppc Darwin. 3 years ago
Noah Misch b4d7e92bd5 ecpglib: call newlocale() once per process. 3 years ago