Commit Graph

44437 Commits (38f7831d703be98aaece8af6625faeab5123a02c)
 

Author SHA1 Message Date
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
Tom Lane c2c537c56d Temporarily instrument postgres_fdw test to look for statistics changes. 8 years ago
Tom Lane 722408bcd1 Add infrastructure to support server-version-dependent tab completion. 8 years ago
Robert Haas 42d7074ebb shm_mq: Fix detach race condition. 8 years ago
Fujii Masao 2f3e2340cd Fix pg_rewind to handle relation data files in tablespaces properly. 8 years ago
Peter Eisentraut 09230e54fb Remove some obsolete procedure-specific code from PLs 8 years ago
Peter Eisentraut dd9ed0bf70 doc: Tiny whitespace fix 8 years ago
Magnus Hagander 6946280cde Actually pick .lib file when multiple perl libs are present 8 years ago
Peter Eisentraut f7c7f67fec PL/pgSQL: Simplify RETURN checking for procedures 8 years ago
Tom Lane 58d9acc18d Fix assorted issues in convert_to_scalar(). 8 years ago
Peter Eisentraut 7726147f53 doc: Small wording improvement 8 years ago
Peter Eisentraut e568eed2fc doc: Fix links to pg_stat_replication 8 years ago
Peter Eisentraut 39314efa4d Minor fixes for reloptions tests 8 years ago