Commit Graph

50361 Commits (f2a69b352de1dffc534c4835010e736018aa94de)
 

Author SHA1 Message Date
Jeff Davis a547e68675 Adjust cost model for HashAgg that spills to disk. 5 years ago
Tom Lane 53367e6c62 Clarify comments in enforce_generic_type_consistency(). 5 years ago
Tom Lane 9c79e646c6 Frob numeric.c loop so that clang will auto-vectorize it too. 5 years ago
Thomas Munro 87e6ed7c8c Add d_type to our Windows dirent emulation. 5 years ago
Peter Eisentraut 74ff28197c doc: Fix table cell overflow 5 years ago
Thomas Munro 861c6e7c8e Skip unnecessary stat() calls in walkdir(). 5 years ago
Michael Paquier f0942b1327 doc: Tweak sentence for pg_checksums when enabling checksums 5 years ago
Amit Kapila 58b5ae9d62 Add additional tests to test streaming of in-progress transactions. 5 years ago
Tom Lane 8870917623 Apply auto-vectorization to the inner loop of numeric multiplication. 5 years ago
Tom Lane 695de5d1ed Split Makefile symbol CFLAGS_VECTOR into two symbols. 5 years ago
Tom Lane 784b1ba1a2 Remove arbitrary line length limits in pg_regress (plain and ECPG). 5 years ago
Tom Lane 8e3c58e6e4 Refactor pg_get_line() to expose an alternative StringInfo-based API. 5 years ago
Magnus Hagander 68b603e1a9 Change path in example of file_fdw for logs 5 years ago
Magnus Hagander 2a093355aa Fix typo in comment 5 years ago
Tom Lane 19ad7e1d7b Fix misleading error message about inconsistent moving-aggregate types. 5 years ago
Tom Lane 666e9a90f0 Remove useless lstat() call in pg_rewind. 5 years ago
Peter Eisentraut cd153b54eb doc: Don't hide the "Up" link when it is the same as "Home" 5 years ago
Peter Eisentraut 76af9744db Remove unused parameter 5 years ago
Tom Lane e0f05cd5ba Improve some ancient, crufty code in bootstrap + initdb. 5 years ago
Tom Lane a5cc4dab6d Yet more elimination of dead stores and useless initializations. 5 years ago
Michael Paquier 8febfd1855 Switch to multi-inserts when registering dependencies for many code paths 5 years ago
Peter Eisentraut 11b80d900f Extend SQL function tests lightly 5 years ago
Peter Eisentraut 556cbdfce4 Fix typo in comment 5 years ago
Michael Paquier 63110c6264 Use multi-inserts for pg_depend 5 years ago
Tom Lane 4d41823c52 Make new authentication test case more robust. 5 years ago
Tom Lane c8746f999e Fix over-eager ping'ing in logical replication receiver. 5 years ago
Tom Lane 9a851039aa Remove still more useless assignments. 5 years ago
Jeff Davis 0852006a94 Fix bogus MaxAllocSize check in logtape.c. 5 years ago
Alvaro Herrera f43e295f68
Report expected contrecord length on mismatch 5 years ago
Tom Lane 38a2d70329 Remove some more useless assignments. 5 years ago
Andrew Dunstan 3eb3d3e782 Collect attribute data on extension owned tables being dumped 5 years ago
Bruce Momjian 3b5af0e95a C comment: correct use of 64-"byte" cache line size 5 years ago
Tom Lane d54f99e415 Fix rare deadlock failure in create_am regression test. 5 years ago
Peter Eisentraut 49d7165117 doc: Change table alias names to lower case in tutorial chapter 5 years ago
Peter Eisentraut 79fd620b20 doc: Fix whitespace issue in PDF 5 years ago
Peter Eisentraut 6eee73e4e5 doc: Use tags consistently in the tutorial chapter 5 years ago
Peter Eisentraut 96cfcadd26 Remove unused parameter 5 years ago
Amit Kapila ac15b499f7 Fix inline marking introduced in commit 464824323e. 5 years ago
Bruce Momjian e36e936e0e remove redundant initializations 5 years ago
Michael Paquier 844c05abc3 Remove variable "concurrent" from ReindexStmt 5 years ago
Tom Lane 67a472d71c Remove arbitrary restrictions on password length. 5 years ago
Tom Lane be4b0c0077 Avoid lockup of a parallel worker when reporting a long error message. 5 years ago
Tom Lane 8f8154a503 Allow records to span multiple lines in pg_hba.conf and pg_ident.conf. 5 years ago
Tom Lane d2511d7132 Doc: mention packager-supplied tools for server start/stop, initdb, etc. 5 years ago
Peter Eisentraut 5ccf322118 doc: Make SQL command names in the catalog documentation links 5 years ago
Peter Eisentraut cb6eb4a09e doc: Add missing cross-links in system catalog documentation 5 years ago
Peter Eisentraut 4220e5721a Fix XML id to match containing page 5 years ago
Amit Kapila 464824323e Add support for streaming to built-in logical replication. 5 years ago
Tom Lane 66f1630680 Add string_to_table() function. 5 years ago
Peter Eisentraut fd5e3b2914 Remove unused parameter 5 years ago