summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-14Support INOUT arguments in proceduresPeter Eisentraut
2018-03-14Log when a BRIN autosummarization request failsAlvaro Herrera
2018-03-14Fix comment for ExecProcessReturningStephen Frost
2018-03-14Add tests for reinit.cPeter Eisentraut
2018-03-13Add Oracle like handling of char arrays.Michael Meskes
2018-03-13Fix double frees in ecpg.Michael Meskes
2018-03-13Expand AND/OR regression tests around NULL handling.Andres Freund
2018-03-13Add COSTS off to two EXPLAIN using tests.Andres Freund
2018-03-13Let Parallel Append over simple UNION ALL have partial subpaths.Robert Haas
2018-03-13When updating reltuples after ANALYZE, just extrapolate from our sample.Tom Lane
2018-03-13Avoid holding AutovacuumScheduleLock while rechecking table statistics.Tom Lane
2018-03-13Set connection back to NULL after freeing it.Michael Meskes
2018-03-13Move strtoint() to commonPeter Eisentraut
2018-03-13Change internal integer representation of Value nodePeter Eisentraut
2018-03-13Fix CREATE TABLE / LIKE with bigint identity columnPeter Eisentraut
2018-03-12Avoid having two PKs in a partitionAlvaro Herrera
2018-03-12doc: Reword restriction on partition keys in unique indexesAlvaro Herrera
2018-03-12docs: Fix typo: a -> anAlvaro Herrera
2018-03-12Remove doc sentence no longer applicableAlvaro Herrera
2018-03-11Fix improper uses of canonicalize_qual().Tom Lane
2018-03-11Clarify initdb --help message for --wal-segsizeMagnus Hagander
2018-03-10In psql, restore old behavior of Query_for_list_of_functions.Tom Lane
2018-03-09Improve predtest.c's internal docs, and enhance its functionality a bit.Tom Lane
2018-03-09Fix test_predtest's idea of what weak refutation means.Tom Lane
2018-03-08Correctly assess parallel-safety of tlists when SRFs are used.Robert Haas
2018-03-08Add test scaffolding for exercising optimizer's predicate-proof logic.Tom Lane
2018-03-08Revert "Temporarily instrument postgres_fdw test to look for statistics chang...Tom Lane
2018-03-08In initdb, don't bother trying max_connections = 10.Tom Lane
2018-03-08Fix cross-checking of ReservedBackends/max_wal_senders/MaxConnections.Tom Lane
2018-03-07test_decoding: Remove unused #include directives.Robert Haas
2018-03-07doc: Add more substructure to SSL documentationPeter Eisentraut
2018-03-07Add missing debug lines during bootstrapAlvaro Herrera
2018-03-07Fix typoPeter Eisentraut
2018-03-07Fix typoAlvaro Herrera
2018-03-07Fix test counting in SSL testsPeter Eisentraut
2018-03-07Fix typo for RangeVarGetRelidExtendedStephen Frost
2018-03-07Fix costing of parallel hash joins.Peter Eisentraut
2018-03-07doc: Improve calculation of vm.nr_hugepagesPeter Eisentraut
2018-03-07doc: Add replication parameter to libpq documentationPeter Eisentraut
2018-03-06Refrain from duplicating data in reorderbuffersAlvaro Herrera
2018-03-06Fix expected error message in testPeter Eisentraut
2018-03-06Raise Test::More version requirementPeter Eisentraut
2018-03-06Fix bogus Name assignment in CreateStatisticsAlvaro Herrera
2018-03-06Tests for Kerberos/GSSAPI authenticationPeter Eisentraut
2018-03-06Fix parent node of WCO expressions in partitioned tables.Andres Freund
2018-03-06Add parenthesized options syntax for ANALYZE.Andres Freund
2018-03-05Fix HEAP_INSERT_IS_SPECULATIVE to HEAP_INSERT_SPECULATIVE in comments.Andres Freund
2018-03-05Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL)Alvaro Herrera
2018-03-05Temporarily instrument postgres_fdw test to look for statistics changes.Tom Lane
2018-03-05Add infrastructure to support server-version-dependent tab completion.Tom Lane