Commit Graph

44599 Commits (8a934d6778331f2ac04a40f4f22178a56a232315)
 

Author SHA1 Message Date
Stephen Frost 1f7b8967ef Fix typo in add_paths_to_append_rel() 8 years ago
Michael Meskes 20ba33dade Fixed compiler warnings in test case. 8 years ago
Peter Eisentraut 33803f67f1 Support INOUT arguments in procedures 8 years ago
Alvaro Herrera 484a4a08ab Log when a BRIN autosummarization request fails 8 years ago
Stephen Frost 97d18ce27d Fix comment for ExecProcessReturning 8 years ago
Peter Eisentraut df411e7c66 Add tests for reinit.c 8 years ago
Michael Meskes 3b7ab43804 Add Oracle like handling of char arrays. 8 years ago
Michael Meskes db2fc801f6 Fix double frees in ecpg. 8 years ago
Andres Freund 1e22166e5e Expand AND/OR regression tests around NULL handling. 8 years ago
Andres Freund 4f63e85eb1 Add COSTS off to two EXPLAIN using tests. 8 years ago
Robert Haas 0927d2f46d Let Parallel Append over simple UNION ALL have partial subpaths. 8 years ago
Tom Lane d04900de7d When updating reltuples after ANALYZE, just extrapolate from our sample. 8 years ago
Tom Lane 38f7831d70 Avoid holding AutovacuumScheduleLock while rechecking table statistics. 8 years ago
Michael Meskes b32fad52e9 Set connection back to NULL after freeing it. 8 years ago
Peter Eisentraut 17bb625017 Move strtoint() to common 8 years ago
Peter Eisentraut 6cf86f4354 Change internal integer representation of Value node 8 years ago
Peter Eisentraut 377b5ac484 Fix CREATE TABLE / LIKE with bigint identity column 8 years ago
Alvaro Herrera 1f8a3327a9 Avoid having two PKs in a partition 8 years ago
Alvaro Herrera 63cbee6a78 doc: Reword restriction on partition keys in unique indexes 8 years ago
Alvaro Herrera 3beb46ae81 docs: Fix typo: a -> an 8 years ago
Alvaro Herrera c4af6960e3 Remove doc sentence no longer applicable 8 years ago
Tom Lane 4a4e2442a7 Fix improper uses of canonicalize_qual(). 8 years ago
Magnus Hagander fedabe1f64 Clarify initdb --help message for --wal-segsize 8 years ago
Tom Lane b6e132ddc8 In psql, restore old behavior of Query_for_list_of_functions. 8 years ago
Tom Lane 5748f3a0aa Improve predtest.c's internal docs, and enhance its functionality a bit. 8 years ago
Tom Lane a63c3274a6 Fix test_predtest's idea of what weak refutation means. 8 years ago
Robert Haas 960df2a971 Correctly assess parallel-safety of tlists when SRFs are used. 8 years ago
Tom Lane 44468f49bb Add test scaffolding for exercising optimizer's predicate-proof logic. 8 years ago
Tom Lane 04e7ecadf6 Revert "Temporarily instrument postgres_fdw test to look for statistics changes." 8 years ago
Tom Lane 6a0b30f040 In initdb, don't bother trying max_connections = 10. 8 years ago
Tom Lane 4e0c743c18 Fix cross-checking of ReservedBackends/max_wal_senders/MaxConnections. 8 years ago
Robert Haas f9f8784c8b test_decoding: Remove unused #include directives. 8 years ago
Peter Eisentraut d40c7cd004 doc: Add more substructure to SSL documentation 8 years ago
Alvaro Herrera f9d34ce4e7 Add missing debug lines during bootstrap 8 years ago
Peter Eisentraut bcdd40538a Fix typo 8 years ago
Alvaro Herrera f4a2842ac3 Fix typo 8 years ago
Peter Eisentraut 2dadd061b3 Fix test counting in SSL tests 8 years ago
Stephen Frost 06ca148430 Fix typo for RangeVarGetRelidExtended 8 years ago
Peter Eisentraut 5b804cc168 Fix costing of parallel hash joins. 8 years ago
Peter Eisentraut a3739e376f doc: Improve calculation of vm.nr_hugepages 8 years ago
Peter Eisentraut 0c2c81b403 doc: Add replication parameter to libpq documentation 8 years ago
Alvaro Herrera 8aa75e1384 Refrain from duplicating data in reorderbuffers 8 years ago
Peter Eisentraut 286c0ab257 Fix expected error message in test 8 years ago
Peter Eisentraut f0ae2fa88b Raise Test::More version requirement 8 years ago
Alvaro Herrera 1ffb63a2a1 Fix bogus Name assignment in CreateStatistics 8 years ago
Peter Eisentraut 4c831aeaa7 Tests for Kerberos/GSSAPI authentication 8 years ago
Andres Freund d06aba240d Fix parent node of WCO expressions in partitioned tables. 8 years ago
Andres Freund 854dd8cff5 Add parenthesized options syntax for ANALYZE. 8 years ago
Andres Freund b2a177bff1 Fix HEAP_INSERT_IS_SPECULATIVE to HEAP_INSERT_SPECULATIVE in comments. 8 years ago
Alvaro Herrera 5564c11815 Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL) 8 years ago