Commit Graph

45892 Commits (3ce12018948b2c4ead9a47df7ae0b5ffa2fe06d0)
 

Author SHA1 Message Date
Michael Paquier 3ce1201894 Fix incorrect routine name in xlog_heapam.h 7 years ago
Alvaro Herrera a28e10e82e Indicate session name in isolationtester notices 7 years ago
Michael Paquier 319a810180 Fix dependency handling of partitions and inheritance for ON COMMIT 7 years ago
Tom Lane 3d360e20c9 Disallow setting client_min_messages higher than ERROR. 7 years ago
Alvaro Herrera 705d433fd5 Revise attribute handling code on partition creation 7 years ago
Andrew Dunstan 12d5f39b15 Adjust valgrind fix in commit 517b0d0b5f 7 years ago
Michael Paquier 170dccc69d Fix incorrect routine name reference in partprune.c 7 years ago
Andres Freund c14a8ff27e Fixup for b84a6dafbf triggering assert failure in LLVM debug builds. 7 years ago
Tom Lane c3e6d5d386 Fix inadequate autoconfiscation of copyfile() usage. 7 years ago
Andrew Dunstan 54ad7282fe Use parallel installcheck in vcregress.pl's upgrade test 7 years ago
Andres Freund b84a6dafbf Move EEOP_*_SYSVAR evaluation out of line. 7 years ago
Andrew Dunstan 517b0d0b5f Quiet valgrind complaints following pread/pwrite changes 7 years ago
Peter Eisentraut 3a769d8239 pg_upgrade: Allow use of file cloning 7 years ago
Andres Freund 5f32b29c18 Build HashState's hashkeys expression with the correct parent. 7 years ago
Andres Freund da906766cd Use installcheck-parallel in pg_upgrade's testsuite. 7 years ago
Tom Lane c6e4133fae Postpone calculating total_table_pages until after pruning/exclusion. 7 years ago
Tom Lane 77366d90f4 Last-minute updates for release notes. 7 years ago
Tom Lane 5d28c9bd73 Disable recheck_on_update optimization to avoid crashes. 7 years ago
Thomas Munro c4f0876fb8 Remove set-but-unused variable. 7 years ago
Andrew Gierth 5613da4cc7 Optimize nested ConvertRowtypeExpr nodes. 7 years ago
Thomas Munro c24dcd0cfd Use pg_pread() and pg_pwrite() for data files and WAL. 7 years ago
Thomas Munro 3fd2a7932e Provide pg_pread() and pg_pwrite() for random I/O. 7 years ago
Bruce Momjian b43df566b3 GUC: adjust effective_cache_size SQL descriptions 7 years ago
Tom Lane 003c68a3b4 Rename rbtree.c functions to use "rbt" prefix not "rb" prefix. 7 years ago
Tom Lane 8f623bedfb Remove useless symbol from Makefile.global. 7 years ago
Thomas Munro 9e12fb02b7 Remove some remaining traces of dsm_resize(). 7 years ago
Michael Paquier add9182e59 Reorganize format options of psql in alphabetical order 7 years ago
Michael Paquier 8f045e242b Switch pg_promote to be parallel-safe 7 years ago
Thomas Munro 3c60d0fa23 Remove dsm_resize() and dsm_remap(). 7 years ago
Tom Lane b0a1ff8a6a Last-minute updates for release notes. 7 years ago
Andres Freund a3fb382e9c Fix copy-paste error in errhint() introduced in 691d79a079. 7 years ago
Tom Lane 55f3d10296 Remove unreferenced pg_opfamily entry. 7 years ago
Tom Lane 1eaeb02a30 Last-minute updates for release notes. 7 years ago
Michael Paquier dc3e436b19 Block creation of partitions with open references to its parent 7 years ago
Michael Paquier 4bc772e2af Ignore partitioned tables when processing ON COMMIT DELETE ROWS 7 years ago
Tom Lane fa534b411c Release notes for 11.1, 10.6, 9.6.11, 9.5.15, 9.4.20, 9.3.25. 7 years ago
Tom Lane 9b6fb9fbb4 Fix ExecuteCallStmt to not scribble on the passed-in parse tree. 7 years ago
Tom Lane 15c7293477 Fix bugs in plpgsql's handling of CALL argument lists. 7 years ago
Tom Lane 3e0b05a756 Fix unused-variable warning. 7 years ago
Andres Freund 793beab37e Prevent generating EEOP_AGG_STRICT_INPUT_CHECK operations when nargs == 0. 7 years ago
Andres Freund 4c640f4f38 Fix STRICT check for strict aggregates with NULL ORDER BY columns. 7 years ago
Tom Lane 981dc2baa8 Make ts_locale.c's character-type functions cope with UTF-16. 7 years ago
Alvaro Herrera dfa6081419 Fix tablespace handling for partitioned indexes 7 years ago
Stephen Frost ceadcbe8ff Remove extra word from create sub docs 7 years ago
Tom Lane 65a82a7649 First-draft release notes for 11.1. 7 years ago
Tom Lane 1440c461f7 Yet further rethinking of build changes for macOS Mojave. 7 years ago
Thomas Munro 1ce4a807e2 Fix NULL handling in multi-batch Parallel Hash Left Join. 7 years ago
Bruce Momjian a4634b96cc docs: adjust simpler language for NULL return from ANY/ALL 7 years ago
Bruce Momjian 3e0f1a4741 GUC: adjust effective_cache_size docs and SQL description 7 years ago
Magnus Hagander 0083a82433 Fix some spelling errors in the documentation 7 years ago