summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2018-02-14Silence assorted "variable may be used uninitialized" warnings.Tom Lane
2018-02-13Make plpgsql use its DTYPE_REC code paths for composite-type variables.Tom Lane
2018-02-13Add procedure support to pg_get_functiondefPeter Eisentraut
2018-02-13Fix typoPeter Eisentraut
2018-02-12get_relid_attribute_name is dead, long live get_attnameAlvaro Herrera
2018-02-12Fix parallel index builds for dynamic_shared_memory_type=none.Robert Haas
2018-02-10Avoid premature free of pass-by-reference CALL arguments.Tom Lane
2018-02-10Fix oversight in CALL argument handling, and do some minor cleanup.Tom Lane
2018-02-09Clear stmt_timeout_active if we disable_all_timeouts.Robert Haas
2018-02-08Fix incorrect method name in comment.Robert Haas
2018-02-08Avoid listing the same ResultRelInfo in more than one EState list.Robert Haas
2018-02-08Fix possible infinite loop with Parallel Append.Robert Haas
2018-02-07Add more information_schema columnsPeter Eisentraut
2018-02-07Update out-of-date comment in StartupXLOG.Robert Haas
2018-02-07Support all SQL:2011 options for window frame clauses.Tom Lane
2018-02-06Fix incorrect grammar.Robert Haas
2018-02-06Avoid valgrind complaint about write() of uninitalized bytes.Robert Haas
2018-02-06Doc: move info for btree opclass implementors into main documentation.Tom Lane
2018-02-05Fix possible crash in partition-wise join.Robert Haas
2018-02-05Fix RelationBuildPartitionKey's processing of partition key expressions.Tom Lane
2018-02-05Skip setting up shared instrumentation for Hash node if not needed.Tom Lane
2018-02-02Fix another instance of unsafe coding for shm_toc_lookup failure.Tom Lane
2018-02-02Be more wary about shm_toc_lookup failure.Tom Lane
2018-02-02Fix application of identity values in some casesPeter Eisentraut
2018-02-02Support parallel btree index builds.Robert Haas
2018-02-02Refactor code for partition bound searchingRobert Haas
2018-02-02Add new function WaitForParallelWorkersToAttach.Robert Haas
2018-02-01Fix possible failure to mark hash metapage dirty.Robert Haas
2018-01-31Fix typo: colums -> columns.Robert Haas
2018-01-31Fix list partition constraints for partition keys of array type.Robert Haas
2018-01-30Fix up references to scram-sha-256Peter Eisentraut
2018-01-30Add some noreturn attributes to help static analyzersPeter Eisentraut
2018-01-30Silence complaint about dead assignmentPeter Eisentraut
2018-01-29Introduce ExecQualAndReset() helper.Andres Freund
2018-01-29Save a few bytes by removing useless last argument to SearchCatCacheList.Tom Lane
2018-01-29Initialize unused ExprEvalStep fields.Andres Freund
2018-01-29Improve bit perturbation in TupleHashTableHash.Andres Freund
2018-01-28Add stack-overflow guards in set-operation planning.Tom Lane
2018-01-28C includes: Reorder C includes in partition.cBruce Momjian
2018-01-27Avoid crash during EvalPlanQual recheck of an inner indexscan.Tom Lane
2018-01-26Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.Tom Lane
2018-01-26Factor some code out of create_grouping_paths.Robert Haas
2018-01-26Remove the obsolete WITH clause of CREATE FUNCTION.Tom Lane
2018-01-26Use abstracted SSL API in server connection log messagesPeter Eisentraut
2018-01-25Add missing "static" markers.Tom Lane
2018-01-25Ignore partitioned indexes where appropriateAlvaro Herrera
2018-01-25Remove use of byte-masking macros in record_image_cmpPeter Eisentraut
2018-01-24Avoid referencing off the end of subplan_partition_offsets.Robert Haas
2018-01-24Improve implementation of pg_attribute_always_inline.Tom Lane
2018-01-23Teach reparameterize_path() to handle AppendPaths.Tom Lane